Searched refs:TC_SLOTS_PER_BATCH (Results 1 – 2 of 2) sorted by relevance
240 #define TC_SLOTS_PER_BATCH 1536 macro400 uint64_t slots[TC_SLOTS_PER_BATCH];
78 tc_assert(batch->num_total_slots <= TC_SLOTS_PER_BATCH); in tc_batch_check()293 assert(num_slots <= TC_SLOTS_PER_BATCH); in tc_add_sized_call()296 if (unlikely(next->num_total_slots + num_slots > TC_SLOTS_PER_BATCH)) { in tc_add_sized_call()3022 struct pipe_draw_start_count_bias multi[TC_SLOTS_PER_BATCH / call_size(tc_draw_single)]; in tc_call_draw_single()3267 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vbo()3270 nb_slots_left = TC_SLOTS_PER_BATCH; in tc_draw_vbo()3313 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vbo()3316 nb_slots_left = TC_SLOTS_PER_BATCH; in tc_draw_vbo()3381 struct pipe_draw_start_count_bias draws[TC_SLOTS_PER_BATCH / in tc_call_draw_vstate_single()3474 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vertex_state()[all …]