Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3410 struct tc_draw_vstate_multi { struct
3422 struct tc_draw_vstate_multi *info = (struct tc_draw_vstate_multi*)call; in tc_call_draw_vstate_multi() argument
3464 const int draw_overhead_bytes = sizeof(struct tc_draw_vstate_multi); in tc_draw_vertex_state()
3465 const int one_draw_slot_bytes = sizeof(((struct tc_draw_vstate_multi*)NULL)->slot[0]); in tc_draw_vertex_state()
3484 struct tc_draw_vstate_multi *p = in tc_draw_vertex_state()
3485 tc_add_slot_based_call(tc, TC_CALL_draw_vstate_multi, tc_draw_vstate_multi, dr); in tc_draw_vertex_state()