Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentDescription (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp603 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
621 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
H A DvkPipelineConstructionUtil.cpp843 const VkAttachmentDescription2 depthStencilAttachmentDescription = in RenderPassWrapper() local
857 m_attachments.push_back(depthStencilAttachmentDescription); in RenderPassWrapper()
858 m_layouts.push_back(depthStencilAttachmentDescription.initialLayout); in RenderPassWrapper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp1214 const VkAttachmentDescription2 depthStencilAttachmentDescription =
1264 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
1954 const VkAttachmentDescription depthStencilAttachmentDescription =
1984 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp1214 const VkAttachmentDescription2 depthStencilAttachmentDescription =
1264 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
1962 const VkAttachmentDescription depthStencilAttachmentDescription =
1992 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp590 const VkAttachmentDescription depthStencilAttachmentDescription = in makeMultidrawRenderPass() local
603 const std::vector<VkAttachmentDescription> attachmentDescriptions = { colorAttachmentDescription, depthStencilAttachmentDescription }; in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp391 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
409 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
H A DvktPipelineRenderToImageTests.cpp374 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
388 attachmentDescriptions.insert(attachmentDescriptions.end(), numLayers, depthStencilAttachmentDescription); in makeRenderPass()
H A DvktPipelineMultisampleTests.cpp3791 const VkAttachmentDescription depthStencilAttachmentDescription =
3803 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp588 const VkAttachmentDescription depthStencilAttachmentDescription = in makeMultidrawRenderPass() local
601 const std::vector<VkAttachmentDescription> attachmentDescriptions = { colorAttachmentDescription, depthStencilAttachmentDescription }; in makeMultidrawRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp397 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
415 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
H A DvktPipelineRenderToImageTests.cpp371 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
385 attachmentDescriptions.insert(attachmentDescriptions.end(), numLayers, depthStencilAttachmentDescription); in makeRenderPass()
H A DvktPipelineMultisampleTests.cpp3698 const VkAttachmentDescription depthStencilAttachmentDescription =
3710 attachmentDescriptions.push_back(depthStencilAttachmentDescription);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp263 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
304 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp263 const VkAttachmentDescription depthStencilAttachmentDescription = in makeRenderPass() local
304 attachmentDescriptions.push_back(depthStencilAttachmentDescription); in makeRenderPass()

Completed in 55 milliseconds