Lines Matching defs:precision
99 … AtomicOperandType operandType, DataType type, Precision precision, in ShaderAtomicOpCase()
265 Precision precision) in ShaderAtomicAddCase()
358 static int getPrecisionNumIntegerBits(glu::Precision precision) in getPrecisionNumIntegerBits()
380 static bool intEqualsAfterUintCast(int32_t value, uint32_t casted, glu::Precision precision) in intEqualsAfterUintCast()
407 …containsAfterUintCast(const std::set<int32_t> &haystack, uint32_t needle, glu::Precision precision) in containsAfterUintCast()
415 …containsAfterUintCast(const std::set<uint32_t> &haystack, int32_t needle, glu::Precision precision) in containsAfterUintCast()
427 Precision precision) in ShaderAtomicMinCase()
510 Precision precision) in ShaderAtomicMaxCase()
594 Precision precision) in ShaderAtomicAndCase()
674 Precision precision) in ShaderAtomicOrCase()
749 Precision precision) in ShaderAtomicXorCase()
836 Precision precision) in ShaderAtomicExchangeCase()
924 DataType type, Precision precision) in ShaderAtomicCompSwapCase()
1147 const Precision precision = Precision(precNdx); in createAtomicOpGroup() local