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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 31 RS_FP_Full = 0,
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 70 mRSFloatPrecision(RS_FP_Full) {
84 mRSFloatPrecision(RS_FP_Full) {
226 std::string Full("rs_fp_full");
243 mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed : RS_FP_Full;
247 // adb shell setprop debug.rs.precision rs_fp_full
263 mRSFloatPrecision = RS_FP_Full;
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 162 case bcinfo::RS_FP_Full:

Completed in 157 milliseconds