Searched refs:firstDraw (Results 1 – 5 of 5) sorted by relevance
1101 tcu::TestStatus verifyTestResult (bool firstDraw);1102 void prepareCommandBuffer (bool firstDraw);1186 void DepthBoundsRangeUnrestrictedTestInstance::prepareCommandBuffer (bool firstDraw) in prepareCommandBuffer() argument1190 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() argument1248 bool firstDrawHasPassedDepthBoundsTest = !firstDraw && m_vertexWasRendered[i]; in verifyTestResult()[all …]
162 bool firstDraw = fDraws.begin() == fDraws.end(); in recordDraw() local175 if (firstDraw) { in recordDraw()
795 const tcu::Vec4 firstDraw = (clearColor + quadColor) * 0.5f; in verifyLayerContent() local797 const tcu::Vec4 secondDraw = (firstDraw + quadColor) * 0.5f; in verifyLayerContent()