Lines Matching refs:offset3

88 const ivec3 offset3 = ivec3(1);
195 texel += textureOffset(s3D, c3, offset3);
196 texel += textureOffset(s3D, f16c3, offset3, f16bias);
229 texel += textureProjOffset(s3D, c4, offset3);
230 texel += textureProjOffset(s3D, f16c4, offset3, f16bias);
253 texel += textureLodOffset(s3D, c3, lod, offset3);
254 texel += textureLodOffset(s3D, f16c3, f16lod, offset3);
281 texel += textureProjLodOffset(s3D, c4, lod, offset3);
282 texel += textureProjLodOffset(s3D, f16c4, f16lod, offset3);
314 texel += texelFetchOffset(s3D, ivec3(c3), int(lod), offset3);
366 texel += textureGradOffset(s3D, c3, dPdxy3, dPdxy3, offset3);
367 texel += textureGradOffset(s3D, f16c3, f16dPdxy3, f16dPdxy3, offset3);
434 texel += textureProjGradOffset(s3D, c4, dPdxy3, dPdxy3, offset3);
435 texel += textureProjGradOffset(s3D, f16c4, f16dPdxy3, f16dPdxy3, offset3);
733 sparseTextureOffsetARB(s3D, c3, offset3, texel);
734 sparseTextureOffsetARB(s3D, f16c3, offset3, texel, f16bias);
755 sparseTextureLodOffsetARB(s3D, c3, lod, offset3, texel);
756 sparseTextureLodOffsetARB(s3D, f16c3, f16lod, offset3, texel);
799 sparseTextureGradOffsetARB(s3D, c3, dPdxy3, dPdxy3, offset3, texel);
800 sparseTextureGradOffsetARB(s3D, f16c3, f16dPdxy3, f16dPdxy3, offset3, texel);
834 sparseTexelFetchOffsetARB(s3D, ivec3(c3), int(lod), offset3, texel);
1031 sparseTextureOffsetClampARB(s3D, c3, offset3, lodClamp, texel);
1032 sparseTextureOffsetClampARB(s3D, f16c3, offset3, f16lodClamp, texel, f16bias);
1051 texel += textureOffsetClampARB(s3D, c3, offset3, lodClamp);
1052 texel += textureOffsetClampARB(s3D, f16c3, offset3, f16lodClamp, f16bias);
1131 sparseTextureGradOffsetClampARB(s3D, c3, dPdxy3, dPdxy3, offset3, lodClamp, texel);
1132 sparseTextureGradOffsetClampARB(s3D, f16c3, f16dPdxy3, f16dPdxy3, offset3, f16lodClamp, texel);
1151 texel += textureGradOffsetClampARB(s3D, c3, dPdxy3, dPdxy3, offset3, lodClamp);
1152 texel += textureGradOffsetClampARB(s3D, f16c3, f16dPdxy3, f16dPdxy3, offset3, f16lodClamp);