Searched refs:m_currentAttribs (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 396 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1))) in ReferenceContext() 3739 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, 0, 0, 1)); 3746 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, 0, 1)); 3753 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, 1)); 3760 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, w)); 3767 m_currentAttribs[index] = rr::GenericVec4(tcu::IVec4(x, y, z, w)); 3774 m_currentAttribs[index] = rr::GenericVec4(tcu::UVec4(x, y, z, w)); 4424 vertexAttribs[ndx].generic = m_currentAttribs[ndx];
|
H A D | sglrReferenceContext.hpp | 957 std::vector<rr::GenericVec4> m_currentAttribs; member in sglr::ReferenceContext
|
Completed in 8 milliseconds