Home
last modified time | relevance | path

Searched refs:barLengthThreshold (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp481 const int barLengthThreshold = 1; in verifyImageSingleColoredRow() local
505 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
507 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp481 const int barLengthThreshold = 1; in verifyImageSingleColoredRow() local
505 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
507 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp3560 const int barLengthThreshold = 1; in verifyImageSingleColoredRow() local
3580 if (x <= barLength - barLengthThreshold) in verifyImageSingleColoredRow()
3582 else if (x >= barLength + barLengthThreshold) in verifyImageSingleColoredRow()

Completed in 16 milliseconds