Home | History | Annotate | Download | only in vulkan

Lines Matching refs:buffer_count

87    uint32_t buffer_count = 0;
132 set_layout->binding[b].buffer_index = buffer_count;
133 buffer_count += binding->descriptorCount;
187 set_layout->buffer_count = buffer_count;
318 uint32_t buffer_count = 0;
325 buffer_count += pCreateInfo->pPoolSizes[i].descriptorCount;
335 buffer_count * sizeof(struct anv_buffer_view);
400 layout->buffer_count * sizeof(struct anv_buffer_view);
442 set->buffer_count = layout->buffer_count;
469 for (uint32_t b = 0; b < layout->buffer_count; b++) {
496 for (uint32_t b = 0; b < set->buffer_count; b++) {