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.cpp206 const clang::ExtVectorType *EVT = local
208 unsigned numElements = EVT->getNumElements();
210 const clang::Type *BaseElementType = GetExtVectorElementType(EVT);
354 const clang::ExtVectorType *EVT = local
357 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
361 const clang::Type *ElementType = GetExtVectorElementType(EVT);
578 const clang::ExtVectorType *EVT = local
580 const clang::Type *ElementType = GetExtVectorElementType(EVT);
583 EVT
740 const clang::ExtVectorType *EVT = local
1214 GetTypeName(const clang::ExtVectorType *EVT) argument
1241 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1535 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); local
[all...]
H A Dslang_rs_reflection_cpp.cpp84 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
86 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
87 << EVT->getNumElement();
606 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, argument
608 slangAssert(EVT != NULL);
611 EVT->convertToRTD(&rtd);
615 << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
623 mOut.indent() << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
888 const RSExportVectorType *EVT local
[all...]
H A Dslang_rs_reflection.cpp192 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
194 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
195 << EVT->getNumElement();
249 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
250 if (EVT->getType() == DataTypeFloat32) {
251 if (EVT->getNumElement() == 2) {
253 } else if (EVT->getNumElement() == 3) {
255 } else if (EVT->getNumElement() == 4) {
260 } else if (EVT
498 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
1788 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 1706 milliseconds