Lines Matching defs:Err
68 if (Error Err = readStruct(Part, Current, Header))
69 return Err;
79 if (Error Err = readInteger(Part, Part.begin(), FlagValue))
80 return Err;
89 if (Error Err = readStruct(Part, Part.begin(), ReadHash))
90 return Err;
106 if (Error Err = readStruct(Part, Part.begin(), SigHeader))
107 return Err;
135 if (Error Err = readInteger(Data.getBuffer(), Current, PartOffset))
136 return Err;
159 if (Error Err = readInteger(Data.getBuffer(),
162 return Err;
167 if (Error Err = parseDXILHeader(PartData))
168 return Err;
171 if (Error Err = parseShaderFeatureFlags(PartData))
172 return Err;
175 if (Error Err = parseHash(PartData))
176 return Err;
179 if (Error Err = parsePSVInfo(PartData))
180 return Err;
183 if (Error Err = InputSignature.initialize(PartData))
184 return Err;
187 if (Error Err = OutputSignature.initialize(PartData))
188 return Err;
191 if (Error Err = PatchConstantSignature.initialize(PartData))
192 return Err;
205 if (Error Err = PSVInfo->parse(DXIL->first.ShaderKind))
206 return Err;
213 if (Error Err = Container.parseHeader())
214 return std::move(Err);
215 if (Error Err = Container.parsePartOffsets())
216 return std::move(Err);
235 if (Error Err = readInteger(Data, Current, Size))
236 return Err;
252 if (Error Err = readStruct(PSVInfoData, Current, Info))
253 return Err;
259 if (Error Err = readStruct(PSVInfoData, Current, Info))
260 return Err;
266 if (Error Err = readStruct(PSVInfoData, Current, Info))
267 return Err;
273 if (Error Err = readStruct(PSVInfoData, Current, Info))
274 return Err;
285 if (Error Err = readInteger(Data, Current, ResourceCount))
286 return Err;
290 if (Error Err = readInteger(Data, Current, Resources.Stride))
291 return Err;
314 if (Error Err = readInteger(Data, Current, StringTableSize))
315 return Err;
324 if (Error Err = readInteger(Data, Current, SemanticIndexTableSize))
325 return Err;
331 if (Error Err = readInteger(Data, Current, Index))
332 return Err;
344 if (Error Err = readInteger(Data, Current, SigInputElements.Stride))
345 return Err;