Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h222 Id makeVectorDebugType(Id const baseType, int const componentCount);
DSpvBuilder.cpp444 auto const debugResultId = makeVectorDebugType(component, size); in makeVectorType()
930 Id Builder::makeVectorDebugType(Id const baseType, int const componentCount) in makeVectorDebugType() function in spv::Builder