Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.h222 Id makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo100Instructions const sequenceType);
H A DSpvBuilder.cpp936 Id Builder::makeSequentialDebugType(Id const baseType, Id const componentCount, NonSemanticShaderDebugInfo100Instructions const sequenceType) in makeSequentialDebugType() function in spv::Builder
966 return makeSequentialDebugType(baseType, componentCount, NonSemanticShaderDebugInfo100DebugTypeArray); in makeArrayDebugType()
971 return makeSequentialDebugType(baseType, makeUintConstant(componentCount), NonSemanticShaderDebugInfo100DebugTypeVector); in makeVectorDebugType()

Completed in 9 milliseconds