Lines Matching defs:count
246 unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots,
252 /* Unbind start_slot...start_slot+count */
254 for (int i = start_slot; i < start_slot + count + unbind_num_trailing_slots; i++) {
258 ctx->image_mask[shader] &= ~(((1ull << count) - 1) << start_slot);
262 /* Bind start_slot...start_slot+count */
263 for (int i = 0; i < count; i++) {
284 /* Unbind start_slot+count...start_slot+count+unbind_num_trailing_slots */
286 SET_BIT(ctx->image_mask[shader], 1 << (start_slot + count + i), NULL);
287 util_copy_image_view(&ctx->images[shader][start_slot+count+i], NULL);
684 /* If the sampler view count is higher than the greatest sampler view
705 unsigned start, unsigned count,
712 buffers, start, count);
981 panfrost_flush_all_batches(ctx, "Primitive count query");