Lines Matching refs:EVT
251 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct() local
252 if (EVT->getType() == DataTypeFloat32) { in GetBuiltinElementConstruct()
253 if (EVT->getNumElement() == 2) { in GetBuiltinElementConstruct()
255 } else if (EVT->getNumElement() == 3) { in GetBuiltinElementConstruct()
257 } else if (EVT->getNumElement() == 4) { in GetBuiltinElementConstruct()
262 } else if (EVT->getType() == DataTypeUnsigned8) { in GetBuiltinElementConstruct()
263 if (EVT->getNumElement() == 4) in GetBuiltinElementConstruct()
361 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName() local
362 const auto ReflectionType = EVT->getRSReflectionType(EVT); in GetTypeName()
365 << EVT->getNumElement(); in GetTypeName()
780 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable() local
784 for (unsigned i = 0; i < EVT->getNumElement(); i++) { in genInitExportVariable()
792 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in genInitExportVariable()
793 << EVT->getNumElement(); in genInitExportVariable()
798 static_cast<unsigned>(EVT->getNumElement()), Val.getVectorLength()); in genInitExportVariable()
2752 const RSExportVectorType *EVT = in genAddElement() local
2755 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type; in genAddElement()
2759 << EVT->getNumElement() << ")"; in genAddElement()