| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_pass.c | 136 desc->colorAttachmentCount + 137 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 217 subpass->color_count = desc->colorAttachmentCount; 236 if (desc->colorAttachmentCount > 0) { 238 p += desc->colorAttachmentCount; 240 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 250 p += desc->colorAttachmentCount; 252 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 295 desc->colorAttachmentCount + 296 (desc->pResolveAttachments ? desc->colorAttachmentCount [all...] |
| H A D | radv_meta_blit.c | 949 .colorAttachmentCount = 1, 1012 .colorAttachmentCount = 0, 1069 .colorAttachmentCount = 0,
|
| H A D | radv_meta_blit2d.c | 807 .colorAttachmentCount = 1, 981 .colorAttachmentCount = 0, 1151 .colorAttachmentCount = 0,
|
| H A D | radv_meta_decompress.c | 60 .colorAttachmentCount = 0,
|
| H A D | radv_meta_clear.c | 225 .colorAttachmentCount = 1, 543 .colorAttachmentCount = 0, 1776 .colorAttachmentCount = 0, 1790 subpass_desc.colorAttachmentCount = 1;
|
| H A D | radv_meta_resolve.c | 82 .colorAttachmentCount = 2,
|
| H A D | radv_meta_resolve_fs.c | 225 .colorAttachmentCount = 1,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pass.c | 91 desc->inputAttachmentCount + desc->colorAttachmentCount + 92 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 114 subpass->color_count = desc->colorAttachmentCount; 133 if (desc->colorAttachmentCount > 0) { 135 p += desc->colorAttachmentCount; 137 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 162 p += desc->colorAttachmentCount; 164 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 89 desc->inputAttachmentCount + desc->colorAttachmentCount + 90 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 113 subpass->color_count = desc->colorAttachmentCount; 132 if (desc->colorAttachmentCount > 0) { 134 p += desc->colorAttachmentCount; 136 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 156 p += desc->colorAttachmentCount; 158 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 265 desc->inputAttachmentCount + desc->colorAttachmentCount + 266 (desc->pResolveAttachments ? desc->colorAttachmentCount [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 216 desc->colorAttachmentCount + 217 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 280 subpass->color_count = desc->colorAttachmentCount; 298 if (desc->colorAttachmentCount > 0) { 300 subpass_attachments += desc->colorAttachmentCount; 302 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 313 subpass_attachments += desc->colorAttachmentCount; 315 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 384 desc->colorAttachmentCount + 385 (desc->pResolveAttachments ? desc->colorAttachmentCount [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pass.c | 145 desc->colorAttachmentCount + 146 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 220 subpass->color_count = desc->colorAttachmentCount; 237 if (desc->colorAttachmentCount > 0) { 239 p += desc->colorAttachmentCount; 241 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 251 p += desc->colorAttachmentCount; 253 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_render_pass.c | 70 reference_count += pCreateInfo->pSubpasses[i].colorAttachmentCount; 72 reference_count += pCreateInfo->pSubpasses[i].colorAttachmentCount; 136 .colorAttachmentCount = pCreateInfo->pSubpasses[i].colorAttachmentCount, 153 subpasses[i].colorAttachmentCount, 160 subpasses[i].colorAttachmentCount,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pass.c | 30 desc->colorAttachmentCount + 31 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 183 subpass->color_count = desc->colorAttachmentCount; 199 if (desc->colorAttachmentCount > 0) { 201 p += desc->colorAttachmentCount; 203 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 213 p += desc->colorAttachmentCount; 215 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 252 desc->colorAttachmentCount + 253 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 383 subpass->color_count = desc->colorAttachmentCount; 402 if (desc->colorAttachmentCount > 0) { 404 subpass_attachments += desc->colorAttachmentCount; 406 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 417 subpass_attachments += desc->colorAttachmentCount; 419 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_pass.c | 219 for (unsigned j = 0; j < subpass->colorAttachmentCount; j++) { 239 for (unsigned j = 0; j < subpass->colorAttachmentCount; j++) { 295 for (unsigned j = 0; j < subpass->colorAttachmentCount; j++) { 315 for (unsigned j = 0; j < subpass->colorAttachmentCount; j++) { 679 desc->inputAttachmentCount + desc->colorAttachmentCount + 680 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 704 subpass->color_count = desc->colorAttachmentCount; 726 if (desc->colorAttachmentCount > 0) { 728 p += desc->colorAttachmentCount; 730 for (uint32_t j = 0; j < desc->colorAttachmentCount; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pass.c | 306 return desc->inputAttachmentCount + desc->colorAttachmentCount + 307 (desc->pResolveAttachments ? desc->colorAttachmentCount : 0) + 443 subpass->color_count = desc->colorAttachmentCount; 461 if (desc->colorAttachmentCount > 0) { 463 p += desc->colorAttachmentCount; 465 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { 475 p += desc->colorAttachmentCount; 477 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
|
| H A D | radv_meta_blit.c | 881 .colorAttachmentCount = 1, 974 .colorAttachmentCount = 0, 1060 .colorAttachmentCount = 0,
|
| H A D | radv_meta_blit2d.c | 747 .colorAttachmentCount = 1, 941 .colorAttachmentCount = 0, 1133 .colorAttachmentCount = 0,
|
| H A D | radv_meta_clear.c | 207 .colorAttachmentCount = 1, 547 .colorAttachmentCount = 0, 2162 .colorAttachmentCount = 0, 2177 subpass_desc.colorAttachmentCount = 1;
|
| H A D | radv_meta_resolve_fs.c | 191 .colorAttachmentCount = 1, 512 .colorAttachmentCount = 0,
|
| H A D | radv_meta_decompress.c | 185 .colorAttachmentCount = 0,
|
| H A D | radv_meta_fast_clear.c | 181 .colorAttachmentCount = 1,
|
| H A D | radv_meta_resolve.c | 83 .colorAttachmentCount = 2,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_render_pass.h | 80 size += vn_sizeof_uint32_t(&val->colorAttachmentCount); 82 size += vn_sizeof_array_size(val->colorAttachmentCount); 83 for (uint32_t i = 0; i < val->colorAttachmentCount; i++) 89 size += vn_sizeof_array_size(val->colorAttachmentCount); 90 for (uint32_t i = 0; i < val->colorAttachmentCount; i++) 121 vn_encode_uint32_t(enc, &val->colorAttachmentCount); 123 vn_encode_array_size(enc, val->colorAttachmentCount); 124 for (uint32_t i = 0; i < val->colorAttachmentCount; i++) 130 vn_encode_array_size(enc, val->colorAttachmentCount); 131 for (uint32_t i = 0; i < val->colorAttachmentCount; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 104 subpass.colorAttachmentCount = state->num_cbufs; 248 subpass.colorAttachmentCount = state->num_cbufs;
|