Searched defs:EVT (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp106 RSExportVectorType *EVT = local
114 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
115 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
117 ET = EVT;
H A Dslang_rs_reflection_cpp.cpp87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
89 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
90 << EVT->getNumElement();
619 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, argument
621 slangAssert(EVT != nullptr);
624 EVT->convertToRTD(&rtd);
628 << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
636 mOut.indent() << rtd.type->rs_c_vector_prefix << EVT->getNumElement()
941 const RSExportVectorType *EVT local
[all...]
H A Dslang_rs_export_type.cpp222 const clang::ExtVectorType *EVT = local
224 unsigned numElements = EVT->getNumElements();
226 const clang::Type *BaseElementType = GetExtVectorElementType(EVT);
392 const clang::ExtVectorType *EVT = local
395 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
399 const clang::Type *ElementType = GetExtVectorElementType(EVT);
637 const clang::ExtVectorType *EVT = local
639 const clang::Type *ElementType = GetExtVectorElementType(EVT);
642 EVT
811 const clang::ExtVectorType *EVT = local
1296 GetTypeName(const clang::ExtVectorType *EVT) argument
1323 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
1665 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); local
[all...]
H A Dslang_rs_reflection.cpp251 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
252 if (EVT->getType() == DataTypeFloat32) {
253 if (EVT->getNumElement() == 2) {
255 } else if (EVT->getNumElement() == 3) {
257 } else if (EVT->getNumElement() == 4) {
262 } else if (EVT->getType() == DataTypeUnsigned8) {
263 if (EVT->getNumElement() == 4)
361 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
362 const auto ReflectionType = EVT->getRSReflectionType(EVT);
780 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); local
2752 const RSExportVectorType *EVT = local
[all...]

Completed in 200 milliseconds