Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c100 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
366 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()
369 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs); in pstip_delete_fs_state()
465 pstip->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_pstipple_stage()
Ddraw_pipe_aapoint.c109 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
622 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy()
742 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs); in aapoint_delete_fs_state()
745 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs); in aapoint_delete_fs_state()
776 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage()
Ddraw_pipe_aaline.c119 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
768 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy()
876 aaline->driver_delete_fs_state(pipe, aafs->driver_fs); in aaline_delete_fs_state()
879 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs); in aaline_delete_fs_state()
979 aaline->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aaline_stage()