Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h180 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix()
191 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
218 assert(isMatrixType(typeId)); in getTypeNumColumns()
224 assert(isMatrixType(typeId)); in getTypeNumRows()
DSpvBuilder.cpp2093 assert(isAggregateType(valueType) || isMatrixType(valueType)); in createCompositeCompare()
DGlslangToSpv.cpp5063 if (builder.isMatrixType(typeId))
5720 if (builder.isMatrixType(destType))