Lines Matching defs:offset
470 SinglePixelOffsets (const IVec2& offset)
471 : MultiplePixelOffsets(offset + IVec2(0, 1),
472 offset + IVec2(1, 1),
473 offset + IVec2(1, 0),
474 offset + IVec2(0, 0))
782 case GATHERTYPE_OFFSET: return "offset";
835 const IVec2 offset = gatherType == GATHERTYPE_BASIC ? IVec2(0) : gatherArgs.offsets[0];
836 return MovePtr<PixelOffsets>(new SinglePixelOffsets(offset));
1261 // Log and check implementation offset limits, if appropriate.
1864 // \note Cube case always uses just basic textureGather(); offset versions are not defined for cube maps.
2206 if (offsetSize != OFFSETSIZE_MINIMUM_REQUIRED) // Don't test all features for both offset size types, as they should be rather orthogonal.