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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c100 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage
696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
699 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs);
795 pstip->driver_delete_fs_state = pipe->delete_fs_state;
H A Ddraw_pipe_aaline.c119 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage
793 pipe->delete_fs_state = aaline->driver_delete_fs_state;
883 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
886 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs);
960 aaline->driver_delete_fs_state = pipe->delete_fs_state;
H A Ddraw_pipe_aapoint.c109 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage
779 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
866 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
869 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs);
900 aapoint->driver_delete_fs_state = pipe->delete_fs_state;

Completed in 133 milliseconds