Lines Matching refs:textureSize
63 v2 = textureSize(s2dms);
64 v2 = textureSize(us2dms);
222 highp int s1 = textureSize(bufSamp1);
223 highp int s2 = textureSize(bufSamp2);
224 highp int s3 = textureSize(bufSamp3);
281 highp ivec3 s4 = textureSize(CA4, 1);
282 highp ivec3 s5 = textureSize(CA5, 1);
283 highp ivec3 s6 = textureSize(CA6, 1);
284 highp ivec3 s7 = textureSize(CA7, 1);
349 ivec3 tfs = textureSize(samp2DMSA);
350 ivec3 tfsi = textureSize(samp2DMSAi);
351 ivec3 tfsb = textureSize(samp2DMSAi, 4); // ERROR, no lod
352 ivec3 tfsu = textureSize(samp2DMSAu);