Home
last modified time | relevance | path

Searched refs:stencil_store_op (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h232 VkAttachmentStoreOp stencil_store_op; member
H A Dvk_render_pass.c341 .stencil_store_op = desc->stencilStoreOp, in vk_render_pass_attachment_init()
1762 stencil_attachment.storeOp = rp_att->stencil_store_op; in begin_subpass()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pass.c81 att->stencil_store_op = pCreateInfo->pAttachments[i].stencilStoreOp; in panvk_CreateRenderPass2()
H A Dpanvk_private.h1041 VkAttachmentStoreOp stencil_store_op;
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pass.c378 attachment->stencil_store_op = desc->stencilStoreOp; in pvr_CreateRenderPass2()
H A Dpvr_private.h1204 VkAttachmentStoreOp stencil_store_op; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c671 VkAttachmentStoreOp stencil_store_op) in attachment_set_ops()
688 bool stencil_store = (stencil_store_op == VK_ATTACHMENT_STORE_OP_STORE); in attachment_set_ops()
666 attachment_set_ops(struct tu_device *device, struct tu_render_pass_attachment *att, VkAttachmentLoadOp load_op, VkAttachmentLoadOp stencil_load_op, VkAttachmentStoreOp store_op, VkAttachmentStoreOp stencil_store_op) attachment_set_ops() argument

Completed in 12 milliseconds