Searched refs:driver_fs (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 67 void *driver_fs; member 251 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); in pstip_flush() 355 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); in pstip_create_fs_state() 371 (pstipfs ? pstipfs->driver_fs : NULL)); in pstip_bind_fs_state() 381 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs); in pstip_delete_fs_state()
|
D | draw_pipe_aaline.c | 64 void *driver_fs; member 545 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); in aaline_flush() 647 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs); in aaline_create_fs_state() 666 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); in aaline_bind_fs_state() 682 aaline->driver_delete_fs_state(pipe, aafs->driver_fs); in aaline_delete_fs_state()
|
D | draw_pipe_aapoint.c | 77 void *driver_fs; /**< the regular shader */ member 621 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); in aapoint_flush() 752 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs); in aapoint_create_fs_state() 767 (aafs ? aafs->driver_fs : NULL)); in aapoint_bind_fs_state() 778 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs); in aapoint_delete_fs_state()
|