Lines Matching refs:Vec4
43 using tcu::Vec4;
295 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f), in init()
296 Vec4(value, 0.0f, 0.0f, 0.0f), in init()
297 Vec4(value, 0.0f, 0.0f, 0.0f), in init()
298 Vec4(value, 0.0f, 0.0f, 0.0f))); in init()
326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
327 Vec4(maxValue, 0.0f, 0.0f, 0.0f), in init()
328 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
329 Vec4(maxValue, 0.0f, 0.0f, 0.0f))); in init()
333 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
334 Vec4(0.4f, 0.5f, 0.6f, 0.7f), in init()
335 Vec4(0.8f, 0.9f, 1.0f, 1.1f), in init()
336 Vec4(1.2f, 1.3f, 1.4f, 1.5f))); in init()
338 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
339 Vec4(0.4f, 0.5f, 0.6f, 0.7f), in init()
340 Vec4(0.8f, 0.9f, 1.0f, 1.1f), in init()
341 Vec4(1.2f, 1.3f, 1.4f, 1.5f))); in init()
571 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init()
572 Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init()
573 Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init()
574 Vec4(loopBound, 0.0f, 0.0f, 0.0f))); in init()
602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
603 Vec4(maxValue, 0.0f, 0.0f, 0.0f), in init()
604 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
605 Vec4(maxValue, 0.0f, 0.0f, 0.0f))); in init()
609 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
610 Vec4(0.4f, 0.5f, 0.6f, 0.7f), in init()
611 Vec4(0.8f, 0.9f, 1.0f, 1.1f), in init()
612 Vec4(1.2f, 1.3f, 1.4f, 1.5f))); in init()
743 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
744 Vec4(0.4f, 0.5f, 0.6f, 0.7f), in init()
745 Vec4(0.8f, 0.9f, 1.0f, 1.1f), in init()
746 Vec4(1.2f, 1.3f, 1.4f, 1.5f))); in init()