• Home
  • Raw
  • Download

Lines Matching defs:pipe

60 swr_create_blend_state(struct pipe_context *pipe,  in swr_create_blend_state()
125 swr_bind_blend_state(struct pipe_context *pipe, void *blend) in swr_bind_blend_state()
138 swr_delete_blend_state(struct pipe_context *pipe, void *blend) in swr_delete_blend_state()
144 swr_set_blend_color(struct pipe_context *pipe, in swr_set_blend_color()
155 swr_set_stencil_ref(struct pipe_context *pipe, in swr_set_stencil_ref()
167 struct pipe_context *pipe, in swr_create_depth_stencil_state()
179 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in swr_bind_depth_stencil_state()
192 swr_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) in swr_delete_depth_stencil_state()
199 swr_create_rasterizer_state(struct pipe_context *pipe, in swr_create_rasterizer_state()
209 swr_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in swr_bind_rasterizer_state()
224 swr_delete_rasterizer_state(struct pipe_context *pipe, void *rasterizer) in swr_delete_rasterizer_state()
231 swr_create_sampler_state(struct pipe_context *pipe, in swr_create_sampler_state()
241 swr_bind_sampler_states(struct pipe_context *pipe, in swr_bind_sampler_states()
263 swr_delete_sampler_state(struct pipe_context *pipe, void *sampler) in swr_delete_sampler_state()
270 swr_create_sampler_view(struct pipe_context *pipe, in swr_create_sampler_view()
288 swr_set_sampler_views(struct pipe_context *pipe, in swr_set_sampler_views()
318 swr_sampler_view_destroy(struct pipe_context *pipe, in swr_sampler_view_destroy()
326 swr_create_vs_state(struct pipe_context *pipe, in swr_create_vs_state()
363 swr_bind_vs_state(struct pipe_context *pipe, void *vs) in swr_bind_vs_state()
375 swr_delete_vs_state(struct pipe_context *pipe, void *vs) in swr_delete_vs_state()
386 swr_create_fs_state(struct pipe_context *pipe, in swr_create_fs_state()
402 swr_bind_fs_state(struct pipe_context *pipe, void *fs) in swr_bind_fs_state()
414 swr_delete_fs_state(struct pipe_context *pipe, void *fs) in swr_delete_fs_state()
425 swr_create_gs_state(struct pipe_context *pipe, in swr_create_gs_state()
441 swr_bind_gs_state(struct pipe_context *pipe, void *gs) in swr_bind_gs_state()
453 swr_delete_gs_state(struct pipe_context *pipe, void *gs) in swr_delete_gs_state()
464 swr_set_constant_buffer(struct pipe_context *pipe, in swr_set_constant_buffer()
493 swr_create_vertex_elements_state(struct pipe_context *pipe, in swr_create_vertex_elements_state()
557 swr_bind_vertex_elements_state(struct pipe_context *pipe, void *velems) in swr_bind_vertex_elements_state()
568 swr_delete_vertex_elements_state(struct pipe_context *pipe, void *velems) in swr_delete_vertex_elements_state()
578 swr_set_vertex_buffers(struct pipe_context *pipe, in swr_set_vertex_buffers()
598 swr_set_polygon_stipple(struct pipe_context *pipe, in swr_set_polygon_stipple()
608 swr_set_clip_state(struct pipe_context *pipe, in swr_set_clip_state()
621 swr_set_scissor_states(struct pipe_context *pipe, in swr_set_scissor_states()
637 swr_set_viewport_states(struct pipe_context *pipe, in swr_set_viewport_states()
650 swr_set_framebuffer_state(struct pipe_context *pipe, in swr_set_framebuffer_state()
672 swr_set_sample_mask(struct pipe_context *pipe, unsigned sample_mask) in swr_set_sample_mask()
699 swr_get_sample_position(struct pipe_context *pipe, in swr_get_sample_position()
718 swr_update_resource_status(struct pipe_context *pipe, in swr_update_resource_status()
962 swr_invalidate_buffers_after_ctx_change(struct pipe_context *pipe) in swr_invalidate_buffers_after_ctx_change()
1037 swr_update_derived(struct pipe_context *pipe, in swr_update_derived()
1832 swr_create_so_target(struct pipe_context *pipe, in swr_create_so_target()
1852 swr_destroy_so_target(struct pipe_context *pipe, in swr_destroy_so_target()
1860 swr_set_so_targets(struct pipe_context *pipe, in swr_set_so_targets()
1888 swr_state_init(struct pipe_context *pipe) in swr_state_init()