Lines Matching refs:GenericVec4
380 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1)))
3700 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, 0, 0, 1));
3707 GenericVec4(tcu::Vec4(x, y, 0, 1));
3714 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, 1));
3721 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, w));
3728 m_currentAttribs[index] = rr::GenericVec4(tcu::IVec4(x, y, z, w));
3735 m_currentAttribs[index] = rr::GenericVec4(tcu::UVec4(x, y, z, w));