Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds