Searched refs:colorAttachment (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_clear.c379 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 Dradv_meta_clear.c371 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 Dzink_clear.c88 attachments[num_attachments].colorAttachment = i;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c639 rt = pAttachments[i].colorAttachment;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c1233 pAttachments[i].colorAttachment,
H A Dv3dv_cmd_buffer.c1417 atts[att_count].colorAttachment = i;
1441 atts[att_count].colorAttachment = 0; /* Ignored */
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_blorp.c1015 const uint32_t color_att = attachment->colorAttachment;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c2208 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 Danv_blorp.c1227 const uint32_t color_att = attachment->colorAttachment;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_buffer.h645 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 Dlvp_execute.c2932 struct lvp_subpass_attachment *color_att = &subpass->color_attachments[att->colorAttachment];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1130 - 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 Dvulkan_core.h2816 uint32_t colorAttachment; member in struct:VkClearAttachment
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3436 uint32_t colorAttachment; member in struct:VkClearAttachment

Completed in 221 milliseconds