Lines Matching refs:textureSize
103 highp int s1 = textureSize(bufSamp1);
104 highp int s2 = textureSize(bufSamp2);
105 highp int s3 = textureSize(bufSamp3);
151 highp ivec3 s4 = textureSize(CA4, 1);
152 highp ivec3 s5 = textureSize(CA5, 1);
153 highp ivec3 s6 = textureSize(CA6, 1);
154 highp ivec3 s7 = textureSize(CA7, 1);
209 ivec3 tfs = textureSize(samp2DMSA);
210 ivec3 tfsi = textureSize(samp2DMSAi);
211 ivec3 tfsb = textureSize(samp2DMSAi, 4); // ERROR, no lod
212 ivec3 tfsu = textureSize(samp2DMSAu);