Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c572 uint32_t img_count = 0; in vn_update_descriptor_sets_parse_writes() local
581 img_count += write->descriptorCount; in vn_update_descriptor_sets_parse_writes()
589 vn_update_descriptor_sets_alloc(write_count, img_count, 0, 0, alloc, in vn_update_descriptor_sets_parse_writes()
601 img_count = 0; in vn_update_descriptor_sets_parse_writes()
608 VkDescriptorImageInfo *imgs = &update->images[img_count]; in vn_update_descriptor_sets_parse_writes()
618 img_count += write->descriptorCount; in vn_update_descriptor_sets_parse_writes()
700 uint32_t img_count = 0; in vn_update_descriptor_sets_parse_template() local
713 img_count += entry->descriptorCount; in vn_update_descriptor_sets_parse_template()
732 create_info->descriptorUpdateEntryCount, img_count, buf_count, in vn_update_descriptor_sets_parse_template()
737 img_count = 0; in vn_update_descriptor_sets_parse_template()
[all …]
/third_party/ffmpeg/libavformat/
Dimg2.h47 int img_count; member
Dimg2dec.c205 s->img_count = 0; in ff_img_read_header()
557 s->img_count++; in ff_img_read_packet()