Lines Matching defs:pipe
332 static void* r300_create_blend_state(struct pipe_context* pipe, in r300_create_blend_state()
525 static void r300_bind_blend_state(struct pipe_context* pipe, in r300_bind_blend_state()
553 static void r300_delete_blend_state(struct pipe_context* pipe, in r300_delete_blend_state()
567 static void r300_set_blend_color(struct pipe_context* pipe, in r300_set_blend_color()
649 static void r300_set_clip_state(struct pipe_context* pipe, in r300_set_clip_state()
677 static void* r300_create_dsa_state(struct pipe_context* pipe, in r300_create_dsa_state()
797 static void r300_bind_dsa_state(struct pipe_context* pipe, in r300_bind_dsa_state()
813 static void r300_delete_dsa_state(struct pipe_context* pipe, in r300_delete_dsa_state()
819 static void r300_set_stencil_ref(struct pipe_context* pipe, in r300_set_stencil_ref()
900 r300_set_framebuffer_state(struct pipe_context* pipe, in r300_set_framebuffer_state()
1034 static void* r300_create_fs_state(struct pipe_context* pipe, in r300_create_fs_state()
1070 static void r300_bind_fs_state(struct pipe_context* pipe, void* shader) in r300_bind_fs_state()
1087 static void r300_delete_fs_state(struct pipe_context* pipe, void* shader) in r300_delete_fs_state()
1103 static void r300_set_polygon_stipple(struct pipe_context* pipe, in r300_set_polygon_stipple()
1115 static void* r300_create_rs_state(struct pipe_context* pipe, in r300_create_rs_state()
1331 static void r300_bind_rs_state(struct pipe_context* pipe, void* state) in r300_bind_rs_state()
1387 static void r300_delete_rs_state(struct pipe_context* pipe, void* state) in r300_delete_rs_state()
1393 r300_create_sampler_state(struct pipe_context* pipe, in r300_create_sampler_state()
1464 static void r300_bind_sampler_states(struct pipe_context* pipe, in r300_bind_sampler_states()
1488 static void r300_delete_sampler_state(struct pipe_context* pipe, void* state) in r300_delete_sampler_state()
1518 static void r300_set_sampler_views(struct pipe_context* pipe, in r300_set_sampler_views()
1588 r300_create_sampler_view_custom(struct pipe_context *pipe, in r300_create_sampler_view_custom()
1640 r300_create_sampler_view(struct pipe_context *pipe, in r300_create_sampler_view()
1651 r300_sampler_view_destroy(struct pipe_context *pipe, in r300_sampler_view_destroy()
1658 static void r300_set_sample_mask(struct pipe_context *pipe, in r300_set_sample_mask()
1668 static void r300_set_scissor_states(struct pipe_context* pipe, in r300_set_scissor_states()
1681 static void r300_set_viewport_states(struct pipe_context* pipe, in r300_set_viewport_states()
1733 static void r300_set_vertex_buffers_hwtcl(struct pipe_context* pipe, in r300_set_vertex_buffers_hwtcl()
1753 static void r300_set_vertex_buffers_swtcl(struct pipe_context* pipe, in r300_set_vertex_buffers_swtcl()
1823 static void* r300_create_vertex_elements_state(struct pipe_context* pipe, in r300_create_vertex_elements_state()
1864 static void r300_bind_vertex_elements_state(struct pipe_context *pipe, in r300_bind_vertex_elements_state()
1886 static void r300_delete_vertex_elements_state(struct pipe_context *pipe, void *state) in r300_delete_vertex_elements_state()
1891 static void* r300_create_vs_state(struct pipe_context* pipe, in r300_create_vs_state()
1911 static void r300_bind_vs_state(struct pipe_context* pipe, void* shader) in r300_bind_vs_state()
1950 static void r300_delete_vs_state(struct pipe_context* pipe, void* shader) in r300_delete_vs_state()
1967 static void r300_set_constant_buffer(struct pipe_context *pipe, in r300_set_constant_buffer()
2033 static void r300_texture_barrier(struct pipe_context *pipe, unsigned flags) in r300_texture_barrier()
2041 static void r300_memory_barrier(struct pipe_context *pipe, unsigned flags) in r300_memory_barrier()