Searched refs:inputAttachmentCount (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pass.c135 return desc->inputAttachmentCount +
216 subpass->input_count = desc->inputAttachmentCount;
224 if (desc->inputAttachmentCount > 0) {
226 p += desc->inputAttachmentCount;
228 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
294 return desc->inputAttachmentCount +
364 subpass->input_count = desc->inputAttachmentCount;
370 if (desc->inputAttachmentCount > 0) {
372 p += desc->inputAttachmentCount;
374 for (uint32_t j = 0; j < desc->inputAttachmentCount;
[all...]
H A Dradv_meta_blit.c948 .inputAttachmentCount = 0,
1011 .inputAttachmentCount = 0,
1068 .inputAttachmentCount = 0,
H A Dradv_meta_blit2d.c806 .inputAttachmentCount = 0,
980 .inputAttachmentCount = 0,
1150 .inputAttachmentCount = 0,
H A Dradv_meta_decompress.c59 .inputAttachmentCount = 0,
H A Dradv_meta_resolve.c81 .inputAttachmentCount = 0,
H A Dradv_meta_resolve_fs.c224 .inputAttachmentCount = 0,
H A Dradv_meta_clear.c224 .inputAttachmentCount = 0,
542 .inputAttachmentCount = 0,
1775 .inputAttachmentCount = 0,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c91 desc->inputAttachmentCount + desc->colorAttachmentCount +
113 subpass->input_count = desc->inputAttachmentCount;
118 if (desc->inputAttachmentCount > 0) {
120 p += desc->inputAttachmentCount;
122 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pass.c89 desc->inputAttachmentCount + desc->colorAttachmentCount +
112 subpass->input_count = desc->inputAttachmentCount;
117 if (desc->inputAttachmentCount > 0) {
119 p += desc->inputAttachmentCount;
121 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
265 desc->inputAttachmentCount + desc->colorAttachmentCount +
288 subpass->input_count = desc->inputAttachmentCount;
292 if (desc->inputAttachmentCount > 0) {
294 p += desc->inputAttachmentCount;
296 for (uint32_t j = 0; j < desc->inputAttachmentCount;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pass.c215 return desc->inputAttachmentCount +
279 subpass->input_count = desc->inputAttachmentCount;
285 if (desc->inputAttachmentCount > 0) {
287 subpass_attachments += desc->inputAttachmentCount;
289 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
383 return desc->inputAttachmentCount +
448 subpass->input_count = desc->inputAttachmentCount;
454 if (desc->inputAttachmentCount > 0) {
456 subpass_attachments += desc->inputAttachmentCount;
458 for (uint32_t j = 0; j < desc->inputAttachmentCount;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pass.c144 return desc->inputAttachmentCount +
219 subpass->input_count = desc->inputAttachmentCount;
225 if (desc->inputAttachmentCount > 0) {
227 p += desc->inputAttachmentCount;
229 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_render_pass.c69 reference_count += pCreateInfo->pSubpasses[i].inputAttachmentCount;
135 .inputAttachmentCount = pCreateInfo->pSubpasses[i].inputAttachmentCount,
148 subpasses[i].inputAttachmentCount,
183 assert(ref->inputAttachmentIndex < subpass->inputAttachmentCount);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pass.c29 return desc->inputAttachmentCount +
182 subpass->input_count = desc->inputAttachmentCount;
187 if (desc->inputAttachmentCount > 0) {
189 p += desc->inputAttachmentCount;
191 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c251 return desc->inputAttachmentCount +
382 subpass->input_count = desc->inputAttachmentCount;
388 if (desc->inputAttachmentCount > 0) {
390 subpass_attachments += desc->inputAttachmentCount;
392 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pass.c306 return desc->inputAttachmentCount + desc->colorAttachmentCount +
442 subpass->input_count = desc->inputAttachmentCount;
448 if (desc->inputAttachmentCount > 0) {
450 p += desc->inputAttachmentCount;
452 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
H A Dradv_meta_blit.c880 .inputAttachmentCount = 0,
973 .inputAttachmentCount = 0,
1059 .inputAttachmentCount = 0,
H A Dradv_meta_blit2d.c746 .inputAttachmentCount = 0,
940 .inputAttachmentCount = 0,
1132 .inputAttachmentCount = 0,
H A Dradv_meta_resolve_fs.c190 .inputAttachmentCount = 0,
511 .inputAttachmentCount = 0,
H A Dradv_meta_clear.c206 .inputAttachmentCount = 0,
546 .inputAttachmentCount = 0,
2161 .inputAttachmentCount = 0,
H A Dradv_meta_decompress.c184 .inputAttachmentCount = 0,
H A Dradv_meta_fast_clear.c180 .inputAttachmentCount = 0,
H A Dradv_meta_resolve.c82 .inputAttachmentCount = 0,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c209 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) {
285 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) {
679 desc->inputAttachmentCount + desc->colorAttachmentCount +
703 subpass->input_count = desc->inputAttachmentCount;
712 if (desc->inputAttachmentCount > 0) {
714 p += desc->inputAttachmentCount;
716 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) {
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h72 size += vn_sizeof_uint32_t(&val->inputAttachmentCount);
74 size += vn_sizeof_array_size(val->inputAttachmentCount);
75 for (uint32_t i = 0; i < val->inputAttachmentCount; i++)
113 vn_encode_uint32_t(enc, &val->inputAttachmentCount);
115 vn_encode_array_size(enc, val->inputAttachmentCount);
116 for (uint32_t i = 0; i < val->inputAttachmentCount; i++)
895 size += vn_sizeof_uint32_t(&val->inputAttachmentCount);
897 size += vn_sizeof_array_size(val->inputAttachmentCount);
898 for (uint32_t i = 0; i < val->inputAttachmentCount; i++)
973 vn_encode_uint32_t(enc, &val->inputAttachmentCount);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c107 subpass.inputAttachmentCount = input_count;
251 subpass.inputAttachmentCount = input_count;

Completed in 36 milliseconds

12