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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp454 const clang::Type *BaseType = RefRSArr->getType().getTypePtr(); local
455 slangAssert(BaseType->isArrayType());
457 int NumArrayElements = ArrayDim(BaseType);
459 BaseType = BaseType->getArrayElementTypeNoTypeQual();
561 C.getPointerType(BaseType->getCanonicalTypeInternal()),
570 BaseType->getCanonicalTypeInternal(),
576 RSExportPrimitiveType::GetRSSpecificType(BaseType);
579 if (BaseType->isArrayType()) {
668 const clang::Type *BaseType local
840 const clang::Type *BaseType = DstArr->getType().getTypePtr(); local
[all...]

Completed in 17 milliseconds