Searched refs:driver_bind_fs_state (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 | 99 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage 169 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs); 240 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); 355 pstip->driver_bind_fs_state(pstip->pipe, 464 pstip->driver_bind_fs_state = pipe->bind_fs_state;
|
| H A D | draw_pipe_aaline.c | 93 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage 336 aaline->driver_bind_fs_state(pipe, aaline->fs->aaline_fs); 523 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); 553 pipe->bind_fs_state = aaline->driver_bind_fs_state; 643 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); 710 aaline->driver_bind_fs_state = pipe->bind_fs_state;
|
| H A D | draw_pipe_aapoint.c | 108 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage 423 aapoint->driver_bind_fs_state(pipe, aapoint->fs->aapoint_fs); 591 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); 621 pipe->bind_fs_state = aapoint->driver_bind_fs_state; 730 aapoint->driver_bind_fs_state(pipe, 775 aapoint->driver_bind_fs_state = pipe->bind_fs_state;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_pstipple.c | 101 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage 179 pstip->driver_bind_fs_state(pstip->pipe, pstip->fs->pstip_fs); 251 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL); 370 pstip->driver_bind_fs_state(pstip->pipe, 489 pstip->driver_bind_fs_state = pipe->bind_fs_state;
|
| H A D | draw_pipe_aaline.c | 95 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage 358 aaline->driver_bind_fs_state(pipe, aaline->fs->aaline_fs); 545 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL); 575 pipe->bind_fs_state = aaline->driver_bind_fs_state; 666 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL)); 739 aaline->driver_bind_fs_state = pipe->bind_fs_state;
|
| H A D | draw_pipe_aapoint.c | 110 void (*driver_bind_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage 453 aapoint->driver_bind_fs_state(pipe, aapoint->fs->aapoint_fs); 621 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL); 651 pipe->bind_fs_state = aapoint->driver_bind_fs_state; 766 aapoint->driver_bind_fs_state(pipe, 814 aapoint->driver_bind_fs_state = pipe->bind_fs_state;
|
Completed in 8 milliseconds