Home | History | Annotate | Download | only in common

Lines Matching refs:isGatherOffsetsCompareResultValid

1211 static bool isGatherOffsetsCompareResultValid (const ConstPixelBufferAccess&	texture,
1259 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture,
1267 return isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord, 0, offsets, cmpReference, result);
1270 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture,
1286 if (isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, offsets, cmpReference, result))