Searched refs:vInt (Results 1 – 8 of 8) sorted by relevance
4 static int vInt;11 nointerpolation int vInt : TEXCOORD1;25 Int = vInt.xxxx * int4(2, 2, 2, 2);33 vInt = stage_input.vInt;
4 layout(location = 1) flat in int vInt;13 Int = ivec4(vInt) * 2;
25 layout(location = 7) flat out int vInt;37 vInt = sign(uInt);
30 int vInt [[user(locn7)]];57 out.vInt = sign(_21.uInt);
365 glw::GLint vInt; member
62 m_v.vInt = v; in QueriedState()161 return m_v.vInt; in getIntAccess()