Home
last modified time | relevance | path

Searched refs:depthStencilLayout1 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2421 const VkImageLayout depthStencilLayout1 = useGeneralLayout() && (useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in drawRenderPasses() local
2511 depthStencilLayout1, // VkImageLayout initialLayout, in drawRenderPasses()
2512 depthStencilLayout1, // VkImageLayout finalLayout, in drawRenderPasses()
2516 rt[1].addSubpassDepthStencilAttachment(2u, depthStencilLayout1, &sampleLocationsInfo[1]); in drawRenderPasses()
2618 const VkImageLayout finalLayout = (useWaitEvents() ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : depthStencilLayout1); in drawRenderPasses()
2669 depthStencilLayout1); // VkImageLayout newLayout) in drawRenderPasses()
2702 depthStencilLayout1); // VkImageLayout newLayout, in drawRenderPasses()
2827 const VkImageLayout depthStencilLayout1 = useGeneralLayout() && (useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in drawSubpasses() local
2888 rt.addSubpassDepthStencilAttachment(2u, depthStencilLayout1, &sampleLocationsInfo[1]); in drawSubpasses()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp2390 const VkImageLayout depthStencilLayout1 = useGeneralLayout() && (useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in drawRenderPasses() local
2475 depthStencilLayout1, // VkImageLayout initialLayout, in drawRenderPasses()
2476 depthStencilLayout1, // VkImageLayout finalLayout, in drawRenderPasses()
2480 rt[1].addSubpassDepthStencilAttachment(2u, depthStencilLayout1, &sampleLocationsInfo[1]); in drawRenderPasses()
2582 const VkImageLayout finalLayout = (useWaitEvents() ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : depthStencilLayout1); in drawRenderPasses()
2633 depthStencilLayout1); // VkImageLayout newLayout) in drawRenderPasses()
2666 depthStencilLayout1); // VkImageLayout newLayout, in drawRenderPasses()
2789 const VkImageLayout depthStencilLayout1 = useGeneralLayout() && (useDepth() || useStencil()) ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in drawSubpasses() local
2847 rt.addSubpassDepthStencilAttachment(2u, depthStencilLayout1, &sampleLocationsInfo[1]); in drawSubpasses()

Completed in 12 milliseconds