• Home
  • Raw
  • Download

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()
651 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicOrCase()
722 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicXorCase()
806 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicExchangeCase()
868 …ext& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision);
883 const Precision m_precision;
891 …text& context, const char* name, AtomicOperandType operandType, DataType type, Precision precision) in ShaderAtomicCompSwapCase()
1107 const Precision precision = Precision(precNdx); in createAtomicOpGroup()