Home
last modified time | relevance | path

Searched refs:getRSFloatPrecision (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp102 bool script_full_prec = (me.getRSFloatPrecision() == bcinfo::RS_FP_Full); in setupConfig()
361 if (me.getRSFloatPrecision() == bcinfo::RS_FP_Relaxed) { in buildScriptGroup()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h239 enum RSFloatPrecision getRSFloatPrecision() const { in getRSFloatPrecision() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp163 switch (ME->getRSFloatPrecision()) { in dumpMetadata()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp478 enum bcinfo::RSFloatPrecision prec = ME.getRSFloatPrecision(); in findCoreLib()