Home | History | Annotate | Download | only in compiler

Lines Matching full:ivec2

249     s.append(TString("bvec2 lessThan(ivec2 x, ivec2 y);"));
257 s.append(TString("bvec2 lessThanEqual(ivec2 x, ivec2 y);"));
265 s.append(TString("bvec2 greaterThan(ivec2 x, ivec2 y);"));
273 s.append(TString("bvec2 greaterThanEqual(ivec2 x, ivec2 y);"));
281 s.append(TString("bvec2 equal(ivec2 x, ivec2 y);"));
293 s.append(TString("bvec2 notEqual(ivec2 x, ivec2 y);"));