Searched refs:clearColor1 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2401 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawRenderPasses() local 2480 clearColor1); // VkClearValue clearValue, in drawRenderPasses() 2559 recordSecondPassContents(*secondaryCmdBuffer[1], pipelines[1], sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawRenderPasses() 2603 vk.cmdClearColorImage(currentCmdBuffer, *m_colorImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColor1.color, 1u, &subresourceRange); in drawRenderPasses() 2716 recordSecondPassContents(currentCmdBuffer, pipelines[1], sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawRenderPasses() 2811 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawSubpasses() local 2930 recordSecondPassContents(*secondaryCmdBuffer[1], pipelines[1], sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawSubpasses() 2952 recordSecondPassContents(*cmdBuffer, pipelines[1], sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawSubpasses() 2985 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawSameSubpass() local 3087 recordSecondPassContents(*secondaryCmdBuffer, pipelines[1], sampleLocationsInfo[1], clearColor1, clearDepthStencil in drawSameSubpass() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2370 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawRenderPasses() local 2446 clearColor1); // VkClearValue clearValue, in drawRenderPasses() 2523 recordSecondPassContents(*secondaryCmdBuffer[1], pipelines[1].getPipeline(), sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawRenderPasses() 2567 vk.cmdClearColorImage(currentCmdBuffer, *m_colorImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColor1.color, 1u, &subresourceRange); in drawRenderPasses() 2680 recordSecondPassContents(currentCmdBuffer, pipelines[1].getPipeline(), sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawRenderPasses() 2773 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawSubpasses() local 2889 recordSecondPassContents(*secondaryCmdBuffer[1], pipelines[1].getPipeline(), sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawSubpasses() 2911 recordSecondPassContents(*cmdBuffer, pipelines[1].getPipeline(), sampleLocationsInfo[1], clearColor1, clearDepthStencil0, scissor); in drawSubpasses() 2942 const VkClearValue clearColor1 = makeClearValueColor(CLEAR_COLOR_1); in drawSameSubpass() local 3041 recordSecondPassContents(*secondaryCmdBuffer, pipelines[1].getPipeline(), sampleLocationsInfo[1], clearColor1, clearDepthStencil in drawSameSubpass() [all...] |
Completed in 11 milliseconds