Lines Matching refs:uvec2
202 uvec2 min(uvec2 x, uvec2 y);
206 uvec2 min(uvec2 x, uint y);
229 uvec2 max(uvec2 x, uvec2 y);
233 uvec2 max(uvec2 x, uint y);
256 uvec2 clamp(uvec2 x, uvec2 minVal, uvec2 maxVal);
260 uvec2 clamp(uvec2 x, uint minVal, uint maxVal);
395 bvec2 lessThan(uvec2 x, uvec2 y);
405 bvec2 lessThanEqual(uvec2 x, uvec2 y);
415 bvec2 greaterThan(uvec2 x, uvec2 y);
425 bvec2 greaterThanEqual(uvec2 x, uvec2 y);
435 bvec2 equal(uvec2 x, uvec2 y);
448 bvec2 notEqual(uvec2 x, uvec2 y);