Home
last modified time | relevance | path

Searched refs:makeSequentialDebugType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h230 …Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo1…
DSpvBuilder.cpp862 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 DSpvBuilder.h232 …Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo1…
H A DSpvBuilder.cpp928 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()