Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom() local
73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
74 rng.getUint32() % (maxLocationIndex + 1 - guardOffset)); in fillSampleLocationsRandom()
80 static_cast<float>(locationNdx.x()) / static_cast<float>(maxLocationIndex), // float x; in fillSampleLocationsRandom()
81 static_cast<float>(locationNdx.y()) / static_cast<float>(maxLocationIndex), // float y; in fillSampleLocationsRandom()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom() local
73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
74 rng.getUint32() % (maxLocationIndex + 1 - guardOffset)); in fillSampleLocationsRandom()
80 static_cast<float>(locationNdx.x()) / static_cast<float>(maxLocationIndex), // float x; in fillSampleLocationsRandom()
81 static_cast<float>(locationNdx.y()) / static_cast<float>(maxLocationIndex), // float y; in fillSampleLocationsRandom()

Completed in 1 milliseconds