Home
last modified time | relevance | path

Searched refs:nb_slots_left (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3442 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vbo() local
3444 if (nb_slots_left < slots_for_one_draw) in tc_draw_vbo()
3445 nb_slots_left = TC_SLOTS_PER_BATCH; in tc_draw_vbo()
3446 const int size_left_bytes = nb_slots_left * sizeof(struct tc_call_base); in tc_draw_vbo()
3495 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vbo() local
3497 if (nb_slots_left < slots_for_one_draw) in tc_draw_vbo()
3498 nb_slots_left = TC_SLOTS_PER_BATCH; in tc_draw_vbo()
3499 const int size_left_bytes = nb_slots_left * sizeof(struct tc_call_base); in tc_draw_vbo()
3662 int nb_slots_left = TC_SLOTS_PER_BATCH - next->num_total_slots; in tc_draw_vertex_state() local
3664 if (nb_slots_left < slots_for_one_dra in tc_draw_vertex_state()
[all...]

Completed in 7 milliseconds