Lines Matching defs:isGatherOffsetsResultValid
2437 static bool isGatherOffsetsResultValid (const ConstPixelBufferAccess& level,
2479 bool isGatherOffsetsResultValid (const Texture2DView& texture,
2487 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2490 bool isGatherOffsetsResultValid (const Texture2DView& texture,
2498 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2501 bool isGatherOffsetsResultValid (const Texture2DView& texture,
2509 return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offsets, result);
2524 if (isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, componentNdx, offsets, result))
2530 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture,
2541 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture,
2552 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture,