OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_FP_Full
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
185
mRSFloatPrecision(
RS_FP_Full
), mIsThreadable(true),
203
mRSFloatPrecision(
RS_FP_Full
), mIsThreadable(true),
335
std::string Full("
rs_fp_full
");
352
mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed :
RS_FP_Full
;
356
// adb shell setprop debug.rs.precision
rs_fp_full
372
mRSFloatPrecision =
RS_FP_Full
;
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
34
RS_FP_Full
= 0,
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
104
bool script_full_prec = (me.getRSFloatPrecision() == bcinfo::
RS_FP_Full
);
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
183
case bcinfo::
RS_FP_Full
:
Completed in 63 milliseconds