HomeSort by relevance Sort by last modified time
    Searched refs:bcinfo (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 17 #include <bcinfo/BitcodeTranslator.h>
18 #include <bcinfo/BitcodeWrapper.h>
19 #include <bcinfo/MetadataExtractor.h>
38 // This file corresponds to the standalone bcinfo tool. It prints a variety of
79 static void dumpMetadata(bcinfo::MetadataExtractor *ME) {
86 case bcinfo::RS_FP_Full:
89 case bcinfo::RS_FP_Relaxed:
92 case bcinfo::RS_FP_Imprecise:
200 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeSize);
201 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER)
    [all...]
Android.mk 23 LOCAL_MODULE := bcinfo
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeTranslator.h 22 namespace bcinfo { namespace
68 } // namespace bcinfo
BitcodeWrapper.h 20 #include "bcinfo/Wrap/BCHeaderField.h"
25 namespace bcinfo { namespace
152 } // namespace bcinfo
MetadataExtractor.h 28 namespace bcinfo { namespace
202 } // namespace bcinfo
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 17 #include "bcinfo/BitcodeWrapper.h"
18 #include "bcinfo/Wrap/bitcode_wrapperer.h"
19 #include "bcinfo/Wrap/in_memory_wrapper_input.h"
21 #define LOG_TAG "bcinfo"
29 namespace bcinfo { namespace
59 } // namespace bcinfo
BitcodeTranslator.cpp 17 #include "bcinfo/BitcodeTranslator.h"
19 #include "bcinfo/BitcodeWrapper.h"
24 #define LOG_TAG "bcinfo"
37 namespace bcinfo { namespace
166 } // namespace bcinfo
MetadataExtractor.cpp 17 #include "bcinfo/MetadataExtractor.h"
19 #include "bcinfo/BitcodeWrapper.h"
21 #define LOG_TAG "bcinfo"
33 namespace bcinfo { namespace
444 } // namespace bcinfo
  /frameworks/rs/
rsScriptC.cpp 23 #include <bcinfo/BitcodeTranslator.h>
24 #include <bcinfo/BitcodeWrapper.h>
204 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen);
210 if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) {
223 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen,
rsScriptC.h 25 #include "bcinfo/BitcodeTranslator.h"
70 bcinfo::BitcodeTranslator *BT;
  /frameworks/rs/driver/
rsdBcc.cpp 21 #include <bcinfo/MetadataExtractor.h>
41 bcinfo::MetadataExtractor *ME;
84 bcinfo::RSFloatPrecision prec;
98 drv->ME = new bcinfo::MetadataExtractor((const char*)drv->mScriptText,
101 ALOGE("bcinfo: failed to read script metadata");
124 if (prec != bcinfo::RS_FP_Full) {
  /frameworks/compile/slang/
slang_backend.cpp 22 #include "bcinfo/BitcodeWrapper.h"
239 bcinfo::AndroidBitcodeWrapper wrapper;
240 size_t actualWrapperLen = bcinfo::writeAndroidBitcodeWrapper(
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 20 #include <bcinfo/MetadataExtractor.h>
256 bcinfo::MetadataExtractor ME(mModule);
303 if (ME.getRSFloatPrecision() == bcinfo::RS_FP_Full) {
Script.cpp 20 #include "bcinfo/BitcodeWrapper.h"
99 bcinfo::BitcodeWrapper wrapper(bitcode, bitcodeSize);

Completed in 720 milliseconds