Searched refs:firstDraw (Results 1 – 4 of 4) sorted by relevance
1176 tcu::TestStatus verifyTestResult (bool firstDraw);1177 void prepareCommandBuffer (bool firstDraw);1254 void DepthBoundsRangeUnrestrictedTestInstance::prepareCommandBuffer (bool firstDraw) in prepareCommandBuffer() argument1258 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() argument1316 bool firstDrawHasPassedDepthBoundsTest = !firstDraw && m_vertexWasRendered[i]; in verifyTestResult()[all …]
106 bool firstDraw = fDraws.begin() == fDraws.end(); in draw() local127 if (firstDraw) { in draw()
153 bool firstDraw = fDraws.begin() == fDraws.end(); in recordDraw() local166 if (firstDraw) { in recordDraw()
794 const tcu::Vec4 firstDraw = (clearColor + quadColor) * 0.5f; in verifyLayerContent() local796 const tcu::Vec4 secondDraw = (firstDraw + quadColor) * 0.5f; in verifyLayerContent()