Searched refs:barWidthRatios (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 423 const float* barWidthRatios, in verifyImageMultipleBars() argument 450 rightBorder = static_cast<int>(barWidthRatios[barNdx] * static_cast<float>(image.getWidth())); in verifyImageMultipleBars() 476 …const int rightBorder = static_cast<int>(barWidthRatios[barNdx] * static_cast<float>(image.getWidt… in verifyImageMultipleBars() 621 const float barWidthRatios[] = { 0.25f, 0.5f, 1.0f }; in verifyLayerContent() local 622 const int barsCount = DE_LENGTH_OF_ARRAY(barWidthRatios); in verifyLayerContent() 637 …result = verifyImageMultipleBars(log, depthAsColor, barWidthRatios, barDepths, barsCount, numUsedC… in verifyLayerContent() 652 …result = verifyImageMultipleBars(log, stencilAsColor, barWidthRatios, barStencils, barsCount, numU… in verifyLayerContent() 661 …result = verifyImageMultipleBars(log, image, barWidthRatios, barColors, barsCount, numUsedChannels… in verifyLayerContent()
|