Searched refs:loadOp (Results 1 - 25 of 36) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 48 attachments[i].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : 65 if (attachments[i].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) 77 attachments[num_attachments].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; 88 if (attachments[num_attachments].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || 151 attachments[i].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : 176 if (attachments[i].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) 181 attachments[cresolve_offset + i].loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; 186 if (attachments[cresolve_offset + i].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) 201 attachments[num_attachments].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; 215 if (attachments[num_attachments].loadOp [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_render_pass.c | 119 .loadOp = pCreateInfo->pAttachments[i].loadOp,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pass.c | 239 if (att->desc.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR && 242 } else if (att->desc.loadOp == VK_ATTACHMENT_LOAD_OP_LOAD &&
|
| H A D | v3dvx_cmd_buffer.c | 228 attachment->desc.loadOp); 252 ds_attachment->desc.loadOp); 447 ds_attachment->desc.loadOp, 530 attachment->desc.loadOp, 784 * can accept stencil loadOp DONT_CARE as well, so instead of 801 ds_attachment->desc.loadOp, 1403 ds_attachment->desc.loadOp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pass.c | 185 att->load_op = pCreateInfo->pAttachments[i].loadOp; 333 att->load_op = pCreateInfo->pAttachments[i].loadOp;
|
| H A D | radv_meta_blit.c | 940 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1003 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1060 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_meta_blit2d.c | 798 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 972 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1142 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_meta_decompress.c | 44 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
|
| H A D | radv_meta_resolve.c | 65 attachments[i].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; 626 * attachment, then the loadOp is effectively ignored as the resolve is
|
| H A D | radv_meta_resolve_fs.c | 216 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_meta_clear.c | 216 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 534 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1765 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pass.c | 76 att->load_op = pCreateInfo->pAttachments[i].loadOp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 76 att->load_op = pCreateInfo->pAttachments[i].loadOp; 252 att->load_op = pCreateInfo->pAttachments[i].loadOp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 267 .load_op = pCreateInfo->pAttachments[i].loadOp, 436 .load_op = pCreateInfo->pAttachments[i].loadOp,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pass.c | 188 att->load_op = pCreateInfo->pAttachments[i].loadOp;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 870 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 963 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1049 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_meta_blit2d.c | 736 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 931 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 1122 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_pass.c | 410 att->load_op = pCreateInfo->pAttachments[i].loadOp;
|
| H A D | radv_meta_resolve_fs.c | 180 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 499 .loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
|
| H A D | radv_meta_clear.c | 196 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 536 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, 2150 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
|
| H A D | radv_meta_decompress.c | 166 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
|
| H A D | radv_meta_fast_clear.c | 164 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 365 .load_op = pCreateInfo->pAttachments[i].loadOp,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_render_pass.h | 23 size += vn_sizeof_VkAttachmentLoadOp(&val->loadOp); 38 vn_encode_VkAttachmentLoadOp(enc, &val->loadOp); 590 size += vn_sizeof_VkAttachmentLoadOp(&val->loadOp); 641 vn_encode_VkAttachmentLoadOp(enc, &val->loadOp);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 624 desc->loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; 652 desc->loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
|
Completed in 35 milliseconds
12