| /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; 80 attachments[num_attachments].stencilStoreOp = 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; 205 //attachments[num_attachments].stencilStoreOp = rt->resolve ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE; 206 attachments[num_attachments].storeOp = VK_ATTACHMENT_STORE_OP_STORE; 207 attachments[num_attachments].stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_decompress.c | 45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; 47 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| 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_clear.c | 217 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 535 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1766 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 1768 .stencilStoreOp = 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_fast_clear.c | 198 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 625 desc->storeOp = VK_ATTACHMENT_STORE_OP_STORE; 627 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; 653 desc->storeOp = VK_ATTACHMENT_STORE_OP_STORE; 655 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /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_decompress.c | 167 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; 169 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| 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, 2153 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | radv_meta_resolve_fs.c | 181 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, 502 .stencilStoreOp = 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/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 576 att->store = (store_op == VK_ATTACHMENT_STORE_OP_STORE); 580 bool stencil_store = (stencil_store_op == VK_ATTACHMENT_STORE_OP_STORE);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 719 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| H A D | v3dvx_cmd_buffer.c | 396 return store_op == VK_ATTACHMENT_STORE_OP_STORE;
|
| H A D | v3dv_meta_copy.c | 2947 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1419 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 1238 VK_ATTACHMENT_STORE_OP_STORE = 0, enumerator in enum:VkAttachmentStoreOp 1240 VK_ATTACHMENT_STORE_OP_BEGIN_RANGE = VK_ATTACHMENT_STORE_OP_STORE, 1242 VK_ATTACHMENT_STORE_OP_RANGE_SIZE = (VK_ATTACHMENT_STORE_OP_DONT_CARE - VK_ATTACHMENT_STORE_OP_STORE + 1),
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1700 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 1737 VK_ATTACHMENT_STORE_OP_STORE = 0, enumerator in enum:VkAttachmentStoreOp
|