Home
last modified time | relevance | path

Searched refs:debugType (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1281 …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/
DSpvBuilder.cpp1303 …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/
DCGDebugInfo.cpp985 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() local
1001 AlignInBits, offsetInBits, flags, debugType); in createFieldType()