Lines Matching refs:Precision
68 …me, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const…
82 const Precision m_precision;
96 …me, const char* funcName, AtomicOperandType operandType, DataType type, Precision precision, const… in ShaderAtomicOpCase()
258 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicAddCase()
347 static int getPrecisionNumIntegerBits (glu::Precision precision) in getPrecisionNumIntegerBits()
366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()
393 …ontainsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision) in containsAfterUintCast()
401 …ontainsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision) in containsAfterUintCast()
412 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicMinCase()
493 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicMaxCase()
575 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicAndCase()
648 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicOrCase()
716 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicXorCase()
800 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicExchangeCase()
862 …ext& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision);
877 const Precision m_precision;
885 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicCompSwapCase()
1101 const Precision precision = Precision(precNdx); in createAtomicOpGroup()