Home
last modified time | relevance | path

Searched refs:driver_fs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c67 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()
Ddraw_pipe_aaline.c64 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()
Ddraw_pipe_aapoint.c77 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()