Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h236 enum FloatPrecision { enum
243 FloatPrecision getFloatPrecisionRequirement() const;
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp231 RSInfo::FloatPrecision RSInfo::getFloatPrecisionRequirement() const { in getFloatPrecisionRequirement()
256 RSInfo::FloatPrecision result = relaxed_pragma_seen ? FP_Relaxed : FP_Full; in getFloatPrecisionRequirement()