Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp425 const int barsCount, in verifyImageMultipleBars() argument
437 DE_ASSERT(barsCount > 0); in verifyImageMultipleBars()
447 for (int barNdx = 0; barNdx < barsCount; ++barNdx) in verifyImageMultipleBars()
474 for (int barNdx = 0; barNdx < barsCount; ++barNdx) in verifyImageMultipleBars()
622 const int barsCount = DE_LENGTH_OF_ARRAY(barWidthRatios); in verifyLayerContent() local
630 …const tcu::Vec4 barDepths[barsCount] = { tcu::Vec4(pass1depth), tcu::Vec4(pass0depth), tcu::Vec4… in verifyLayerContent()
637 …result = verifyImageMultipleBars(log, depthAsColor, barWidthRatios, barDepths, barsCount, numUsedC… in verifyLayerContent()
645 …const tcu::Vec4 barStencils[barsCount] = { tcu::Vec4(pass1stencil), tcu::Vec4(pass0stencil), tcu… in verifyLayerContent()
652 …result = verifyImageMultipleBars(log, stencilAsColor, barWidthRatios, barStencils, barsCount, numU… in verifyLayerContent()
658 …const tcu::Vec4 barColors[barsCount] = { scaleColor(baseColor, 1.00f), scaleColor(baseColor, 0.5… in verifyLayerContent()
[all …]