Searched refs:stencilStoreOp (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c54 attachments[i].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
80 attachments[num_attachments].stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
162 attachments[i].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
205 //attachments[num_attachments].stencilStoreOp = rt->resolve ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE;
207 attachments[num_attachments].stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
228 attachments[zsresolve_offset].stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_render_pass.c122 .stencilStoreOp = pCreateInfo->pAttachments[i].stencilStoreOp,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c81 att->stencil_store_op = pCreateInfo->pAttachments[i].stencilStoreOp;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c47 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_clear.c1768 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h26 size += vn_sizeof_VkAttachmentStoreOp(&val->stencilStoreOp);
41 vn_encode_VkAttachmentStoreOp(enc, &val->stencilStoreOp);
593 size += vn_sizeof_VkAttachmentStoreOp(&val->stencilStoreOp);
644 vn_encode_VkAttachmentStoreOp(enc, &val->stencilStoreOp);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp627 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
655 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c169 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_resolve_fs.c502 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_clear.c2153 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c669 pCreateInfo->pAttachments[i].stencilStoreOp);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c472 ds_attachment->desc.stencilStoreOp);
823 ds_attachment->desc.stencilStoreOp);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1421 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1702 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2683 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription
5608 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription2KHR
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3306 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription
5556 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription2

Completed in 95 milliseconds