Searched defs:_pipe (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c40 galahad_context_destroy(struct pipe_context *_pipe) argument
42 struct galahad_context *glhd_pipe = galahad_context(_pipe);
51 galahad_context_draw_vbo(struct pipe_context *_pipe, argument
54 struct galahad_context *glhd_pipe = galahad_context(_pipe);
65 galahad_context_create_query(struct pipe_context *_pipe, argument
68 struct galahad_context *glhd_pipe = galahad_context(_pipe);
86 galahad_context_destroy_query(struct pipe_context *_pipe, argument
89 struct galahad_context *glhd_pipe = galahad_context(_pipe);
97 galahad_context_begin_query(struct pipe_context *_pipe, argument
100 struct galahad_context *glhd_pipe = galahad_context(_pipe);
108 galahad_context_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
119 galahad_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
134 galahad_context_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
152 galahad_context_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
163 galahad_context_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
174 galahad_context_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
185 galahad_context_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_samplers, void **samplers) argument
213 galahad_context_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
222 galahad_context_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
232 galahad_context_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
243 galahad_context_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
264 galahad_context_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
275 galahad_context_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
286 galahad_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
297 galahad_context_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
308 galahad_context_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
319 galahad_context_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
330 galahad_context_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
341 galahad_context_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
352 galahad_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
363 galahad_context_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
374 galahad_context_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
386 galahad_context_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
401 galahad_context_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
412 galahad_context_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
423 galahad_context_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
434 galahad_context_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
445 galahad_context_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
456 galahad_context_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
467 galahad_context_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
502 galahad_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
537 galahad_context_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
548 galahad_context_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
559 galahad_context_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
570 galahad_context_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
604 galahad_context_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
613 galahad_context_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
623 galahad_context_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
646 galahad_context_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
679 galahad_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
725 galahad_context_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
742 galahad_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
762 galahad_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
788 galahad_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
799 galahad_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
819 galahad_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
827 galahad_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument
847 galahad_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
881 galahad_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c38 identity_destroy(struct pipe_context *_pipe) argument
40 struct identity_context *id_pipe = identity_context(_pipe);
49 identity_draw_vbo(struct pipe_context *_pipe, argument
52 struct identity_context *id_pipe = identity_context(_pipe);
59 identity_create_query(struct pipe_context *_pipe, argument
62 struct identity_context *id_pipe = identity_context(_pipe);
70 identity_destroy_query(struct pipe_context *_pipe, argument
73 struct identity_context *id_pipe = identity_context(_pipe);
81 identity_begin_query(struct pipe_context *_pipe, argument
84 struct identity_context *id_pipe = identity_context(_pipe);
92 identity_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
103 identity_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
118 identity_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
129 identity_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
140 identity_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
151 identity_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
162 identity_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_samplers, void **samplers) argument
190 identity_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
199 identity_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
208 identity_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
219 identity_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
230 identity_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
241 identity_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
252 identity_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
263 identity_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
274 identity_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
285 identity_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
296 identity_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
307 identity_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
318 identity_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
329 identity_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
340 identity_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
352 identity_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
365 identity_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
376 identity_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
387 identity_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
398 identity_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
409 identity_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
420 identity_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
431 identity_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
453 identity_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
478 identity_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
489 identity_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
500 identity_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
511 identity_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
551 identity_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
559 identity_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
567 identity_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
590 identity_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
607 identity_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
636 identity_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
653 identity_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
673 identity_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
699 identity_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
710 identity_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
730 identity_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
738 identity_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument
758 identity_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surf) argument
790 identity_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c41 rbug_destroy(struct pipe_context *_pipe) argument
43 struct rbug_context *rb_pipe = rbug_context(_pipe);
115 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info) argument
117 struct rbug_context *rb_pipe = rbug_context(_pipe);
136 rbug_create_query(struct pipe_context *_pipe, argument
139 struct rbug_context *rb_pipe = rbug_context(_pipe);
149 rbug_destroy_query(struct pipe_context *_pipe, argument
152 struct rbug_context *rb_pipe = rbug_context(_pipe);
162 rbug_begin_query(struct pipe_context *_pipe, argument
165 struct rbug_context *rb_pipe = rbug_context(_pipe);
175 rbug_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
188 rbug_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
208 rbug_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
224 rbug_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
237 rbug_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
250 rbug_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
266 rbug_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
281 rbug_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
296 rbug_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
309 rbug_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
325 rbug_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
338 rbug_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
351 rbug_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
367 rbug_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
380 rbug_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
393 rbug_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
411 rbug_bind_fs_state(struct pipe_context *_pipe, void *_fs) argument
429 rbug_delete_fs_state(struct pipe_context *_pipe, void *_fs) argument
441 rbug_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
459 rbug_bind_vs_state(struct pipe_context *_pipe, void *_vs) argument
477 rbug_delete_vs_state(struct pipe_context *_pipe, void *_vs) argument
489 rbug_create_gs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
507 rbug_bind_gs_state(struct pipe_context *_pipe, void *_gs) argument
525 rbug_delete_gs_state(struct pipe_context *_pipe, void *_gs) argument
537 rbug_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
555 rbug_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
568 rbug_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
581 rbug_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
594 rbug_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
607 rbug_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
620 rbug_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
644 rbug_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
683 rbug_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
696 rbug_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
709 rbug_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
722 rbug_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
769 rbug_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
777 rbug_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
785 rbug_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
812 rbug_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
831 rbug_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
843 rbug_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
874 rbug_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
893 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
916 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
943 rbug_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
956 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
978 rbug_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
986 rbug_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument
1008 rbug_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
1049 rbug_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c86 trace_context_draw_vbo(struct pipe_context *_pipe, argument
89 struct trace_context *tr_ctx = trace_context(_pipe);
104 trace_context_create_query(struct pipe_context *_pipe, argument
107 struct trace_context *tr_ctx = trace_context(_pipe);
127 trace_context_destroy_query(struct pipe_context *_pipe, argument
130 struct trace_context *tr_ctx = trace_context(_pipe);
145 trace_context_begin_query(struct pipe_context *_pipe, argument
148 struct trace_context *tr_ctx = trace_context(_pipe);
163 trace_context_end_query(struct pipe_context *_pipe, argument
166 struct trace_context *tr_ctx = trace_context(_pipe);
181 trace_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *presult) argument
209 trace_context_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *state) argument
232 trace_context_bind_blend_state(struct pipe_context *_pipe, void *state) argument
250 trace_context_delete_blend_state(struct pipe_context *_pipe, void *state) argument
268 trace_context_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *state) argument
291 trace_context_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_states, void **states) argument
340 trace_context_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
350 trace_context_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
360 trace_context_delete_sampler_state(struct pipe_context *_pipe, void *state) argument
378 trace_context_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *state) argument
401 trace_context_bind_rasterizer_state(struct pipe_context *_pipe, void *state) argument
419 trace_context_delete_rasterizer_state(struct pipe_context *_pipe, void *state) argument
437 trace_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *state) argument
460 trace_context_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *state) argument
478 trace_context_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *state) argument
496 trace_context_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
519 trace_context_bind_fs_state(struct pipe_context *_pipe, void *state) argument
537 trace_context_delete_fs_state(struct pipe_context *_pipe, void *state) argument
555 trace_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
578 trace_context_bind_vs_state(struct pipe_context *_pipe, void *state) argument
596 trace_context_delete_vs_state(struct pipe_context *_pipe, void *state) argument
614 trace_context_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *elements) argument
642 trace_context_bind_vertex_elements_state(struct pipe_context *_pipe, void *state) argument
660 trace_context_delete_vertex_elements_state(struct pipe_context *_pipe, void *state) argument
678 trace_context_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *state) argument
696 trace_context_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *state) argument
714 trace_context_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *state) argument
731 trace_context_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
748 trace_context_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *constant_buffer) argument
784 trace_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *state) argument
814 trace_context_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *state) argument
832 trace_context_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *state) argument
850 trace_context_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *state) argument
868 trace_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
911 trace_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
938 trace_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument
971 trace_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
991 trace_context_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **views) argument
1050 trace_context_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **views) argument
1059 trace_context_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **views) argument
1068 trace_context_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *buffers) argument
1101 trace_context_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *ib) argument
1126 trace_context_create_stream_output_target(struct pipe_context *_pipe, struct pipe_resource *res, unsigned buffer_offset, unsigned buffer_size) argument
1154 trace_context_stream_output_target_destroy( struct pipe_context *_pipe, struct pipe_stream_output_target *target) argument
1173 trace_context_set_stream_output_targets(struct pipe_context *_pipe, unsigned num_targets, struct pipe_stream_output_target **tgs, unsigned append_bitmask) argument
1195 trace_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
1230 trace_context_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
1259 trace_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1286 trace_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1318 trace_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
1338 trace_context_destroy(struct pipe_context *_pipe) argument
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c40 galahad_context_destroy(struct pipe_context *_pipe) argument
42 struct galahad_context *glhd_pipe = galahad_context(_pipe);
51 galahad_context_draw_vbo(struct pipe_context *_pipe, argument
54 struct galahad_context *glhd_pipe = galahad_context(_pipe);
65 galahad_context_create_query(struct pipe_context *_pipe, argument
68 struct galahad_context *glhd_pipe = galahad_context(_pipe);
86 galahad_context_destroy_query(struct pipe_context *_pipe, argument
89 struct galahad_context *glhd_pipe = galahad_context(_pipe);
97 galahad_context_begin_query(struct pipe_context *_pipe, argument
100 struct galahad_context *glhd_pipe = galahad_context(_pipe);
108 galahad_context_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
119 galahad_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
134 galahad_context_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
152 galahad_context_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
163 galahad_context_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
174 galahad_context_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
185 galahad_context_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_samplers, void **samplers) argument
213 galahad_context_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
222 galahad_context_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
232 galahad_context_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
243 galahad_context_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
264 galahad_context_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
275 galahad_context_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
286 galahad_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
297 galahad_context_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
308 galahad_context_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
319 galahad_context_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
330 galahad_context_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
341 galahad_context_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
352 galahad_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
363 galahad_context_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
374 galahad_context_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
386 galahad_context_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
401 galahad_context_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
412 galahad_context_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
423 galahad_context_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
434 galahad_context_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
445 galahad_context_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
456 galahad_context_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
467 galahad_context_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
502 galahad_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
537 galahad_context_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
548 galahad_context_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
559 galahad_context_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
570 galahad_context_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
604 galahad_context_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
613 galahad_context_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
623 galahad_context_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
646 galahad_context_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
679 galahad_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
725 galahad_context_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
742 galahad_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
762 galahad_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
788 galahad_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
799 galahad_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
819 galahad_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
827 galahad_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument
847 galahad_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
881 galahad_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c38 identity_destroy(struct pipe_context *_pipe) argument
40 struct identity_context *id_pipe = identity_context(_pipe);
49 identity_draw_vbo(struct pipe_context *_pipe, argument
52 struct identity_context *id_pipe = identity_context(_pipe);
59 identity_create_query(struct pipe_context *_pipe, argument
62 struct identity_context *id_pipe = identity_context(_pipe);
70 identity_destroy_query(struct pipe_context *_pipe, argument
73 struct identity_context *id_pipe = identity_context(_pipe);
81 identity_begin_query(struct pipe_context *_pipe, argument
84 struct identity_context *id_pipe = identity_context(_pipe);
92 identity_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
103 identity_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
118 identity_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
129 identity_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
140 identity_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
151 identity_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
162 identity_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_samplers, void **samplers) argument
190 identity_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
199 identity_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
208 identity_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
219 identity_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
230 identity_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
241 identity_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
252 identity_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
263 identity_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
274 identity_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
285 identity_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *fs) argument
296 identity_bind_fs_state(struct pipe_context *_pipe, void *fs) argument
307 identity_delete_fs_state(struct pipe_context *_pipe, void *fs) argument
318 identity_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *vs) argument
329 identity_bind_vs_state(struct pipe_context *_pipe, void *vs) argument
340 identity_delete_vs_state(struct pipe_context *_pipe, void *vs) argument
352 identity_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
365 identity_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
376 identity_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
387 identity_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
398 identity_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
409 identity_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
420 identity_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
431 identity_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
453 identity_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
478 identity_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
489 identity_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
500 identity_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
511 identity_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
551 identity_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
559 identity_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
567 identity_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
590 identity_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
607 identity_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
636 identity_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
653 identity_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
673 identity_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
699 identity_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
710 identity_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
730 identity_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
738 identity_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *templ) argument
758 identity_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surf) argument
790 identity_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c41 rbug_destroy(struct pipe_context *_pipe) argument
43 struct rbug_context *rb_pipe = rbug_context(_pipe);
115 rbug_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info) argument
117 struct rbug_context *rb_pipe = rbug_context(_pipe);
136 rbug_create_query(struct pipe_context *_pipe, argument
139 struct rbug_context *rb_pipe = rbug_context(_pipe);
149 rbug_destroy_query(struct pipe_context *_pipe, argument
152 struct rbug_context *rb_pipe = rbug_context(_pipe);
162 rbug_begin_query(struct pipe_context *_pipe, argument
165 struct rbug_context *rb_pipe = rbug_context(_pipe);
175 rbug_end_query(struct pipe_context *_pipe, struct pipe_query *query) argument
188 rbug_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *result) argument
208 rbug_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
224 rbug_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
237 rbug_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
250 rbug_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *sampler) argument
266 rbug_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
281 rbug_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num_samplers, void **samplers) argument
296 rbug_delete_sampler_state(struct pipe_context *_pipe, void *sampler) argument
309 rbug_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *rasterizer) argument
325 rbug_bind_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
338 rbug_delete_rasterizer_state(struct pipe_context *_pipe, void *rasterizer) argument
351 rbug_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *depth_stencil_alpha) argument
367 rbug_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
380 rbug_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *depth_stencil_alpha) argument
393 rbug_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
411 rbug_bind_fs_state(struct pipe_context *_pipe, void *_fs) argument
429 rbug_delete_fs_state(struct pipe_context *_pipe, void *_fs) argument
441 rbug_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
459 rbug_bind_vs_state(struct pipe_context *_pipe, void *_vs) argument
477 rbug_delete_vs_state(struct pipe_context *_pipe, void *_vs) argument
489 rbug_create_gs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
507 rbug_bind_gs_state(struct pipe_context *_pipe, void *_gs) argument
525 rbug_delete_gs_state(struct pipe_context *_pipe, void *_gs) argument
537 rbug_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *vertex_elements) argument
555 rbug_bind_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
568 rbug_delete_vertex_elements_state(struct pipe_context *_pipe, void *velems) argument
581 rbug_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *blend_color) argument
594 rbug_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *stencil_ref) argument
607 rbug_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *clip) argument
620 rbug_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *_cb) argument
644 rbug_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *_state) argument
683 rbug_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *poly_stipple) argument
696 rbug_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *scissor) argument
709 rbug_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *viewport) argument
722 rbug_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **_views) argument
769 rbug_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
777 rbug_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **_views) argument
785 rbug_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *_buffers) argument
812 rbug_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *_ib) argument
831 rbug_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
843 rbug_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) argument
874 rbug_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
893 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
916 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
943 rbug_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
956 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
978 rbug_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
986 rbug_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument
1008 rbug_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
1049 rbug_context_transfer_destroy(struct pipe_context *_pipe, struct pipe_transfer *_transfer) argument
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c86 trace_context_draw_vbo(struct pipe_context *_pipe, argument
89 struct trace_context *tr_ctx = trace_context(_pipe);
104 trace_context_create_query(struct pipe_context *_pipe, argument
107 struct trace_context *tr_ctx = trace_context(_pipe);
127 trace_context_destroy_query(struct pipe_context *_pipe, argument
130 struct trace_context *tr_ctx = trace_context(_pipe);
145 trace_context_begin_query(struct pipe_context *_pipe, argument
148 struct trace_context *tr_ctx = trace_context(_pipe);
163 trace_context_end_query(struct pipe_context *_pipe, argument
166 struct trace_context *tr_ctx = trace_context(_pipe);
181 trace_context_get_query_result(struct pipe_context *_pipe, struct pipe_query *query, boolean wait, union pipe_query_result *presult) argument
209 trace_context_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *state) argument
232 trace_context_bind_blend_state(struct pipe_context *_pipe, void *state) argument
250 trace_context_delete_blend_state(struct pipe_context *_pipe, void *state) argument
268 trace_context_create_sampler_state(struct pipe_context *_pipe, const struct pipe_sampler_state *state) argument
291 trace_context_bind_sampler_states(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num_states, void **states) argument
340 trace_context_bind_fragment_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
350 trace_context_bind_vertex_sampler_states(struct pipe_context *_pipe, unsigned num, void **states) argument
360 trace_context_delete_sampler_state(struct pipe_context *_pipe, void *state) argument
378 trace_context_create_rasterizer_state(struct pipe_context *_pipe, const struct pipe_rasterizer_state *state) argument
401 trace_context_bind_rasterizer_state(struct pipe_context *_pipe, void *state) argument
419 trace_context_delete_rasterizer_state(struct pipe_context *_pipe, void *state) argument
437 trace_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe, const struct pipe_depth_stencil_alpha_state *state) argument
460 trace_context_bind_depth_stencil_alpha_state(struct pipe_context *_pipe, void *state) argument
478 trace_context_delete_depth_stencil_alpha_state(struct pipe_context *_pipe, void *state) argument
496 trace_context_create_fs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
519 trace_context_bind_fs_state(struct pipe_context *_pipe, void *state) argument
537 trace_context_delete_fs_state(struct pipe_context *_pipe, void *state) argument
555 trace_context_create_vs_state(struct pipe_context *_pipe, const struct pipe_shader_state *state) argument
578 trace_context_bind_vs_state(struct pipe_context *_pipe, void *state) argument
596 trace_context_delete_vs_state(struct pipe_context *_pipe, void *state) argument
614 trace_context_create_vertex_elements_state(struct pipe_context *_pipe, unsigned num_elements, const struct pipe_vertex_element *elements) argument
642 trace_context_bind_vertex_elements_state(struct pipe_context *_pipe, void *state) argument
660 trace_context_delete_vertex_elements_state(struct pipe_context *_pipe, void *state) argument
678 trace_context_set_blend_color(struct pipe_context *_pipe, const struct pipe_blend_color *state) argument
696 trace_context_set_stencil_ref(struct pipe_context *_pipe, const struct pipe_stencil_ref *state) argument
714 trace_context_set_clip_state(struct pipe_context *_pipe, const struct pipe_clip_state *state) argument
731 trace_context_set_sample_mask(struct pipe_context *_pipe, unsigned sample_mask) argument
748 trace_context_set_constant_buffer(struct pipe_context *_pipe, uint shader, uint index, struct pipe_constant_buffer *constant_buffer) argument
784 trace_context_set_framebuffer_state(struct pipe_context *_pipe, const struct pipe_framebuffer_state *state) argument
814 trace_context_set_polygon_stipple(struct pipe_context *_pipe, const struct pipe_poly_stipple *state) argument
832 trace_context_set_scissor_state(struct pipe_context *_pipe, const struct pipe_scissor_state *state) argument
850 trace_context_set_viewport_state(struct pipe_context *_pipe, const struct pipe_viewport_state *state) argument
868 trace_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
911 trace_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *_view) argument
938 trace_context_create_surface(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_surface *surf_tmpl) argument
971 trace_context_surface_destroy(struct pipe_context *_pipe, struct pipe_surface *_surface) argument
991 trace_context_set_sampler_views(struct pipe_context *_pipe, unsigned shader, unsigned start, unsigned num, struct pipe_sampler_view **views) argument
1050 trace_context_set_fragment_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **views) argument
1059 trace_context_set_vertex_sampler_views(struct pipe_context *_pipe, unsigned num, struct pipe_sampler_view **views) argument
1068 trace_context_set_vertex_buffers(struct pipe_context *_pipe, unsigned num_buffers, const struct pipe_vertex_buffer *buffers) argument
1101 trace_context_set_index_buffer(struct pipe_context *_pipe, const struct pipe_index_buffer *ib) argument
1126 trace_context_create_stream_output_target(struct pipe_context *_pipe, struct pipe_resource *res, unsigned buffer_offset, unsigned buffer_size) argument
1154 trace_context_stream_output_target_destroy( struct pipe_context *_pipe, struct pipe_stream_output_target *target) argument
1173 trace_context_set_stream_output_targets(struct pipe_context *_pipe, unsigned num_targets, struct pipe_stream_output_target **tgs, unsigned append_bitmask) argument
1195 trace_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
1230 trace_context_clear(struct pipe_context *_pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
1259 trace_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1286 trace_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1318 trace_context_flush(struct pipe_context *_pipe, struct pipe_fence_handle **fence) argument
1338 trace_context_destroy(struct pipe_context *_pipe) argument
[all...]

Completed in 351 milliseconds