Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h265 int getTypeNumColumns(Id typeId) const in getTypeNumColumns() function
270 int getNumColumns(Id resultId) const { return getTypeNumColumns(getTypeId(resultId)); } in getNumColumns()
DSpvBuilder.cpp2437 int numCols = getTypeNumColumns(resultTypeId); in createMatrixConstructor()