Searched refs:img_count (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.c572 uint32_t img_count = 0; local in function:vn_update_descriptor_sets_parse_writes
581 img_count += write->descriptorCount;
589 vn_update_descriptor_sets_alloc(write_count, img_count, 0, 0, alloc,
601 img_count = 0;
608 VkDescriptorImageInfo *imgs = &update->images[img_count];
618 img_count += write->descriptorCount;
700 uint32_t img_count = 0; local in function:vn_update_descriptor_sets_parse_template
713 img_count += entry->descriptorCount;
732 create_info->descriptorUpdateEntryCount, img_count, buf_count,
737 img_count
[all...]

Completed in 2 milliseconds