Home | History | Annotate | Download | only in common

Lines Matching full:offsets

2269 										const IVec2						(&offsets)[4],
2292 const int x = wrap(sampler.wrapS, i+offsets[offNdx].x(), w);
2293 const int y = wrap(sampler.wrapT, j+offsets[offNdx].y(), h);
2310 const IVec2 (&offsets)[4],
2313 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2321 const IVec2 (&offsets)[4],
2324 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2332 const IVec2 (&offsets)[4],
2335 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2344 const IVec2 (&offsets)[4],
2350 if (isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, componentNdx, offsets, result))
2361 const IVec2 (&offsets)[4],
2364 return is2DArrayGatherOffsetsResultValid(texture, sampler, prec, coord, componentNdx, offsets, result);
2372 const IVec2 (&offsets)[4],
2375 return is2DArrayGatherOffsetsResultValid(texture, sampler, prec, coord, componentNdx, offsets, result);
2383 const IVec2 (&offsets)[4],
2386 return is2DArrayGatherOffsetsResultValid(texture, sampler, prec, coord, componentNdx, offsets, result);
2417 static const IVec2 offsets[4] =
2428 const CubeFaceIntCoords c = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, i+offsets[offNdx].x(), j+offsets[offNdx].y()), size);