Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1176 tcu::TestStatus verifyTestResult (bool firstDraw);
1177 void prepareCommandBuffer (bool firstDraw);
1254 void DepthBoundsRangeUnrestrictedTestInstance::prepareCommandBuffer (bool firstDraw) in prepareCommandBuffer() argument
1258 if (!firstDraw) in prepareCommandBuffer()
1271 …vk.cmdPipelineBarrier(*m_cmdBuffer, (firstDraw ? VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT : VK_PIPELINE_S… in prepareCommandBuffer()
1274 prepareRenderPass((firstDraw ? *m_renderPass : *m_renderPassSecondDraw), in prepareCommandBuffer()
1275 (firstDraw ? *m_framebuffer : *m_framebufferSecondDraw), in prepareCommandBuffer()
1276 (firstDraw ? *m_pipeline : *m_pipelineSecondDraw)); in prepareCommandBuffer()
1281 tcu::TestStatus DepthBoundsRangeUnrestrictedTestInstance::verifyTestResult (bool firstDraw) in verifyTestResult() argument
1316 bool firstDrawHasPassedDepthBoundsTest = !firstDraw && m_vertexWasRendered[i]; in verifyTestResult()
[all …]
/external/skqp/src/gpu/
DGrOpFlushState.cpp106 bool firstDraw = fDraws.begin() == fDraws.end(); in draw() local
127 if (firstDraw) { in draw()
/external/skia/src/gpu/
DGrOpFlushState.cpp153 bool firstDraw = fDraws.begin() == fDraws.end(); in recordDraw() local
166 if (firstDraw) { in recordDraw()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp794 const tcu::Vec4 firstDraw = (clearColor + quadColor) * 0.5f; in verifyLayerContent() local
796 const tcu::Vec4 secondDraw = (firstDraw + quadColor) * 0.5f; in verifyLayerContent()