Home
last modified time | relevance | path

Searched refs:mRSFloatPrecision (Results 1 – 2 of 2) 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()
375 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
379 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
382 mRSFloatPrecision = RS_FP_Full; in populatePragmaMetadata()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h111 enum RSFloatPrecision mRSFloatPrecision; variable
292 return mRSFloatPrecision; in getRSFloatPrecision()