Searched refs:storeOp (Results 1 - 25 of 30) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 52 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 D | vk_render_pass.c | 120 .storeOp = pCreateInfo->pAttachments[i].storeOp,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pass.c | 80 att->store_op = pCreateInfo->pAttachments[i].storeOp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 268 .store_op = pCreateInfo->pAttachments[i].storeOp, 437 .store_op = pCreateInfo->pAttachments[i].storeOp,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 871 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 964 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1050 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_blit2d.c | 737 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 932 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1123 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_resolve_fs.c | 181 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 500 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
|
| H A D | radv_meta_clear.c | 197 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 537 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 2151 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_decompress.c | 167 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| H A D | radv_meta_fast_clear.c | 165 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| H A D | radv_meta_resolve.c | 64 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 941 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1004 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1061 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_blit2d.c | 799 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 973 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1143 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_decompress.c | 45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| H A D | radv_meta_resolve.c | 66 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| H A D | radv_meta_resolve_fs.c | 217 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_clear.c | 217 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 535 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1766 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_fast_clear.c | 198 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 366 .store_op = pCreateInfo->pAttachments[i].storeOp,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_render_pass.h | 24 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 D | helpers.cpp | 625 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 D | v3dvx_cmd_buffer.c | 466 ds_attachment->desc.storeOp); 542 attachment->desc.storeOp); 808 ds_attachment->desc.storeOp);
|
| H A D | v3dv_meta_clear.c | 719 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 668 pCreateInfo->pAttachments[i].storeOp,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1419 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
Completed in 51 milliseconds
12