HomeSort by relevance Sort by last modified time
    Searched refs:driver_delete_fs_state (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 100 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage
366 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
369 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs);
465 pstip->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aapoint.c 109 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage
622 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
742 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
745 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs);
776 aapoint->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aaline.c 119 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage
769 pipe->delete_fs_state = aaline->driver_delete_fs_state;
877 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
880 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs);
980 aaline->driver_delete_fs_state = pipe->delete_fs_state;

Completed in 3656 milliseconds