Home
last modified time | relevance | path

Searched refs:guardOffset (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSampleLocationsUtil.cpp63 …const deUint32 guardOffset = 1u; // don't put samples on the right or the bottom edge of the pix… in fillSampleLocationsRandom() local
73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
74 rng.getUint32() % (maxLocationIndex + 1 - guardOffset)); in fillSampleLocationsRandom()