Searched refs:colorAttachment (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 379 const uint32_t subpass_att = clear_att->colorAttachment; 431 assert(clear_att->colorAttachment < subpass->color_count); 440 (struct radv_subpass_attachment[]){subpass->color_attachments[clear_att->colorAttachment]}, 1933 const uint32_t subpass_att = clear_att->colorAttachment; 2070 .colorAttachment = i, /* Use attachment index relative to subpass */ 2239 .colorAttachment = 0, 2305 .colorAttachment = 0, 2312 radv_fast_clear_color(cmd_buffer, &iview, &clear_att, clear_att.colorAttachment, NULL,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 371 const uint32_t subpass_att = clear_att->colorAttachment; 429 assert(clear_att->colorAttachment < subpass->color_count); 439 subpass->color_attachments[clear_att->colorAttachment] 1560 const uint32_t subpass_att = clear_att->colorAttachment; 1691 .colorAttachment = i, /* Use attachment index relative to subpass */ 1827 .colorAttachment = 0, 1891 .colorAttachment = 0, 1900 clear_att.colorAttachment,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.c | 88 attachments[num_attachments].colorAttachment = i;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 639 rt = pAttachments[i].colorAttachment;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_clear.c | 1233 pAttachments[i].colorAttachment,
|
| H A D | v3dv_cmd_buffer.c | 1417 atts[att_count].colorAttachment = i; 1441 atts[att_count].colorAttachment = 0; /* Ignored */
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 1015 const uint32_t color_att = attachment->colorAttachment;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_clear_blit.c | 2208 uint32_t c = attachments[i].colorAttachment; 2494 a = subpass->color_attachments[attachments[j].colorAttachment].attachment;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 1227 const uint32_t color_att = attachment->colorAttachment;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_command_buffer.h | 645 size += vn_sizeof_uint32_t(&val->colorAttachment); 654 vn_encode_uint32_t(enc, &val->colorAttachment);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_execute.c | 2932 struct lvp_subpass_attachment *color_att = &subpass->color_attachments[att->colorAttachment];
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 1130 - anv: Handle VK_ATTACHMENT_UNUSED in colorAttachment 3483 - radv: assert that colorAttachment is valid for CmdClearAttachment
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2816 uint32_t colorAttachment; member in struct:VkClearAttachment
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 3436 uint32_t colorAttachment; member in struct:VkClearAttachment
|
Completed in 114 milliseconds