Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp200 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper() local
361 const clang::Type *ElementType = GetExtVectorElementType(EVT); in TypeExportableHelper() local
580 const clang::Type *ElementType = GetExtVectorElementType(EVT); in ValidateTypeHelper() local
597 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper() local
1215 const clang::Type *ElementType = GetExtVectorElementType(EVT); in GetTypeName() local
1247 const clang::Type *ElementType = GetExtVectorElementType(EVT); in Create() local
1261 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); in convertToLLVMType() local
1305 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create() local
1366 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create() local
Dslang_rs_reflection.cpp1347 const RSExportType *ElementType = ECAT->getElementType(); in genAllocateVarOfType() local
1813 const RSExportType *ElementType = ECAT->getElementType(); in genAddElement() local
Dslang_rs_export_type.h477 const RSExportType *ElementType, in RSExportConstantArrayType()