Searched refs:debugType (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1281 …spv::Id debugType = makeCompositeDebugType({}, "accelerationStructure", NonSemanticShaderDebugInfo… in makeAccelerationStructureType() local 1282 debugId[type->getResultId()] = debugType; in makeAccelerationStructureType() 1300 …spv::Id debugType = makeCompositeDebugType({}, "rayQuery", NonSemanticShaderDebugInfo100Structure,… in makeRayQueryType() local 1301 debugId[type->getResultId()] = debugType; in makeRayQueryType()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 1303 …spv::Id debugType = makeCompositeDebugType({}, "accelerationStructure", NonSemanticShaderDebugInfo… in makeAccelerationStructureType() local 1304 debugId[type->getResultId()] = debugType; in makeAccelerationStructureType() 1322 …spv::Id debugType = makeCompositeDebugType({}, "rayQuery", NonSemanticShaderDebugInfo100Structure,… in makeRayQueryType() local 1323 debugId[type->getResultId()] = debugType; in makeRayQueryType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 985 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() local 1001 AlignInBits, offsetInBits, flags, debugType); in createFieldType()
|