Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c102 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
381 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()
384 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs); in pstip_delete_fs_state()
490 pstip->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_pstipple_stage()
Ddraw_pipe_aaline.c96 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
576 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy()
682 aaline->driver_delete_fs_state(pipe, aafs->driver_fs); in aaline_delete_fs_state()
685 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs); in aaline_delete_fs_state()
740 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage()
Ddraw_pipe_aapoint.c111 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
652 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy()
778 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs); in aapoint_delete_fs_state()
781 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs); in aapoint_delete_fs_state()
815 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage()