Searched refs:driver_bind_sampler_states (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 102 void (*driver_bind_sampler_states)(struct pipe_context *, member 214 pstip->driver_bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, in pstip_first_tri() 242 pstip->driver_bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, in pstip_flush() 396 pstip->driver_bind_sampler_states(pstip->pipe, shader, start, num, sampler); in pstip_bind_sampler_states() 467 pstip->driver_bind_sampler_states = pipe->bind_sampler_states; in draw_install_pstipple_stage()
|
D | draw_pipe_aaline.c | 121 void (*driver_bind_sampler_states)(struct pipe_context *, member 684 aaline->driver_bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, in aaline_first_line() 716 aaline->driver_bind_sampler_states(pipe, PIPE_SHADER_FRAGMENT, 0, in aaline_flush() 770 pipe->bind_sampler_states = aaline->driver_bind_sampler_states; in aaline_destroy() 907 aaline->driver_bind_sampler_states(pipe, shader, start, num, sampler); in aaline_bind_sampler_states() 981 aaline->driver_bind_sampler_states = pipe->bind_sampler_states; in draw_install_aaline_stage()
|