Searched refs:pColorAttachments (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pass.c138 .attachment = desc->pColorAttachments[j].attachment,
139 .layout = desc->pColorAttachments[j].layout,
141 if (desc->pColorAttachments[j].attachment !=
143 pass->attachments[desc->pColorAttachments[j].attachment]
147 ->pAttachments[desc->pColorAttachments[j].attachment]
313 .attachment = desc->pColorAttachments[j].attachment,
314 .layout = desc->pColorAttachments[j].layout,
316 if (desc->pColorAttachments[j].attachment !=
318 pass->attachments[desc->pColorAttachments[j].attachment]
322 ->pAttachments[desc->pColorAttachments[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pass.c242 .attachment = desc->pColorAttachments[j].attachment,
243 .layout = desc->pColorAttachments[j].layout,
388 .attachment = desc->pColorAttachments[j].attachment,
389 .layout = desc->pColorAttachments[j].layout,
H A Dradv_meta_blit.c950 .pColorAttachments = &(VkAttachmentReference) {
1013 .pColorAttachments = NULL,
1070 .pColorAttachments = NULL,
H A Dradv_meta_blit2d.c808 .pColorAttachments = &(VkAttachmentReference) {
982 .pColorAttachments = NULL,
1152 .pColorAttachments = NULL,
H A Dradv_meta_decompress.c61 .pColorAttachments = NULL,
H A Dradv_meta_clear.c226 .pColorAttachments = &(VkAttachmentReference) {
544 .pColorAttachments = NULL,
1777 .pColorAttachments = NULL,
1791 subpass_desc.pColorAttachments = &att_ref;
H A Dradv_meta_resolve.c83 .pColorAttachments = (VkAttachmentReference[]) {
H A Dradv_meta_resolve_fs.c226 .pColorAttachments = &(VkAttachmentReference) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c138 uint32_t idx = desc->pColorAttachments[j].attachment;
142 .layout = desc->pColorAttachments[j].layout,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pass.c305 .attachment = desc->pColorAttachments[j].attachment,
306 .layout = desc->pColorAttachments[j].layout,
474 .attachment = desc->pColorAttachments[j].attachment,
475 .layout = desc->pColorAttachments[j].layout,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pass.c243 .attachment = desc->pColorAttachments[j].attachment,
244 .layout = desc->pColorAttachments[j].layout,
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_render_pass.c151 subpasses[i].pColorAttachments = reference_ptr;
154 pCreateInfo->pSubpasses[i].pColorAttachments,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c220 uint32_t a = subpass->pColorAttachments[j].attachment;
223 if (att[a].initialLayout != subpass->pColorAttachments[j].layout &&
296 uint32_t a = subpass->pColorAttachments[j].attachment;
299 if (att[a].finalLayout != subpass->pColorAttachments[j].layout &&
731 uint32_t a = desc->pColorAttachments[j].attachment;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pass.c205 .attachment = desc->pColorAttachments[j].attachment,
206 .layout = desc->pColorAttachments[j].layout,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c105 subpass.pColorAttachments = color_refs;
249 subpass.pColorAttachments = color_refs;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c409 .attachment = desc->pColorAttachments[j].attachment,
410 .layout = desc->pColorAttachments[j].layout,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h81 if (val->pColorAttachments) {
84 size += vn_sizeof_VkAttachmentReference(&val->pColorAttachments[i]);
122 if (val->pColorAttachments) {
125 vn_encode_VkAttachmentReference(enc, &val->pColorAttachments[i]);
904 if (val->pColorAttachments) {
907 size += vn_sizeof_VkAttachmentReference2(&val->pColorAttachments[i]);
982 if (val->pColorAttachments) {
985 vn_encode_VkAttachmentReference2(enc, &val->pColorAttachments[i]);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pass.c467 .attachment = desc->pColorAttachments[j].attachment,
468 .layout = desc->pColorAttachments[j].layout,
H A Dradv_meta_blit.c882 .pColorAttachments =
975 .pColorAttachments = NULL,
1061 .pColorAttachments = NULL,
H A Dradv_meta_blit2d.c748 .pColorAttachments =
942 .pColorAttachments = NULL,
1134 .pColorAttachments = NULL,
H A Dradv_meta_clear.c208 .pColorAttachments =
548 .pColorAttachments = NULL,
2163 .pColorAttachments = NULL,
2178 subpass_desc.pColorAttachments = &att_ref;
H A Dradv_meta_resolve_fs.c192 .pColorAttachments =
513 .pColorAttachments = NULL,
H A Dradv_meta_decompress.c186 .pColorAttachments = NULL,
H A Dradv_meta_fast_clear.c182 .pColorAttachments =
H A Dradv_meta_resolve.c84 .pColorAttachments =

Completed in 58 milliseconds

12