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

/frameworks/rs/
H A DrsScriptC.h70 bcinfo::BitcodeTranslator *BT; member in class:android::renderscript::ScriptC
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp212 bcinfo::BitcodeTranslator *BT = local
214 if (!BT->translate()) {
220 new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
221 BT->getTranslatedBitcodeSize());
230 delete BT;
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp173 const clang::BuiltinType *BT = local
176 switch (BT->getKind()) {
548 const clang::BuiltinType *BT = local
551 switch (BT->getKind()) {
906 const clang::BuiltinType *BT = local
908 switch (BT->getKind()) {
1119 const clang::BuiltinType *BT = UNSAFE_CAST_TYPE(const clang::BuiltinType, local
1125 switch (BT->getKind()) {

Completed in 71 milliseconds