Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h223 Id makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor = true);
DSpvBuilder.cpp476 auto const debugResultId = makeMatrixDebugType(column, cols); in makeMatrixType()
935 Id Builder::makeMatrixDebugType(Id const vectorType, int const vectorCount, bool columnMajor) in makeMatrixDebugType() function in spv::Builder