Searched refs:makeSequentialDebugType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 230 …Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo1…
|
D | SpvBuilder.cpp | 862 Id Builder::makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDe… in makeSequentialDebugType() function in spv::Builder 892 …return makeSequentialDebugType(baseType, componentCount, NonSemanticShaderDebugInfo100DebugTypeArr… in makeArrayDebugType() 897 …return makeSequentialDebugType(baseType, makeUintConstant(componentCount), NonSemanticShaderDebugI… in makeVectorDebugType()
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SpvBuilder.h | 232 …Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo1…
|
H A D | SpvBuilder.cpp | 928 Id Builder::makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDe… in makeSequentialDebugType() function in spv::Builder 959 …return makeSequentialDebugType(baseType, componentCount, NonSemanticShaderDebugInfo100DebugTypeArr… in makeArrayDebugType() 964 …return makeSequentialDebugType(baseType, makeUintConstant(componentCount), NonSemanticShaderDebugI… in makeVectorDebugType()
|