Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h648 pipe_vertex_state_destroy_func vertex_state_destroy; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1084 screen->vertex_state_destroy(screen, state); in trace_screen_vertex_state_destroy()
1182 SCR_INIT(vertex_state_destroy); in trace_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c755 screen->vertex_state_destroy = noop_vertex_state_destroy; in noop_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h241 old_dst->screen->vertex_state_destroy(old_dst->screen, old_dst); in pipe_vertex_state_reference()
Du_threaded_context.c183 dst->screen->vertex_state_destroy(dst->screen, dst); in tc_drop_vertex_state_references()
/third_party/mesa3d/docs/gallium/
Dscreen.rst625 …VERTEX_STATE``: Driver supports `pipe_screen::create_vertex_state/vertex_state_destroy` and `pipe_…
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c5271 sscreen->b.vertex_state_destroy = si_pipe_vertex_state_destroy; in si_init_screen_state_functions()