Home
last modified time | relevance | path

Searched defs:loadOperation (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.cpp190 const VkAttachmentLoadOp loadOperation, VkRenderingFlagsKHR renderingFlags, in beginRendering()
226 const VkImageLayout depthImageLayout, const VkAttachmentLoadOp loadOperation, in beginRendering()
H A DvkObjUtil.cpp531 … const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, in makeRenderPass()
H A DvkPipelineConstructionUtil.cpp814 … const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, in RenderPassWrapper()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp236 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR, in makeRenderPass()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3611 VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD; in drawClears() local