Searched refs:colorLayout1 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2420 const VkImageLayout colorLayout1 = useGeneralLayout() && !(useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in drawRenderPasses() local 2478 colorLayout1, // VkImageLayout initialLayout, in drawRenderPasses() 2479 colorLayout1, // VkImageLayout finalLayout, in drawRenderPasses() 2496 rt[1].addSubpassColorAttachmentWithResolve(0u, colorLayout1, in drawRenderPasses() 2497 1u, colorLayout1); in drawRenderPasses() 2591 const VkImageLayout finalLayout = (useWaitEvents() ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : colorLayout1); in drawRenderPasses() 2657 colorLayout1); // VkImageLayout newLayout) in drawRenderPasses() 2687 colorLayout1); // VkImageLayout newLayout, in drawRenderPasses() 2826 const VkImageLayout colorLayout1 = useGeneralLayout() && !(useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in drawSubpasses() local 2884 rt.addSubpassColorAttachmentWithResolve(0u, colorLayout1, in drawSubpasses() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2389 const VkImageLayout colorLayout1 = useGeneralLayout() && !(useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in drawRenderPasses() local 2444 colorLayout1, // VkImageLayout initialLayout, in drawRenderPasses() 2445 colorLayout1, // VkImageLayout finalLayout, in drawRenderPasses() 2461 rt[1].addSubpassColorAttachmentWithResolve(0u, colorLayout1, in drawRenderPasses() 2462 1u, colorLayout1); in drawRenderPasses() 2555 const VkImageLayout finalLayout = (useWaitEvents() ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : colorLayout1); in drawRenderPasses() 2621 colorLayout1); // VkImageLayout newLayout) in drawRenderPasses() 2651 colorLayout1); // VkImageLayout newLayout, in drawRenderPasses() 2788 const VkImageLayout colorLayout1 = useGeneralLayout() && !(useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in drawSubpasses() local 2843 rt.addSubpassColorAttachmentWithResolve(0u, colorLayout1, in drawSubpasses() [all...] |
Completed in 12 milliseconds