• Home
  • Raw
  • Download

Lines Matching defs:pipe

70 swr_create_blend_state(struct pipe_context *pipe,  in swr_create_blend_state()
136 swr_bind_blend_state(struct pipe_context *pipe, void *blend) in swr_bind_blend_state()
149 swr_delete_blend_state(struct pipe_context *pipe, void *blend) in swr_delete_blend_state()
155 swr_set_blend_color(struct pipe_context *pipe, in swr_set_blend_color()
166 swr_set_stencil_ref(struct pipe_context *pipe, in swr_set_stencil_ref()
178 struct pipe_context *pipe, in swr_create_depth_stencil_state()
190 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in swr_bind_depth_stencil_state()
203 swr_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in swr_delete_depth_stencil_state()
210 swr_create_rasterizer_state(struct pipe_context *pipe, in swr_create_rasterizer_state()
220 swr_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in swr_bind_rasterizer_state()
235 swr_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) in swr_delete_rasterizer_state()
242 swr_create_sampler_state(struct pipe_context *pipe, in swr_create_sampler_state()
252 swr_bind_sampler_states(struct pipe_context *pipe, in swr_bind_sampler_states()
274 swr_delete_sampler_state(struct pipe_context *pipe, void *sampler) in swr_delete_sampler_state()
281 swr_create_sampler_view(struct pipe_context *pipe, in swr_create_sampler_view()
299 swr_set_sampler_views(struct pipe_context *pipe, in swr_set_sampler_views()
324 swr_sampler_view_destroy(struct pipe_context *pipe, in swr_sampler_view_destroy()
332 swr_create_vs_state(struct pipe_context *pipe, in swr_create_vs_state()
369 swr_bind_vs_state(struct pipe_context *pipe, void *vs) in swr_bind_vs_state()
381 swr_delete_vs_state(struct pipe_context *pipe, void *vs) in swr_delete_vs_state()
392 swr_create_fs_state(struct pipe_context *pipe, in swr_create_fs_state()
408 swr_bind_fs_state(struct pipe_context *pipe, void *fs) in swr_bind_fs_state()
420 swr_delete_fs_state(struct pipe_context *pipe, void *fs) in swr_delete_fs_state()
431 swr_create_gs_state(struct pipe_context *pipe, in swr_create_gs_state()
444 swr_bind_gs_state(struct pipe_context *pipe, void *gs) in swr_bind_gs_state()
456 swr_delete_gs_state(struct pipe_context *pipe, void *gs) in swr_delete_gs_state()
467 swr_create_tcs_state(struct pipe_context *pipe, in swr_create_tcs_state()
480 swr_bind_tcs_state(struct pipe_context *pipe, void *tcs) in swr_bind_tcs_state()
493 swr_delete_tcs_state(struct pipe_context *pipe, void *tcs) in swr_delete_tcs_state()
504 swr_create_tes_state(struct pipe_context *pipe, in swr_create_tes_state()
517 swr_bind_tes_state(struct pipe_context *pipe, void *tes) in swr_bind_tes_state()
536 swr_delete_tes_state(struct pipe_context *pipe, void *tes) in swr_delete_tes_state()
547 swr_set_constant_buffer(struct pipe_context *pipe, in swr_set_constant_buffer()
579 swr_create_vertex_elements_state(struct pipe_context *pipe, in swr_create_vertex_elements_state()
643 swr_bind_vertex_elements_state(struct pipe_context *pipe, void *velems) in swr_bind_vertex_elements_state()
654 swr_delete_vertex_elements_state(struct pipe_context *pipe, void *velems) in swr_delete_vertex_elements_state()
664 swr_set_vertex_buffers(struct pipe_context *pipe, in swr_set_vertex_buffers()
684 swr_set_polygon_stipple(struct pipe_context *pipe, in swr_set_polygon_stipple()
694 swr_set_clip_state(struct pipe_context *pipe, in swr_set_clip_state()
707 swr_set_scissor_states(struct pipe_context *pipe, in swr_set_scissor_states()
728 swr_set_viewport_states(struct pipe_context *pipe, in swr_set_viewport_states()
741 swr_set_framebuffer_state(struct pipe_context *pipe, in swr_set_framebuffer_state()
763 swr_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) in swr_set_sample_mask()
790 swr_get_sample_position(struct pipe_context *pipe, in swr_get_sample_position()
809 swr_update_resource_status(struct pipe_context *pipe, in swr_update_resource_status()
1065 swr_invalidate_buffers_after_ctx_change(struct pipe_context *pipe) in swr_invalidate_buffers_after_ctx_change()
1160 swr_update_derived(struct pipe_context *pipe, in swr_update_derived()
2091 swr_create_so_target(struct pipe_context *pipe, in swr_create_so_target()
2111 swr_destroy_so_target(struct pipe_context *pipe, in swr_destroy_so_target()
2119 swr_set_so_targets(struct pipe_context *pipe, in swr_set_so_targets()
2148 swr_state_init(struct pipe_context *pipe) in swr_state_init()