Home
last modified time | relevance | path

Searched refs:setPrimarySize (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/gl/
DVectorizeVectorScalarArithmetic.cpp144 leftVectorizedType.setPrimarySize(static_cast<unsigned char>(node->getType().getNominalSize())); in replaceMathInsideConstructor()
147 rightVectorizedType.setPrimarySize( in replaceMathInsideConstructor()
/external/angle/src/compiler/translator/
DTypes.h189 void setPrimarySize(unsigned char ps);
DTypes.cpp635 void TType::setPrimarySize(unsigned char ps) in setPrimarySize() function in sh::TType
DOutputSPIRV.cpp1274 arg0TypeAsVector.setPrimarySize(static_cast<unsigned char>(node->getType().getNominalSize())); in createConstructorVectorFromMatrix()
/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp95 fieldType->setPrimarySize(static_cast<unsigned char>(indexedType.getRows())); in GetFieldType()
DRewriteRowMajorMatrices.cpp71 newType->setPrimarySize(static_cast<unsigned char>(type->getRows())); in TransposeMatrixType()