Searched refs:vIntVec3 (Results 1 – 5 of 5) sorted by relevance
23 layout(location = 5) flat out ivec3 vIntVec3;35 vIntVec3 = sign(uIntVec3);
28 int3 vIntVec3 [[user(locn5)]];55 out.vIntVec3 = sign(_21.uIntVec3);
92 m_v.vIntVec3[0] = v[0]; in QueriedState()93 m_v.vIntVec3[1] = v[1]; in QueriedState()94 m_v.vIntVec3[2] = v[2]; in QueriedState()191 return m_v.vIntVec3; in getIntVec3Access()
370 GLIntVec3 vIntVec3; member