Home | History | Annotate | Download | only in simplereference

Lines Matching refs:m_currentAttribs

380 	, m_currentAttribs					(m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1)))
3721 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, 0, 0, 1));
3728 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, 0, 1));
3735 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, 1));
3742 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, w));
3749 m_currentAttribs[index] = rr::GenericVec4(tcu::IVec4(x, y, z, w));
3756 m_currentAttribs[index] = rr::GenericVec4(tcu::UVec4(x, y, z, w));
4406 vertexAttribs[ndx].generic = m_currentAttribs[ndx];