Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h222 int getTypeNumRows(Id typeId) const in getTypeNumRows() function
227 int getNumRows(Id resultId) const { return getTypeNumRows(getTypeId(resultId)); } in getNumRows()
DSpvBuilder.cpp2231 int numRows = getTypeNumRows(resultTypeId); in createMatrixConstructor()