Lines Matching refs:inputAttachmentCount
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++) {