Searched refs:VK_ATTACHMENT_STORE_OP_STORE (Results 1 - 24 of 24) sorted by relevance

/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;
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 Dradv_meta_decompress.c45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
47 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
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_clear.c217 .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 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_fast_clear.c198 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp625 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 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_decompress.c167 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
169 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
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,
2153 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dradv_meta_resolve_fs.c181 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
502 .stencilStoreOp = 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/dist/src/freedreno/vulkan/
H A Dtu_pass.c576 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 Dv3dv_meta_clear.c719 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
H A Dv3dvx_cmd_buffer.c396 return store_op == VK_ATTACHMENT_STORE_OP_STORE;
H A Dv3dv_meta_copy.c2947 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1419 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1238 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 Doverlay.cpp1700 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h1737 VK_ATTACHMENT_STORE_OP_STORE = 0, enumerator in enum:VkAttachmentStoreOp

Completed in 122 milliseconds