Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.h199 Id makeMatrixType(Id component, int cols, int rows);
H A DGlslangToSpv.cpp2449 spv::Id mat43 = builder.makeMatrixType(builder.makeFloatType(32), 4, 3); in getForcedType()
2450 spv::Id mat34 = builder.makeMatrixType(builder.makeFloatType(32), 3, 4); in getForcedType()
4617 spvType = builder.makeMatrixType(spvType, type.getMatrixCols(), type.getMatrixRows()); in convertGlslangToSpvType()
9012 typeId = builder.makeMatrixType(builder.makeFloatType(32), 4, 3); in createMiscOperation()
9016 typeId = builder.makeMatrixType(builder.makeFloatType(32), 4, 3); in createMiscOperation()
9098 typeId = builder.makeMatrixType(builder.makeFloatType(32), 4, 3); in createMiscOperation()
9102 typeId = builder.makeMatrixType(builder.makeFloatType(32), 4, 3); in createMiscOperation()
H A DSpvBuilder.cpp440 Id Builder::makeMatrixType(Id component, int cols, int rows) in makeMatrixType() function in spv::Builder

Completed in 23 milliseconds