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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp96 RSExportVectorType *EVT = local
105 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
106 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected "
108 ET = EVT;
H A Dslang_rs_reflection.cpp121 static const char *GetVectorTypeName(const RSExportVectorType *EVT) { argument
133 switch (EVT->getType()) {
169 slangAssert((EVT->getNumElement() > 1) &&
170 (EVT->getNumElement() <= 4) &&
173 return BaseElement[EVT->getNumElement() - 2];
176 static const char *GetVectorElementName(const RSExportVectorType *EVT) { argument
192 switch (EVT->getType()) {
240 slangAssert((EVT->getNumElement() > 1) &&
241 (EVT->getNumElement() <= 4) &&
244 return BaseElement[EVT
454 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(ET); local
783 const RSExportVectorType *EVT = local
1068 const RSExportVectorType *EVT = local
1127 const RSExportVectorType *EVT = local
1240 const RSExportVectorType *EVT = local
[all...]
H A Dslang_rs_export_type.cpp93 const clang::ExtVectorType *EVT = local
95 unsigned numElements = EVT->getNumElements();
97 const clang::Type *BaseElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
244 const clang::ExtVectorType *EVT = local
247 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
251 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
372 const clang::ExtVectorType *EVT = local
374 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
517 const clang::ExtVectorType *EVT local
1015 GetTypeName(const clang::ExtVectorType *EVT) argument
1043 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, DataKind DK, bool Normalized) argument
[all...]
H A Dslang_rs_export_type.h338 // @EVT was normalized by calling RSExportType::NormalizeType() before
341 const clang::ExtVectorType *EVT,
350 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);

Completed in 231 milliseconds