HomeSort by: relevance | last modified time | path
    Searched refs:vertex_state_destroy (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h 648 pipe_vertex_state_destroy_func vertex_state_destroy; member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_screen.c 1079 trace_dump_call_begin("pipe_screen", "vertex_state_destroy");
1084 screen->vertex_state_destroy(screen, state);
1182 SCR_INIT(vertex_state_destroy);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
noop_pipe.c 755 screen->vertex_state_destroy = noop_vertex_state_destroy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_inlines.h 241 old_dst->screen->vertex_state_destroy(old_dst->screen, old_dst);
u_threaded_context.c 183 dst->screen->vertex_state_destroy(dst->screen, dst);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.c 5271 sscreen->b.vertex_state_destroy = si_pipe_vertex_state_destroy;

Completed in 17 milliseconds