Searched refs:storeOp (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c52 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
78 attachments[num_attachments].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
159 //attachments[i].storeOp = rt->resolve ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE;
160 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
182 attachments[cresolve_offset + i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
204 //attachments[num_attachments].storeOp = rt->resolve ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE;
206 attachments[num_attachments].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
227 attachments[zsresolve_offset].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_render_pass.c120 .storeOp = pCreateInfo->pAttachments[i].storeOp,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c80 att->store_op = pCreateInfo->pAttachments[i].storeOp;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pass.c268 .store_op = pCreateInfo->pAttachments[i].storeOp,
437 .store_op = pCreateInfo->pAttachments[i].storeOp,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_blit.c871 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
964 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1050 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_blit2d.c737 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
932 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1123 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_resolve_fs.c181 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
500 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
H A Dradv_meta_clear.c197 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
537 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
2151 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_decompress.c167 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_fast_clear.c165 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_resolve.c64 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_blit.c941 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1004 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1061 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_blit2d.c799 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
973 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1143 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_decompress.c45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_resolve.c66 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
H A Dradv_meta_resolve_fs.c217 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_clear.c217 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
535 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
1766 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_fast_clear.c198 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c366 .store_op = pCreateInfo->pAttachments[i].storeOp,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h24 size += vn_sizeof_VkAttachmentStoreOp(&val->storeOp);
39 vn_encode_VkAttachmentStoreOp(enc, &val->storeOp);
591 size += vn_sizeof_VkAttachmentStoreOp(&val->storeOp);
642 vn_encode_VkAttachmentStoreOp(enc, &val->storeOp);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp625 desc->storeOp = VK_ATTACHMENT_STORE_OP_STORE;
653 desc->storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c466 ds_attachment->desc.storeOp);
542 attachment->desc.storeOp);
808 ds_attachment->desc.storeOp);
H A Dv3dv_meta_clear.c719 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c668 pCreateInfo->pAttachments[i].storeOp,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1419 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;

Completed in 51 milliseconds

12