Searched refs:rb_context (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c73 struct rbug_context *rb_context = NULL; local in function:rbug_get_context_locked
77 rb_context = container_of(ptr, struct rbug_context, list);
78 if (ctx == VOID2U64(rb_context))
80 rb_context = NULL;
83 return rb_context;
87 rbug_get_shader_locked(struct rbug_context *rb_context, rbug_shader_t shdr) argument
92 foreach(ptr, &rb_context->shaders) {
301 struct rbug_context *rb_context = NULL; local in function:rbug_context_list
308 rb_context = container_of(ptr, struct rbug_context, list);
309 ctxs[i++] = VOID2U64(rb_context);
325 struct rbug_context *rb_context = NULL; local in function:rbug_context_info
369 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_block
394 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_step
426 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_unblock
459 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_rule
491 struct rbug_context *rb_context = NULL; local in function:rbug_context_flush
518 struct rbug_context *rb_context = NULL; local in function:rbug_shader_list
554 struct rbug_context *rb_context = NULL; local in function:rbug_shader_info
604 struct rbug_context *rb_context = NULL; local in function:rbug_shader_disable
639 struct rbug_context *rb_context = NULL; local in function:rbug_shader_replace
880 rbug_notify_draw_blocked(struct rbug_context * rb_context) argument
[all...]
H A Drbug_objects.h192 rbug_surface_create(struct rbug_context *rb_context,
197 rbug_surface_destroy(struct rbug_context *rb_context,
201 rbug_sampler_view_create(struct rbug_context *rb_context,
206 rbug_sampler_view_destroy(struct rbug_context *rb_context,
210 rbug_transfer_create(struct rbug_context *rb_context,
215 rbug_transfer_destroy(struct rbug_context *rb_context,
219 rbug_shader_create(struct rbug_context *rb_context,
224 rbug_shader_destroy(struct rbug_context *rb_context,
H A Drbug_objects.c85 rbug_surface_create(struct rbug_context *rb_context, argument
104 rb_surface->base.context = &rb_context->base;
116 rbug_surface_destroy(struct rbug_context *rb_context, argument
126 rbug_sampler_view_create(struct rbug_context *rb_context, argument
143 rb_view->base.context = &rb_context->base;
152 rbug_sampler_view_destroy(struct rbug_context *rb_context, argument
162 rbug_transfer_create(struct rbug_context *rb_context, argument
181 rb_transfer->pipe = rb_context->pipe;
189 rb_context->pipe->transfer_unmap(rb_context
194 rbug_transfer_destroy(struct rbug_context * rb_context,struct rbug_transfer * rb_transfer) argument
202 rbug_shader_create(struct rbug_context * rb_context,const struct pipe_shader_state * state,void * result,enum rbug_shader_type type) argument
219 rbug_shader_destroy(struct rbug_context * rb_context,struct rbug_shader * rb_shader) argument
[all...]
H A Drbug_context.h101 void rbug_notify_draw_blocked(struct rbug_context *rb_context);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c70 struct rbug_context *rb_context = NULL; local in function:rbug_get_context_locked
74 rb_context = container_of(ptr, struct rbug_context, list);
75 if (ctx == VOID2U64(rb_context))
77 rb_context = NULL;
80 return rb_context;
84 rbug_get_shader_locked(struct rbug_context *rb_context, rbug_shader_t shdr) argument
89 foreach(ptr, &rb_context->shaders) {
298 struct rbug_context *rb_context = NULL; local in function:rbug_context_list
305 rb_context = container_of(ptr, struct rbug_context, list);
306 ctxs[i++] = VOID2U64(rb_context);
322 struct rbug_context *rb_context = NULL; local in function:rbug_context_info
366 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_block
391 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_step
423 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_unblock
456 struct rbug_context *rb_context = NULL; local in function:rbug_context_draw_rule
488 struct rbug_context *rb_context = NULL; local in function:rbug_context_flush
515 struct rbug_context *rb_context = NULL; local in function:rbug_shader_list
551 struct rbug_context *rb_context = NULL; local in function:rbug_shader_info
603 struct rbug_context *rb_context = NULL; local in function:rbug_shader_disable
638 struct rbug_context *rb_context = NULL; local in function:rbug_shader_replace
879 rbug_notify_draw_blocked(struct rbug_context * rb_context) argument
[all...]
H A Drbug_objects.c85 rbug_surface_create(struct rbug_context *rb_context, argument
104 rb_surface->base.context = &rb_context->base;
116 rbug_surface_destroy(struct rbug_context *rb_context, argument
126 rbug_sampler_view_create(struct rbug_context *rb_context, argument
143 rb_view->base.context = &rb_context->base;
152 rbug_sampler_view_destroy(struct rbug_context *rb_context, argument
162 rbug_transfer_create(struct rbug_context *rb_context, argument
181 rb_transfer->pipe = rb_context->pipe;
190 rb_context->pipe->buffer_unmap(rb_context
197 rbug_transfer_destroy(struct rbug_context * rb_context,struct rbug_transfer * rb_transfer) argument
205 rbug_shader_create(struct rbug_context * rb_context,const struct pipe_shader_state * state,void * result,enum rbug_shader_type type) argument
223 rbug_shader_destroy(struct rbug_context * rb_context,struct rbug_shader * rb_shader) argument
[all...]
H A Drbug_objects.h192 rbug_surface_create(struct rbug_context *rb_context,
197 rbug_surface_destroy(struct rbug_context *rb_context,
201 rbug_sampler_view_create(struct rbug_context *rb_context,
206 rbug_sampler_view_destroy(struct rbug_context *rb_context,
210 rbug_transfer_create(struct rbug_context *rb_context,
215 rbug_transfer_destroy(struct rbug_context *rb_context,
219 rbug_shader_create(struct rbug_context *rb_context,
224 rbug_shader_destroy(struct rbug_context *rb_context,
H A Drbug_context.h101 void rbug_notify_draw_blocked(struct rbug_context *rb_context);

Completed in 6 milliseconds