Home
last modified time | relevance | path

Searched refs:RS_FP_Relaxed (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp362 mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed : RS_FP_Full; in populatePragmaMetadata()
375 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
379 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h35 RS_FP_Relaxed = 1, enumerator
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp186 case bcinfo::RS_FP_Relaxed: in dumpMetadata()
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp422 if (me.getRSFloatPrecision() == bcinfo::RS_FP_Relaxed) { in buildScriptGroup()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp477 if (prec == bcinfo::RS_FP_Relaxed) { in findCoreLib()