Lines Matching refs:UVec2
630 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang…
646 tcu::UVec2 m_rangeA;
647 tcu::UVec2 m_rangeB;
661 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… in ShaderUintPrecisionCase()
835 using tcu::UVec2; in init()
847 tcu::UVec2 fullRange32U (0u, 0xffffffffu); in init()
848 tcu::UVec2 fullRange16U (0u, 0xffffu); in init()
849 tcu::UVec2 fullRange8U (0u, 0xffu); in init()
908 tcu::UVec2 rangeA; in init()
909 tcu::UVec2 rangeB; in init()
916 …{ "highp_div", "in0 / in1", div<deUint32>, glu::PRECISION_HIGHP, 32, fullRange32U, UVec2(1u, 10… in init()
920 …{ "mediump_div", "in0 / in1", div<deUint32>, glu::PRECISION_MEDIUMP, 16, fullRange16U, UVec2(1, … in init()
924 { "lowp_div", "in0 / in1", div<deUint32>, glu::PRECISION_LOWP, 8, fullRange8U, UVec2(1, 50u) } in init()