Home | History | Annotate | Download | only in slang

Lines Matching defs:EVT

206     const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
207 const auto ReflectionType = EVT->getRSReflectionType(EVT);
210 << EVT->getNumElement();
295 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
296 if (EVT->getType() == DataTypeFloat32) {
297 if (EVT->getNumElement() == 2) {
299 } else if (EVT->getNumElement() == 3) {
301 } else if (EVT->getNumElement() == 4) {
306 } else if (EVT->getType() == DataTypeUnsigned8) {
307 if (EVT->getNumElement() == 4)
642 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
646 for (unsigned i = 0; i < EVT->getNumElement(); i++) {
654 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
655 << EVT->getNumElement();
660 static_cast<unsigned>(EVT->getNumElement()), Val.getVectorLength());
2505 const RSExportVectorType *EVT =
2508 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type;
2512 << EVT->getNumElement() << ")";