Searched defs:isMatrixType (Results 1 – 4 of 4) sorted by relevance
171 bool isMatrixType; member188 bool isMatrixType, in UniformTypeInfo()
226 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
4326 const auto isMatrixType = isMatrix (currentItem.type); in verifyResultBuffer() local5427 const bool isMatrixType = isMatrix (currentTestItem.type); in initTestItems() local