Home | History | Annotate | Download | only in functional

Lines Matching refs:UVec2

59 using tcu::UVec2;
366 static UVec2 getUintRange (glu::Precision precision)
368 static const UVec2 ranges[] =
370 UVec2(0, (1<< 8)-1),
371 UVec2(0, (1<<16)-1),
372 UVec2(0, 0xffffffffu)
721 const UVec2 range = getUintRange(output.precision);