Home
last modified time | relevance | path

Searched refs:constType (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-enums.test91 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 …]
Dpdb-native-function-signatures.test78 ; 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 …]
Dpdb-native-pointers.test44 ; 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 …]
Dpdb-native-udts.test39 ; 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/
DIntermNode_util.cpp50 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/
DSerializer.cpp284 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/
DSymbol.h279 const TType *constType = type; in createVariable() local
282 return new TVariable(symbolTable, constName, constType, in createVariable()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c1901 SVGA3dShaderConstType constType, in SVGA3D_SetGBShaderConstsInline() argument
1918 cmd->constType = constType; in SVGA3D_SetGBShaderConstsInline()
Dsvga_cmd.h312 SVGA3dShaderConstType constType,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h2026 SVGA3dShaderConstType constType; member
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2581 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/
DDIARawSymbol.cpp317 RAW_METHOD_DUMP(OS, constType); in dump()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp317 RAW_METHOD_DUMP(OS, constType); in dump()
/external/skqp/tools/bookmaker/
DincludeParser.cpp3392 string constType = string(test->fContentStart, in parseChar() local
3394 if (enumName != constType) { in parseChar()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); in dump_SVGA3dCmdSetGBShaderConstInline()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2978 bool constType = true; in constructorError() local
3010 constType = false; in constructorError()
3028 constType = false; in constructorError()
3073 if (constType) { in constructorError()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp6519 bool constType = true; in constructorError() local
6549 constType = false; in constructorError()
6552 if (constType) in constructorError()
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...