Lines Matching defs:count
821 p_atomic_inc(&buffer_view->reference.count);
897 sampler_view->base.reference.count = 1;
982 if (buffer_view->reference.count) {
1080 unreachable("unhandled sample count!");
1389 unsigned start_slot, unsigned count,
1397 unsigned modified_bits = u_bit_consecutive(start_slot, count);
1402 for (unsigned i = 0; i < count; i++) {
1447 if (start_slot + count >= ctx->di.num_ssbos[p_stage])
1450 zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, p_stage, ZINK_DESCRIPTOR_TYPE_SSBO, start_slot, count);
1610 unsigned start_slot, unsigned count,
1616 for (unsigned i = 0; i < count; i++) {
1677 update |= !!ctx->image_views[p_stage][start_slot + count + i].base.resource;
1678 unbind_shader_image(ctx, p_stage, start_slot + count + i);
1679 update_descriptor_state_image(ctx, p_stage, start_slot + count + i, NULL);
1681 ctx->di.num_images[p_stage] = start_slot + count;
1683 zink_screen(pctx->screen)->context_invalidate_descriptor_state(ctx, p_stage, ZINK_DESCRIPTOR_TYPE_IMAGE, start_slot, count);
3700 t->base.reference.count = 1;
4096 * srcImage must have a sample count equal to VK_SAMPLE_COUNT_1_BIT
4099 * dstImage must have a sample count equal to VK_SAMPLE_COUNT_1_BIT