Searched refs:verifyImageSingleColoredRow (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() function 711 return verifyImageSingleColoredRow(log, image, 0.5f, white); 717 return verifyImageSingleColoredRow(log, image, 0.5f, white); 723 return verifyImageSingleColoredRow(log, image, 0.5f, s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]); 730 return verifyImageSingleColoredRow(log, image, variableBarRatio, white); 739 return verifyImageSingleColoredRow(log, image, 0.5f, layerColor); 799 return verifyImageSingleColoredRow(log, image, 0.5f, secondDraw, layerNdx < numLayers / 2, layerNdx >= numLayers / 2);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() function 711 return verifyImageSingleColoredRow(log, image, 0.5f, white); 717 return verifyImageSingleColoredRow(log, image, 0.5f, white); 723 return verifyImageSingleColoredRow(log, image, 0.5f, s_colors[layerNdx % DE_LENGTH_OF_ARRAY(s_colors)]); 730 return verifyImageSingleColoredRow(log, image, variableBarRatio, white); 739 return verifyImageSingleColoredRow(log, image, 0.5f, layerColor); 799 return verifyImageSingleColoredRow(log, image, 0.5f, secondDraw, layerNdx < numLayers / 2, layerNdx >= numLayers / 2);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 2726 bool verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& color, bool logging = true); 3498 return verifyImageSingleColoredRow(layer, 0.5f, white); in verifyLayerContent() 3504 return verifyImageSingleColoredRow(layer, 0.5f, white); in verifyLayerContent() 3510 return verifyImageSingleColoredRow(layer, 0.5f, colors[layerNdx]); in verifyLayerContent() 3517 return verifyImageSingleColoredRow(layer, (float)layerNdx / (float)m_numLayers, white); in verifyLayerContent() 3525 return verifyImageSingleColoredRow(layer, 0.5f, layerColor); in verifyLayerContent() 3532 return verifyImageSingleColoredRow(layer, 0.5f, white); in verifyLayerContent() 3539 return verifyImageSingleColoredRow(layer, 0.5f, white); in verifyLayerContent() 3555 bool LayeredRenderCase::verifyImageSingleColoredRow (const tcu::Surface& layer, float rowWidthRatio, const tcu::Vec4& barColor, bool logging) in verifyImageSingleColoredRow() function in deqp::gles31::Functional::__anon30824::LayeredRenderCase
|
Completed in 16 milliseconds