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

/frameworks/rs/
H A DrsScriptC.h66 bcinfo::BitcodeTranslator *BT; member in class:android::renderscript::ScriptC
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp291 llvm::OwningPtr<bcinfo::BitcodeTranslator> BT; local
292 BT.reset(new bcinfo::BitcodeTranslator(bitcode, bitcodeSize, version));
293 if (!BT->translate()) {
299 ME.reset(new bcinfo::MetadataExtractor(BT->getTranslatedBitcode(),
300 BT->getTranslatedBitcodeSize()));
309 const char *translatedBitcode = BT->getTranslatedBitcode();
310 size_t translatedBitcodeSize = BT->getTranslatedBitcodeSize();
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp174 const clang::BuiltinType *BT = local
177 switch (BT->getKind()) {
617 const clang::BuiltinType *BT = local
620 switch (BT->getKind()) {
975 const clang::BuiltinType *BT = local
977 switch (BT->getKind()) {
1188 const clang::BuiltinType *BT = UNSAFE_CAST_TYPE(const clang::BuiltinType, local
1194 switch (BT->getKind()) {

Completed in 904 milliseconds