Searched refs:driver_fs (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_pstipple.c | 65 void *driver_fs; member in struct:pstip_fragment_shader 240 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); 340 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); 356 (pstipfs ? pstipfs->driver_fs : NULL)); 366 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
|
| H A D | draw_pipe_aaline.c | 62 void *driver_fs; member in struct:aaline_fragment_shader 523 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); 624 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs); 643 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); 659 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
|
| H A D | draw_pipe_aapoint.c | 75 void *driver_fs; /**< the regular shader */ member in struct:aapoint_fragment_shader 591 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); 716 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs); 731 (aafs ? aafs->driver_fs : NULL)); 742 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_pstipple.c | 67 void *driver_fs; member in struct:pstip_fragment_shader 251 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); 355 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs); 371 (pstipfs ? pstipfs->driver_fs : NULL)); 381 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
|
| H A D | draw_pipe_aaline.c | 64 void *driver_fs; member in struct:aaline_fragment_shader 545 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); 647 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs); 666 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); 682 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
|
| H A D | draw_pipe_aapoint.c | 77 void *driver_fs; /**< the regular shader */ member in struct:aapoint_fragment_shader 621 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); 752 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs); 767 (aafs ? aafs->driver_fs : NULL)); 778 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
|
Completed in 9 milliseconds