Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_fs.c80 svga_bind_fs_state(struct pipe_context *pipe, void *shader) in svga_bind_fs_state() function
130 svga->pipe.bind_fs_state = svga_bind_fs_state; in svga_init_fs_functions()
Dsvga_state.h135 svga_bind_fs_state(struct pipe_context *pipe, void *shader);
Dsvga_state_tgsi_transform.c82 svga_bind_fs_state(&svga->pipe, shader); in bind_shader()