• Home
  • Raw
  • Download

Lines Matching refs:pipe

45    struct pipe_context *pipe = rb_pipe->pipe;  in rbug_destroy()  local
50 pipe->destroy(pipe); in rbug_destroy()
51 rb_pipe->pipe = NULL; in rbug_destroy()
120 struct pipe_context *pipe = rb_pipe->pipe; in rbug_draw_vbo() local
130 pipe->draw_vbo(pipe, info); in rbug_draw_vbo()
143 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_query() local
147 query = pipe->create_query(pipe, in rbug_create_query()
159 struct pipe_context *pipe = rb_pipe->pipe; in rbug_destroy_query() local
162 pipe->destroy_query(pipe, in rbug_destroy_query()
172 struct pipe_context *pipe = rb_pipe->pipe; in rbug_begin_query() local
176 ret = pipe->begin_query(pipe, query); in rbug_begin_query()
186 struct pipe_context *pipe = rb_pipe->pipe; in rbug_end_query() local
190 ret = pipe->end_query(pipe, in rbug_end_query()
204 struct pipe_context *pipe = rb_pipe->pipe; in rbug_get_query_result() local
208 ret = pipe->get_query_result(pipe, in rbug_get_query_result()
221 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_active_query_state() local
224 pipe->set_active_query_state(pipe, enable); in rbug_set_active_query_state()
233 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_blend_state() local
237 ret = pipe->create_blend_state(pipe, in rbug_create_blend_state()
249 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_blend_state() local
252 pipe->bind_blend_state(pipe, in rbug_bind_blend_state()
262 struct pipe_context *pipe = rb_pipe->pipe; in rbug_delete_blend_state() local
265 pipe->delete_blend_state(pipe, in rbug_delete_blend_state()
275 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_sampler_state() local
279 ret = pipe->create_sampler_state(pipe, in rbug_create_sampler_state()
293 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_sampler_states() local
296 pipe->bind_sampler_states(pipe, shader, start, count, samplers); in rbug_bind_sampler_states()
305 struct pipe_context *pipe = rb_pipe->pipe; in rbug_delete_sampler_state() local
308 pipe->delete_sampler_state(pipe, in rbug_delete_sampler_state()
318 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_rasterizer_state() local
322 ret = pipe->create_rasterizer_state(pipe, in rbug_create_rasterizer_state()
334 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_rasterizer_state() local
337 pipe->bind_rasterizer_state(pipe, in rbug_bind_rasterizer_state()
347 struct pipe_context *pipe = rb_pipe->pipe; in rbug_delete_rasterizer_state() local
350 pipe->delete_rasterizer_state(pipe, in rbug_delete_rasterizer_state()
360 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_depth_stencil_alpha_state() local
364 ret = pipe->create_depth_stencil_alpha_state(pipe, in rbug_create_depth_stencil_alpha_state()
376 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_depth_stencil_alpha_state() local
379 pipe->bind_depth_stencil_alpha_state(pipe, in rbug_bind_depth_stencil_alpha_state()
389 struct pipe_context *pipe = rb_pipe->pipe; in rbug_delete_depth_stencil_alpha_state() local
392 pipe->delete_depth_stencil_alpha_state(pipe, in rbug_delete_depth_stencil_alpha_state()
402 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_fs_state() local
406 result = pipe->create_fs_state(pipe, state); in rbug_create_fs_state()
420 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_fs_state() local
427 pipe->bind_fs_state(pipe, in rbug_bind_fs_state()
450 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_vs_state() local
454 result = pipe->create_vs_state(pipe, state); in rbug_create_vs_state()
468 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_vs_state() local
475 pipe->bind_vs_state(pipe, in rbug_bind_vs_state()
498 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_gs_state() local
502 result = pipe->create_gs_state(pipe, state); in rbug_create_gs_state()
516 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_gs_state() local
523 pipe->bind_gs_state(pipe, in rbug_bind_gs_state()
547 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_vertex_elements_state() local
551 ret = pipe->create_vertex_elements_state(pipe, in rbug_create_vertex_elements_state()
564 struct pipe_context *pipe = rb_pipe->pipe; in rbug_bind_vertex_elements_state() local
567 pipe->bind_vertex_elements_state(pipe, in rbug_bind_vertex_elements_state()
577 struct pipe_context *pipe = rb_pipe->pipe; in rbug_delete_vertex_elements_state() local
580 pipe->delete_vertex_elements_state(pipe, in rbug_delete_vertex_elements_state()
590 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_blend_color() local
593 pipe->set_blend_color(pipe, in rbug_set_blend_color()
603 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_stencil_ref() local
606 pipe->set_stencil_ref(pipe, in rbug_set_stencil_ref()
616 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_clip_state() local
619 pipe->set_clip_state(pipe, in rbug_set_clip_state()
631 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_constant_buffer() local
641 pipe->set_constant_buffer(pipe, in rbug_set_constant_buffer()
653 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_framebuffer_state() local
681 pipe->set_framebuffer_state(pipe, in rbug_set_framebuffer_state()
692 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_polygon_stipple() local
695 pipe->set_polygon_stipple(pipe, in rbug_set_polygon_stipple()
707 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_scissor_states() local
710 pipe->set_scissor_states(pipe, start_slot, num_scissors, scissor); in rbug_set_scissor_states()
721 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_viewport_states() local
724 pipe->set_viewport_states(pipe, start_slot, num_viewports, viewport); in rbug_set_viewport_states()
736 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_sampler_views() local
761 pipe->set_sampler_views(pipe, shader, start, num, views); in rbug_set_sampler_views()
772 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_vertex_buffers() local
789 pipe->set_vertex_buffers(pipe, start_slot, in rbug_set_vertex_buffers()
801 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_sample_mask() local
804 pipe->set_sample_mask(pipe, sample_mask); in rbug_set_sample_mask()
814 struct pipe_context *pipe = rb_pipe->pipe; in rbug_create_stream_output_target() local
819 target = pipe->create_stream_output_target(pipe, res, buffer_offset, in rbug_create_stream_output_target()
830 struct pipe_context *pipe = rb_pipe->pipe; in rbug_stream_output_target_destroy() local
833 pipe->stream_output_target_destroy(pipe, target); in rbug_stream_output_target_destroy()
844 struct pipe_context *pipe = rb_pipe->pipe; in rbug_set_stream_output_targets() local
847 pipe->set_stream_output_targets(pipe, num_targets, targets, offsets); in rbug_set_stream_output_targets()
865 struct pipe_context *pipe = rb_pipe->pipe; in rbug_resource_copy_region() local
870 pipe->resource_copy_region(pipe, in rbug_resource_copy_region()
888 struct pipe_context *pipe = rb_pipe->pipe; in rbug_blit() local
898 pipe->blit(pipe, &blit_info); in rbug_blit()
908 struct pipe_context *pipe = rb_pipe->pipe; in rbug_flush_resource() local
912 pipe->flush_resource(pipe, res); in rbug_flush_resource()
924 struct pipe_context *pipe = rb_pipe->pipe; in rbug_clear() local
927 pipe->clear(pipe, in rbug_clear()
945 struct pipe_context *pipe = rb_pipe->pipe; in rbug_clear_render_target() local
949 pipe->clear_render_target(pipe, in rbug_clear_render_target()
972 struct pipe_context *pipe = rb_pipe->pipe; in rbug_clear_depth_stencil() local
976 pipe->clear_depth_stencil(pipe, in rbug_clear_depth_stencil()
995 struct pipe_context *pipe = rb_pipe->pipe; in rbug_flush() local
998 pipe->flush(pipe, fence, flags); in rbug_flush()
1009 struct pipe_context *pipe = rb_pipe->pipe; in rbug_context_create_sampler_view() local
1014 result = pipe->create_sampler_view(pipe, in rbug_context_create_sampler_view()
1039 struct pipe_context *pipe = rb_pipe->pipe; in rbug_context_create_surface() local
1044 result = pipe->create_surface(pipe, in rbug_context_create_surface()
1079 struct pipe_context *context = rb_pipe->pipe; in rbug_context_transfer_map()
1103 struct pipe_context *context = rb_pipe->pipe; in rbug_context_transfer_flush_region()
1120 struct pipe_context *context = rb_pipe->pipe; in rbug_context_transfer_unmap()
1140 struct pipe_context *context = rb_pipe->pipe; in rbug_context_buffer_subdata()
1161 struct pipe_context *context = rb_pipe->pipe; in rbug_context_texture_subdata()
1178 rbug_context_create(struct pipe_screen *_screen, struct pipe_context *pipe) in rbug_context_create() argument
1197 rb_pipe->base.priv = pipe->priv; /* expose wrapped data */ in rbug_context_create()
1199 rb_pipe->base.stream_uploader = pipe->stream_uploader; in rbug_context_create()
1200 rb_pipe->base.const_uploader = pipe->const_uploader; in rbug_context_create()
1265 rb_pipe->pipe = pipe; in rbug_context_create()