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

/frameworks/compile/slang/
H A Dslang_rs_exportable.h47 inline Kind getKind() const { return mK; } function in class:slang::RSExportable
H A Dslang_rs_context.cpp166 switch (ND->getKind()) {
202 if (DI->getKind() == clang::Decl::Var) {
209 } else if (DI->getKind() == clang::Decl::Function) {
H A Dslang_rs_reflection.cpp392 if (EPT->getKind() == RSExportPrimitiveType::DataKindUser) {
437 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelA) {
440 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelRGB) {
445 } else if (EPT->getKind() == RSExportPrimitiveType::DataKindPixelRGBA) {
455 if (EVT->getKind() == RSExportPrimitiveType::DataKindUser) {
707 slangAssert((Val.getKind() == clang::APValue::Int) &&
723 switch (Val.getKind()) {
785 switch (Val.getKind()) {
828 slangAssert((Val.getKind() == clang::APValue::Vector) &&
1044 switch (EPT->getKind()) {
[all...]
H A Dslang_rs_backend.cpp179 if ((I->getKind() >= clang::Decl::firstFunction) &&
180 (I->getKind() <= clang::Decl::lastFunction)) {
490 llvm::itostr(EPT->getKind())));
H A Dslang_rs_export_type.cpp137 switch (BT->getKind()) {
460 switch (BT->getKind()) {
816 switch (BT->getKind()) {
1027 switch (BT->getKind()) {
1129 (static_cast<const clang::BuiltinType *>(ElementType)->getKind() !=
1288 slangAssert((*FI)->getKind() == clang::Decl::Field);
1371 DK = static_cast<enum RSDataKind>(EPT->getKind());
H A Dslang_rs.cpp88 if (RSE->getKind() != RSExportable::EX_TYPE)
H A Dllvm-rs-cc.cpp185 if (A->getOption().getKind() == Option::InputClass)
H A Dslang_rs_export_type.h279 inline DataKind getKind() const { return mKind; } function in class:slang::RSExportPrimitiveType
H A Dslang_rs_object_ref_count.cpp54 if ((I->getKind() >= clang::Decl::firstFunction) &&
55 (I->getKind() <= clang::Decl::lastFunction)) {
1439 if (D->getKind() == clang::Decl::Var) {
/frameworks/base/libs/rs/
H A DrsComponent.h38 RsDataKind getKind() const {return mKind;} function in class:android::renderscript::Component
H A DrsElement.h65 RsDataKind getKind() const {return mComponent.getKind();} function in class:android::renderscript::Element
H A DrsElement.cpp111 component.getKind(),
174 (ee->getComponent().getKind() == dk) &&
360 (*elemData++) = (uint32_t)e->getKind();
/frameworks/base/libs/rs/driver/
H A DrsdAllocation.cpp235 drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind());
343 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) {

Completed in 218 milliseconds