Searched refs:driver_fs (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 67 void *driver_fs; member 250 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); in pstip_flush() 354 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); in pstip_create_fs_state() 370 (pstipfs ? pstipfs->driver_fs : NULL)); in pstip_bind_fs_state() 380 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 555 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); in aaline_flush() 662 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs); in aaline_create_fs_state() 681 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); in aaline_bind_fs_state() 697 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 623 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); in aapoint_flush() 756 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs); in aapoint_create_fs_state() 771 (aafs ? aafs->driver_fs : NULL)); in aapoint_bind_fs_state() 782 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs); in aapoint_delete_fs_state()
|