Home
last modified time | relevance | path

Searched refs:getKind (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.cpp166 switch (ND->getKind()) { in processExportType()
202 if (DI->getKind() == clang::Decl::Var) { in processExport()
209 } else if (DI->getKind() == clang::Decl::Function) { in processExport()
Dslang_rs_exportable.h47 inline Kind getKind() const { return mK; } in getKind() function
Dslang_rs_reflection.cpp392 if (EPT->getKind() == RSExportPrimitiveType::DataKindUser) { in GetBuiltinElementConstruct()
437 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelA) { in GetBuiltinElementConstruct()
440 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelRGB) { in GetBuiltinElementConstruct()
445 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelRGBA) { in GetBuiltinElementConstruct()
455 if (EVT->getKind() == RSExportPrimitiveType::DataKindUser) { in GetBuiltinElementConstruct()
707 slangAssert((Val.getKind() == clang::APValue::Int) && in genInitBoolExportVariable()
723 switch (Val.getKind()) { in genInitPrimitiveExportVariable()
785 switch (Val.getKind()) { in genInitExportVariable()
828 slangAssert((Val.getKind() == clang::APValue::Vector) && in genInitExportVariable()
1044 switch (EPT->getKind()) { in genTypeInstance()
[all …]
Dslang_rs_backend.cpp182 if ((I->getKind() >= clang::Decl::firstFunction) && in HandleTranslationUnitPre()
183 (I->getKind() <= clang::Decl::lastFunction)) { in HandleTranslationUnitPre()
494 llvm::itostr(EPT->getKind()))); in HandleTranslationUnitPost()
Dslang_rs_export_type.cpp135 switch (BT->getKind()) { in TypeExportableHelper()
456 switch (BT->getKind()) { in GetTypeName()
811 switch (BT->getKind()) { in GetDataType()
1019 switch (BT->getKind()) { in GetTypeName()
1119 (static_cast<const clang::BuiltinType *>(ElementType)->getKind() in Create()
1276 slangAssert((*FI)->getKind() == clang::Decl::Field); in Create()
1360 DK = static_cast<enum RSDataKind>(EPT->getKind()); in convertToSpecType()
Dslang_rs.cpp88 if (RSE->getKind() != RSExportable::EX_TYPE) in checkODR()
Dslang_rs_export_type.h279 inline DataKind getKind() const { return mKind; } in getKind() function
Dllvm-rs-cc.cpp184 if (A->getOption().getKind() == Option::InputClass) in ParseArguments()
Dslang_rs_object_ref_count.cpp54 if ((I->getKind() >= clang::Decl::firstFunction) && in GetRSRefCountingFunctions()
55 (I->getKind() <= clang::Decl::lastFunction)) { in GetRSRefCountingFunctions()
1437 if (D->getKind() == clang::Decl::Var) { in VisitDeclStmt()
/frameworks/base/libs/rs/
DrsElement.h65 RsDataKind getKind() const {return mComponent.getKind();} in getKind() function
DrsComponent.h38 RsDataKind getKind() const {return mKind;} in getKind() function
DrsElement.cpp111 component.getKind(), in createFromStream()
174 (ee->getComponent().getKind() == dk) && in createRef()
360 (*elemData++) = (uint32_t)e->getKind(); in rsaElementGetNativeData()
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp235 … drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind()); in rsdAllocationInit()
343 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) { in rsdAllocationSyncAll()