Lines Matching defs:pipe
334 static void* r300_create_blend_state(struct pipe_context* pipe, in r300_create_blend_state()
527 static void r300_bind_blend_state(struct pipe_context* pipe, in r300_bind_blend_state()
555 static void r300_delete_blend_state(struct pipe_context* pipe, in r300_delete_blend_state()
569 static void r300_set_blend_color(struct pipe_context* pipe, in r300_set_blend_color()
651 static void r300_set_clip_state(struct pipe_context* pipe, in r300_set_clip_state()
679 static void* r300_create_dsa_state(struct pipe_context* pipe, in r300_create_dsa_state()
799 static void r300_bind_dsa_state(struct pipe_context* pipe, in r300_bind_dsa_state()
815 static void r300_delete_dsa_state(struct pipe_context* pipe, in r300_delete_dsa_state()
821 static void r300_set_stencil_ref(struct pipe_context* pipe, in r300_set_stencil_ref()
902 r300_set_framebuffer_state(struct pipe_context* pipe, in r300_set_framebuffer_state()
1036 static void* r300_create_fs_state(struct pipe_context* pipe, in r300_create_fs_state()
1099 static void r300_bind_fs_state(struct pipe_context* pipe, void* shader) in r300_bind_fs_state()
1116 static void r300_delete_fs_state(struct pipe_context* pipe, void* shader) in r300_delete_fs_state()
1132 static void r300_set_polygon_stipple(struct pipe_context* pipe, in r300_set_polygon_stipple()
1144 static void* r300_create_rs_state(struct pipe_context* pipe, in r300_create_rs_state()
1361 static void r300_bind_rs_state(struct pipe_context* pipe, void* state) in r300_bind_rs_state()
1417 static void r300_delete_rs_state(struct pipe_context* pipe, void* state) in r300_delete_rs_state()
1423 r300_create_sampler_state(struct pipe_context* pipe, in r300_create_sampler_state()
1494 static void r300_bind_sampler_states(struct pipe_context* pipe, in r300_bind_sampler_states()
1518 static void r300_delete_sampler_state(struct pipe_context* pipe, void* state) in r300_delete_sampler_state()
1548 static void r300_set_sampler_views(struct pipe_context* pipe, in r300_set_sampler_views()
1629 r300_create_sampler_view_custom(struct pipe_context *pipe, in r300_create_sampler_view_custom()
1681 r300_create_sampler_view(struct pipe_context *pipe, in r300_create_sampler_view()
1692 r300_sampler_view_destroy(struct pipe_context *pipe, in r300_sampler_view_destroy()
1699 static void r300_set_sample_mask(struct pipe_context *pipe, in r300_set_sample_mask()
1709 static void r300_set_scissor_states(struct pipe_context* pipe, in r300_set_scissor_states()
1722 static void r300_set_viewport_states(struct pipe_context* pipe, in r300_set_viewport_states()
1774 static void r300_set_vertex_buffers_hwtcl(struct pipe_context* pipe, in r300_set_vertex_buffers_hwtcl()
1797 static void r300_set_vertex_buffers_swtcl(struct pipe_context* pipe, in r300_set_vertex_buffers_swtcl()
1871 static void* r300_create_vertex_elements_state(struct pipe_context* pipe, in r300_create_vertex_elements_state()
1912 static void r300_bind_vertex_elements_state(struct pipe_context *pipe, in r300_bind_vertex_elements_state()
1934 static void r300_delete_vertex_elements_state(struct pipe_context *pipe, void *state) in r300_delete_vertex_elements_state()
1939 static void* r300_create_vs_state(struct pipe_context* pipe, in r300_create_vs_state()
1987 static void r300_bind_vs_state(struct pipe_context* pipe, void* shader) in r300_bind_vs_state()
2026 static void r300_delete_vs_state(struct pipe_context* pipe, void* shader) in r300_delete_vs_state()
2048 static void r300_set_constant_buffer(struct pipe_context *pipe, in r300_set_constant_buffer()
2114 static void r300_texture_barrier(struct pipe_context *pipe, unsigned flags) in r300_texture_barrier()
2122 static void r300_memory_barrier(struct pipe_context *pipe, unsigned flags) in r300_memory_barrier()