Searched refs:guardOffset (Results 1 – 1 of 1) sorted by relevance
63 …const deUint32 guardOffset = 1u; // don't put samples on the right or the bottom edge of the pix… in fillSampleLocationsRandom() local73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()74 rng.getUint32() % (maxLocationIndex + 1 - guardOffset)); in fillSampleLocationsRandom()