Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h220 …Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo1…
DSpvBuilder.cpp897 Id Builder::makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDe… in makeSequentialDebugType() function in spv::Builder
927 …return makeSequentialDebugType(baseType, componentCount, NonSemanticShaderDebugInfo100DebugTypeArr… in makeArrayDebugType()
932 …return makeSequentialDebugType(baseType, makeUintConstant(componentCount), NonSemanticShaderDebugI… in makeVectorDebugType()