Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp190 mRSFloatPrecision(RS_FP_Full), mIsThreadable(true), in MetadataExtractor()
207 mRSFloatPrecision(RS_FP_Full), mIsThreadable(true), in MetadataExtractor()
362 mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed : RS_FP_Full; in populatePragmaMetadata()
382 mRSFloatPrecision = RS_FP_Full; in populatePragmaMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h34 RS_FP_Full = 0, enumerator
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp183 case bcinfo::RS_FP_Full: in dumpMetadata()
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp99 bool script_full_prec = (me.getRSFloatPrecision() == bcinfo::RS_FP_Full); in setupConfig()