Searched refs:svga_bind_fs_state (Results 1 – 3 of 3) sorted by relevance
73 svga_bind_fs_state(struct pipe_context *pipe, void *shader) in svga_bind_fs_state() function123 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
124 svga_bind_fs_state(struct pipe_context *pipe, void *shader);
82 svga_bind_fs_state(&svga->pipe, shader); in bind_shader()