Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp452 …u::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Ve… in verifyImageSingleColoredRow() argument
454 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()
460 const int barLength = static_cast<int>(rowWidthRatio * static_cast<float>(image.getWidth())); in verifyImageSingleColoredRow()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2704 …bool verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu…
3510 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio in verifyImageSingleColoredRow() argument
3512 DE_ASSERT(rowWidthRatio > 0.0f); in verifyImageSingleColoredRow()
3514 const int barLength = (int)(rowWidthRatio * (float)layer.getWidth()); in verifyImageSingleColoredRow()