Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() argument
473 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()
480 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() argument
473 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()
480 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2726 bool verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& color, bool logging = true);
3555 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& barColor, bool logging) in verifyImageSingleColoredRow() argument
3557 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()
3559 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth()); in verifyImageSingleColoredRow()

Completed in 14 milliseconds