Lines Matching refs:UVec2
656 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang…
672 tcu::UVec2 m_rangeA;
673 tcu::UVec2 m_rangeB;
687 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… in ShaderUintPrecisionCase()
861 using tcu::UVec2; in init()
873 tcu::UVec2 fullRange32U (0u, 0xffffffffu); in init()
874 tcu::UVec2 fullRange16U (0u, 0xffffu); in init()
875 tcu::UVec2 fullRange8U (0u, 0xffu); in init()
934 tcu::UVec2 rangeA; in init()
935 tcu::UVec2 rangeB; in init()
942 …{ "highp_div", "in0 / in1", div<deUint32>, glu::PRECISION_HIGHP, 32, fullRange32U, UVec2(1u, 10… in init()
946 …{ "mediump_div", "in0 / in1", div<deUint32>, glu::PRECISION_MEDIUMP, 16, fullRange16U, UVec2(1, … in init()
950 { "lowp_div", "in0 / in1", div<deUint32>, glu::PRECISION_LOWP, 8, fullRange8U, UVec2(1, 50u) } in init()