Searched defs:isMatrixType (Results 1 – 4 of 4) sorted by relevance
172 bool isMatrixType; member189 bool isMatrixType, in UniformTypeInfo()
298 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
305 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
4134 const auto isMatrixType = isMatrix(currentItem.type); in verifyResultBuffer() local5365 const bool isMatrixType = isMatrix(currentTestItem.type); in initTestItems() local