Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1101 tcu::TestStatus verifyTestResult (bool firstDraw);
1102 void prepareCommandBuffer (bool firstDraw);
1186 void DepthBoundsRangeUnrestrictedTestInstance::prepareCommandBuffer (bool firstDraw) in prepareCommandBuffer() argument
1190 if (!firstDraw) in prepareCommandBuffer()
1203 …vk.cmdPipelineBarrier(*m_cmdBuffer, (firstDraw ? VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT : VK_PIPELINE_S… in prepareCommandBuffer()
1206 prepareRenderPass((firstDraw ? *m_renderPass : *m_renderPassSecondDraw), in prepareCommandBuffer()
1207 (firstDraw ? *m_framebuffer : *m_framebufferSecondDraw), in prepareCommandBuffer()
1208 (firstDraw ? m_pipeline.getPipeline() : m_pipelineSecondDraw.getPipeline())); in prepareCommandBuffer()
1213 tcu::TestStatus DepthBoundsRangeUnrestrictedTestInstance::verifyTestResult (bool firstDraw) in verifyTestResult() argument
1248 bool firstDrawHasPassedDepthBoundsTest = !firstDraw && m_vertexWasRendered[i]; in verifyTestResult()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1101 tcu::TestStatus verifyTestResult (bool firstDraw);
1102 void prepareCommandBuffer (bool firstDraw);
1186 void DepthBoundsRangeUnrestrictedTestInstance::prepareCommandBuffer (bool firstDraw) in prepareCommandBuffer() argument
1190 if (!firstDraw) in prepareCommandBuffer()
1203 …vk.cmdPipelineBarrier(*m_cmdBuffer, (firstDraw ? VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT : VK_PIPELINE_S… in prepareCommandBuffer()
1206 prepareRenderPass((firstDraw ? *m_renderPass : *m_renderPassSecondDraw), in prepareCommandBuffer()
1207 (firstDraw ? *m_framebuffer : *m_framebufferSecondDraw), in prepareCommandBuffer()
1208 (firstDraw ? m_pipeline.getPipeline() : m_pipelineSecondDraw.getPipeline())); in prepareCommandBuffer()
1213 tcu::TestStatus DepthBoundsRangeUnrestrictedTestInstance::verifyTestResult (bool firstDraw) in verifyTestResult() argument
1248 bool firstDrawHasPassedDepthBoundsTest = !firstDraw && m_vertexWasRendered[i]; in verifyTestResult()
[all …]
/third_party/skia/src/gpu/
DGrOpFlushState.cpp162 bool firstDraw = fDraws.begin() == fDraws.end(); in recordDraw() local
175 if (firstDraw) { in recordDraw()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp795 const tcu::Vec4 firstDraw = (clearColor + quadColor) * 0.5f; in verifyLayerContent() local
797 const tcu::Vec4 secondDraw = (firstDraw + quadColor) * 0.5f; in verifyLayerContent()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp795 const tcu::Vec4 firstDraw = (clearColor + quadColor) * 0.5f; in verifyLayerContent() local
797 const tcu::Vec4 secondDraw = (firstDraw + quadColor) * 0.5f; in verifyLayerContent()