HomeSort by: relevance | last modified time | path
    Searched refs:inputAttachmentCount (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pass.c 135 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; j++)
    [all...]
radv_meta_blit.c 948 .inputAttachmentCount = 0,
1011 .inputAttachmentCount = 0,
1068 .inputAttachmentCount = 0,
radv_meta_blit2d.c 806 .inputAttachmentCount = 0,
980 .inputAttachmentCount = 0,
1150 .inputAttachmentCount = 0,
radv_meta_decompress.c 59 .inputAttachmentCount = 0,
radv_meta_resolve.c 81 .inputAttachmentCount = 0,
radv_meta_resolve_fs.c 224 .inputAttachmentCount = 0,
radv_meta_clear.c 224 .inputAttachmentCount = 0,
542 .inputAttachmentCount = 0,
1775 .inputAttachmentCount = 0,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_pass.c 91 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/
tu_pass.c 89 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; j++)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_pass.c 215 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; j++)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_pass.c 144 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/
vk_render_pass.c 69 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/
v3dv_pass.c 29 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/
anv_pass.c 251 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/
radv_pass.c 306 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++) {
radv_meta_blit.c 880 .inputAttachmentCount = 0,
973 .inputAttachmentCount = 0,
1059 .inputAttachmentCount = 0,
radv_meta_blit2d.c 746 .inputAttachmentCount = 0,
940 .inputAttachmentCount = 0,
1132 .inputAttachmentCount = 0,
radv_meta_resolve_fs.c 190 .inputAttachmentCount = 0,
511 .inputAttachmentCount = 0,
radv_meta_clear.c 206 .inputAttachmentCount = 0,
546 .inputAttachmentCount = 0,
2161 .inputAttachmentCount = 0,
radv_meta_decompress.c 184 .inputAttachmentCount = 0,
radv_meta_fast_clear.c 180 .inputAttachmentCount = 0,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pass.c 209 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/
vn_protocol_driver_render_pass.h 72 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/
zink_render_pass.c 107 subpass.inputAttachmentCount = input_count;
251 subpass.inputAttachmentCount = input_count;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
helpers.cpp 780 subpass.inputAttachmentCount = 0;

Completed in 48 milliseconds

1 2