Searched refs:vIntVec4 (Results 1 – 5 of 5) sorted by relevance
22 layout(location = 4) flat out ivec4 vIntVec4;34 vIntVec4 = sign(uIntVec4);
27 int4 vIntVec4 [[user(locn4)]];54 out.vIntVec4 = sign(_21.uIntVec4);
106 m_v.vIntVec4[0] = v[0]; in QueriedState()107 m_v.vIntVec4[1] = v[1]; in QueriedState()108 m_v.vIntVec4[2] = v[2]; in QueriedState()109 m_v.vIntVec4[3] = v[3]; in QueriedState()203 return m_v.vIntVec4; in getIntVec4Access()
372 GLIntVec4 vIntVec4; member