Searched defs:ElementType (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
217 if (ElementType->isArrayType()) {
221 } else if (ElementType->isExtVectorType()) {
223 static_cast<const clang::ExtVectorType*>(ElementType);
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
394 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
396 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
397 (TypeExportableHelper(ElementType, SPS, Context, VD,
635 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
646 return ValidateTypeHelper(Context, C, ElementType, N
652 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1291 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1323 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1337 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1381 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1442 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
[all...]
H A Dslang_rs_export_type.h511 const RSExportType *ElementType,
514 mElementType(ElementType),
510 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned NumElement) argument
H A Dslang_rs_reflection.cpp2064 const RSExportType *ElementType = ECAT->getElementType(); local
2066 mOut.indent() << VarName << " = new " << GetTypeName(ElementType) << "["
2070 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
2077 genAllocateVarOfType(ElementType, ElementVarName);
2530 const RSExportType *ElementType = ECAT->getElementType(); local
2531 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
2539 static_cast<const RSExportRecordType *>(ElementType),
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp644 llvm::Type *ElementType = PtrType->getElementType(); local
645 InStructTempSlots.push_back(Builder.CreateAlloca(ElementType, nullptr,
1243 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType(); local
1244 llvm::Value *TempMem = Builder.CreateAlloca(ElementType, nullptr, "caller_copy");
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 109 milliseconds