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

12

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pass.c136 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 Dradv_meta_blit.c949 .colorAttachmentCount = 1,
1012 .colorAttachmentCount = 0,
1069 .colorAttachmentCount = 0,
H A Dradv_meta_blit2d.c807 .colorAttachmentCount = 1,
981 .colorAttachmentCount = 0,
1151 .colorAttachmentCount = 0,
H A Dradv_meta_decompress.c60 .colorAttachmentCount = 0,
H A Dradv_meta_clear.c225 .colorAttachmentCount = 1,
543 .colorAttachmentCount = 0,
1776 .colorAttachmentCount = 0,
1790 subpass_desc.colorAttachmentCount = 1;
H A Dradv_meta_resolve.c82 .colorAttachmentCount = 2,
H A Dradv_meta_resolve_fs.c225 .colorAttachmentCount = 1,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c91 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 Dtu_pass.c89 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 Danv_pass.c216 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 Dlvp_pass.c145 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 Dvk_render_pass.c70 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 Dv3dv_pass.c30 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 Danv_pass.c252 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 Dtu_pass.c219 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 Dradv_pass.c306 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 Dradv_meta_blit.c881 .colorAttachmentCount = 1,
974 .colorAttachmentCount = 0,
1060 .colorAttachmentCount = 0,
H A Dradv_meta_blit2d.c747 .colorAttachmentCount = 1,
941 .colorAttachmentCount = 0,
1133 .colorAttachmentCount = 0,
H A Dradv_meta_clear.c207 .colorAttachmentCount = 1,
547 .colorAttachmentCount = 0,
2162 .colorAttachmentCount = 0,
2177 subpass_desc.colorAttachmentCount = 1;
H A Dradv_meta_resolve_fs.c191 .colorAttachmentCount = 1,
512 .colorAttachmentCount = 0,
H A Dradv_meta_decompress.c185 .colorAttachmentCount = 0,
H A Dradv_meta_fast_clear.c181 .colorAttachmentCount = 1,
H A Dradv_meta_resolve.c83 .colorAttachmentCount = 2,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h80 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 Dzink_render_pass.c104 subpass.colorAttachmentCount = state->num_cbufs;
248 subpass.colorAttachmentCount = state->num_cbufs;

Completed in 88 milliseconds

12