Home
last modified time | relevance | path

Searched refs:draw_overhead_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3233 const int draw_overhead_bytes = sizeof(struct tc_draw_multi); in tc_draw_vbo() local
3235 const int slots_for_one_draw = DIV_ROUND_UP(draw_overhead_bytes + one_draw_slot_bytes, in tc_draw_vbo()
3274 … const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()
3320 … const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()
3464 const int draw_overhead_bytes = sizeof(struct tc_draw_vstate_multi); in tc_draw_vertex_state() local
3466 const int slots_for_one_draw = DIV_ROUND_UP(draw_overhead_bytes + one_draw_slot_bytes, in tc_draw_vertex_state()
3481 const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vertex_state()