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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c97 void * (*driver_create_fs_state)(struct pipe_context *, member in struct:pstip_stage
375 pstip->fs->pstip_fs = pstip->driver_create_fs_state(pstip->pipe, &pstip_fs);
670 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs);
793 pstip->driver_create_fs_state = pipe->create_fs_state;
H A Ddraw_pipe_aaline.c116 void * (*driver_create_fs_state)(struct pipe_context *, member in struct:aaline_stage
386 aaline->fs->aaline_fs = aaline->driver_create_fs_state(pipe, &aaline_fs);
791 pipe->create_fs_state = aaline->driver_create_fs_state;
857 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs);
958 aaline->driver_create_fs_state = pipe->create_fs_state;
H A Ddraw_pipe_aapoint.c106 void * (*driver_create_fs_state)(struct pipe_context *, member in struct:aapoint_stage
530 = aapoint->driver_create_fs_state(pipe, &aapoint_fs);
777 pipe->create_fs_state = aapoint->driver_create_fs_state;
840 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs);
898 aapoint->driver_create_fs_state = pipe->create_fs_state;

Completed in 105 milliseconds