Home
last modified time | relevance | path

Searched refs:makeMatrixType (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h151 Id makeMatrixType(Id component, int cols, int rows);
DSpvBuilder.cpp365 Id Builder::makeMatrixType(Id component, int cols, int rows) in makeMatrixType() function in spv::Builder
DGlslangToSpv.cpp3086 spvType = builder.makeMatrixType(spvType, type.getMatrixCols(), type.getMatrixRows()); in convertGlslangToSpvType()