Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp243 mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed : RS_FP_Full; in populatePragmaMetadata()
256 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
260 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h32 RS_FP_Relaxed = 1, enumerator
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp165 case bcinfo::RS_FP_Relaxed: in dumpMetadata()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp736 if (prec == bcinfo::RS_FP_Relaxed) { in findCoreLib()