Home | History | Annotate | Download | only in accuracy

Lines Matching refs:Vec4

52 using tcu::Vec4;
302 static const Vec4 s_projections[] =
304 Vec4(1.2f, 1.0f, 0.7f, 1.0f),
305 Vec4(1.3f, 0.8f, 0.6f, 2.0f),
306 Vec4(0.8f, 1.0f, 1.7f, 0.6f),
307 Vec4(1.2f, 1.0f, 1.7f, 1.5f)
567 static const Vec4 s_projections[] =
569 Vec4(1.2f, 1.0f, 0.7f, 1.0f),
570 Vec4(1.3f, 0.8f, 0.6f, 1.1f),
571 Vec4(0.8f, 1.0f, 1.2f, 0.8f),
572 Vec4(1.2f, 1.0f, 1.3f, 0.9f)