/external/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-enums.test | 91 DUMP: constType: 0 114 DUMP: constType: 0 128 DUMP: constType: 0 142 DUMP: constType: 0 157 DUMP: constType: 0 180 DUMP: constType: 0 194 DUMP: constType: 0 208 DUMP: constType: 0 223 DUMP: constType: 0 246 DUMP: constType: 0 [all …]
|
D | pdb-native-pointers.test | 44 ; CHECK-NEXT: constType: 0 56 ; CHECK-NEXT: constType: 0 68 ; CHECK-NEXT: constType: 0 80 ; CHECK-NEXT: constType: 0 92 ; CHECK-NEXT: constType: 0 104 ; CHECK-NEXT: constType: 0 116 ; CHECK-NEXT: constType: 0 128 ; CHECK-NEXT: constType: 0 140 ; CHECK-NEXT: constType: 1 152 ; CHECK-NEXT: constType: 1 [all …]
|
D | pdb-native-function-signatures.test | 78 ; DUMP-NEXT: constType: 0 91 ; DUMP-NEXT: constType: 0 104 ; DUMP-NEXT: constType: 0 117 ; DUMP-NEXT: constType: 0 130 ; DUMP-NEXT: constType: 0 143 ; DUMP-NEXT: constType: 0 156 ; DUMP-NEXT: constType: 0 169 ; DUMP-NEXT: constType: 0 182 ; DUMP-NEXT: constType: 0 196 ; DUMP-NEXT: constType: 0 [all …]
|
D | pdb-native-udts.test | 39 ; DUMP-NEXT: constType: 0 62 ; DUMP-NEXT: constType: 0 85 ; DUMP-NEXT: constType: 0 108 ; DUMP-NEXT: constType: 0 131 ; DUMP-NEXT: constType: 0 154 ; DUMP-NEXT: constType: 0 177 ; DUMP-NEXT: constType: 0 200 ; DUMP-NEXT: constType: 0 223 ; DUMP-NEXT: constType: 0 246 ; DUMP-NEXT: constType: 0 [all …]
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 50 TType constType(type); in CreateZeroNode() local 51 constType.setQualifier(EvqConst); in CreateZeroNode() 55 size_t size = constType.getObjectSize(); in CreateZeroNode() 85 TIntermConstantUnion *node = new TIntermConstantUnion(u, constType); in CreateZeroNode() 113 return TIntermAggregate::CreateConstructor(constType, &arguments); in CreateZeroNode()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 284 uint32_t prepareConstant(Location loc, Type constType, Attribute valueAttr); 289 uint32_t prepareArrayConstant(Location loc, Type constType, ArrayAttr attr); 298 uint32_t prepareDenseElementsConstant(Location loc, Type constType, 1325 uint32_t Serializer::prepareConstant(Location loc, Type constType, in prepareConstant() argument 1339 if (failed(processType(loc, constType, typeID))) { in prepareConstant() 1347 resultID = prepareDenseElementsConstant(loc, constType, attr, in prepareConstant() 1350 resultID = prepareArrayConstant(loc, constType, arrayAttr); in prepareConstant() 1362 uint32_t Serializer::prepareArrayConstant(Location loc, Type constType, in prepareArrayConstant() argument 1365 if (failed(processType(loc, constType, typeID))) { in prepareArrayConstant() 1372 auto elementType = constType.cast<spirv::ArrayType>().getElementType(); in prepareArrayConstant() [all …]
|
/external/angle/src/compiler/translator/ |
D | Symbol.h | 279 const TType *constType = type; in createVariable() local 282 return new TVariable(symbolTable, constName, constType, in createVariable()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 1901 SVGA3dShaderConstType constType, in SVGA3D_SetGBShaderConstsInline() argument 1918 cmd->constType = constType; in SVGA3D_SetGBShaderConstsInline()
|
D | svga_cmd.h | 312 SVGA3dShaderConstType constType,
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_cmd.h | 2026 SVGA3dShaderConstType constType; member
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 2581 Type constType; in verify() local 2585 constType = specConstOp.default_value().getType(); in verify() 2590 constType = specConstCompositeOp.type(); in verify() 2596 if (referenceOfOp.reference().getType() != constType) in verify()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 317 RAW_METHOD_DUMP(OS, constType); in dump()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 317 RAW_METHOD_DUMP(OS, constType); in dump()
|
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 3392 string constType = string(test->fContentStart, in parseChar() local 3394 if (enumName != constType) { in parseChar()
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); in dump_SVGA3dCmdSetGBShaderConstInline()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2978 bool constType = true; in constructorError() local 3010 constType = false; in constructorError() 3028 constType = false; in constructorError() 3073 if (constType) { in constructorError()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 3194 bool constType = true; in constructorError() local 3227 constType = false; in constructorError() 3247 constType = false; in constructorError() 3292 if (constType) { in constructorError()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 6519 bool constType = true; in constructorError() local 6549 constType = false; in constructorError() 6552 if (constType) in constructorError()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 6523 bool constType = true; in constructorError() local 6553 constType = false; in constructorError() 6556 if (constType) in constructorError()
|