Home
last modified time | relevance | path

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

/external/angle/src/common/
Dutilities.h149 bool isMatrixType,
166 bool isMatrixType; member
184 bool isMatrixType, in UniformTypeInfo() argument
200 isMatrixType(isMatrixType), in UniformTypeInfo()
/external/angle/third_party/glslang/src/SPIRV/
DSpvBuilder.h209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix()
226 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
260 assert(isMatrixType(typeId)); in getTypeNumColumns()
266 assert(isMatrixType(typeId)); in getTypeNumRows()
DSpvBuilder.cpp2197 assert(isAggregateType(valueType) || isMatrixType(valueType)); in createCompositeCompare()
DGlslangToSpv.cpp2096 } else if (builder.isMatrixType(objectTypeId)) { in translateForcedType()
5748 if (builder.isMatrixType(typeId)) in createUnaryOperation()
6491 if (builder.isMatrixType(destType)) in createConversion()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h209 bool isMatrix(Id resultId) const { return isMatrixType(getTypeId(resultId)); } in isMatrix()
226 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; } in isMatrixType() function
260 assert(isMatrixType(typeId)); in getTypeNumColumns()
266 assert(isMatrixType(typeId)); in getTypeNumRows()
DSpvBuilder.cpp2197 assert(isAggregateType(valueType) || isMatrixType(valueType)); in createCompositeCompare()
DGlslangToSpv.cpp2096 } else if (builder.isMatrixType(objectTypeId)) { in translateForcedType()
5748 if (builder.isMatrixType(typeId)) in createUnaryOperation()
6491 if (builder.isMatrixType(destType)) in createConversion()