Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h210 …bool isCooperativeMatrix(Id resultId)const { return isCooperativeMatrixType(getTypeId(resultId)); } in isCooperativeMatrix()
230 bool isCooperativeMatrixType(Id typeId)const { return false; } in isCooperativeMatrixType() function
232 …bool isCooperativeMatrixType(Id typeId)const { return getTypeClass(typeId) == OpTypeCooperativeMat… in isCooperativeMatrixType() function
235 { return isArrayType(typeId) || isStructType(typeId) || isCooperativeMatrixType(typeId); } in isAggregateType()
DGlslangToSpv.cpp2173 assert(builder.isCooperativeMatrixType(typeId)); in visitUnary()
3052 assert(builder.isCooperativeMatrixType(typeId)); in visitAggregate()