Searched refs:one_draw_slot_bytes (Results 1 – 1 of 1) sorted by relevance
3408 const int one_draw_slot_bytes = sizeof(((struct tc_draw_multi*)NULL)->slot[0]); in tc_draw_vbo() local3409 const int slots_for_one_draw = DIV_ROUND_UP(draw_overhead_bytes + one_draw_slot_bytes, in tc_draw_vbo()3449 … const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()3502 … const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vbo()3653 const int one_draw_slot_bytes = sizeof(((struct tc_draw_vstate_multi*)NULL)->slot[0]); in tc_draw_vertex_state() local3654 const int slots_for_one_draw = DIV_ROUND_UP(draw_overhead_bytes + one_draw_slot_bytes, in tc_draw_vertex_state()3669 const int dr = MIN2(num_draws, (size_left_bytes - draw_overhead_bytes) / one_draw_slot_bytes); in tc_draw_vertex_state()