Searched refs:EVT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp105 RSExportVectorType *EVT = local
113 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
114 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
116 ET = EVT;
H A Dslang_rs_export_type.cpp208 const clang::ExtVectorType *EVT = local
210 unsigned numElements = EVT->getNumElements();
212 const clang::Type *BaseElementType = GetExtVectorElementType(EVT);
358 const clang::ExtVectorType *EVT = local
361 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
365 const clang::Type *ElementType = GetExtVectorElementType(EVT);
603 const clang::ExtVectorType *EVT = local
605 const clang::Type *ElementType = GetExtVectorElementType(EVT);
608 EVT
775 const clang::ExtVectorType *EVT = local
1253 GetTypeName(const clang::ExtVectorType *EVT) argument
1280 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1574 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); local
[all...]
H A Dslang_rs_reflection_cpp.cpp83 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
85 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
86 << EVT->getNumElement();
605 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, argument
607 slangAssert(EVT != nullptr);
610 EVT->convertToRTD(&rtd);
614 << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
622 mOut.indent() << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
885 const RSExportVectorType *EVT local
[all...]
H A Dslang_rs_reflection.cpp191 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
193 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
194 << EVT->getNumElement();
248 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
249 if (EVT->getType() == DataTypeFloat32) {
250 if (EVT->getNumElement() == 2) {
252 } else if (EVT->getNumElement() == 3) {
254 } else if (EVT->getNumElement() == 4) {
259 } else if (EVT
497 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
1802 const RSExportVectorType *EVT = local
[all...]
H A Dslang_rs_reflection_cpp.h117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
H A Dslang_rs_export_type.h410 // @EVT was normalized by calling RSExportType::NormalizeType() before
413 const clang::ExtVectorType *EVT,
420 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);

Completed in 79 milliseconds