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.c102 void (*driver_delete_fs_state)(struct pipe_context *, void *); member
380 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()
383 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs); in pstip_delete_fs_state()
482 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
586 pipe->delete_fs_state = aaline->driver_delete_fs_state; in aaline_destroy()
697 aaline->driver_delete_fs_state(pipe, aafs->driver_fs); in aaline_delete_fs_state()
700 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs); in aaline_delete_fs_state()
755 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
654 pipe->delete_fs_state = aapoint->driver_delete_fs_state; in aapoint_destroy()
782 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs); in aapoint_delete_fs_state()
785 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs); in aapoint_delete_fs_state()
819 aapoint->driver_delete_fs_state = pipe->delete_fs_state; in draw_install_aapoint_stage()