Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3446 const int size_left_bytes = nb_slots_left * sizeof(struct tc_call_base); in tc_draw_vbo() local
3449 const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()
3499 const int size_left_bytes = nb_slots_left * sizeof(struct tc_call_base); in tc_draw_vbo() local
3502 const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()
3666 const int size_left_bytes = nb_slots_left * sizeof(struct tc_call_base); in tc_draw_vertex_state() local
3669 const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vertex_state()

Completed in 7 milliseconds