Searched defs:BT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
H A DrsScriptC.h69 bcinfo::BitcodeTranslator *BT; member in class:android::renderscript::ScriptC
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp171 bcinfo::BitcodeTranslator *BT = local
173 if (!BT->translate()) {
179 new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
180 BT->getTranslatedBitcodeSize());
189 delete BT;
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp134 const clang::BuiltinType *BT = local
137 switch (BT->getKind()) {
457 const clang::BuiltinType *BT = local
460 switch (BT->getKind()) {
814 const clang::BuiltinType *BT = local
816 switch (BT->getKind()) {
1021 const clang::BuiltinType *BT = UNSAFE_CAST_TYPE(const clang::BuiltinType, local
1027 switch (BT->getKind()) {

Completed in 112 milliseconds