Home
last modified time | relevance | path

Searched refs:mRSFloatPrecision (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp99 mObjectSlotList(nullptr), mRSFloatPrecision(RS_FP_Full), in MetadataExtractor()
115 mObjectSlotList(nullptr), mRSFloatPrecision(RS_FP_Full), in MetadataExtractor()
267 mRSFloatPrecision = RelaxedPragmaSeen ? RS_FP_Relaxed : RS_FP_Full; in populatePragmaMetadata()
280 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
284 mRSFloatPrecision = RS_FP_Relaxed; in populatePragmaMetadata()
287 mRSFloatPrecision = RS_FP_Full; in populatePragmaMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h75 enum RSFloatPrecision mRSFloatPrecision; variable
240 return mRSFloatPrecision; in getRSFloatPrecision()