Home | History | Annotate | Download | only in vulkan

Lines Matching defs:buffer_count

86    uint32_t buffer_count = 0;
133 set_layout->binding[b].buffer_index = buffer_count;
134 buffer_count += binding->descriptorCount;
188 set_layout->buffer_count = buffer_count;
320 uint32_t buffer_count = 0;
327 buffer_count += pCreateInfo->pPoolSizes[i].descriptorCount;
337 buffer_count * sizeof(struct anv_buffer_view);
402 layout->buffer_count * sizeof(struct anv_buffer_view);
462 set->buffer_count = layout->buffer_count;
489 for (uint32_t b = 0; b < layout->buffer_count; b++) {
516 for (uint32_t b = 0; b < set->buffer_count; b++) {