Home
last modified time | relevance | path

Searched refs:rbug_context (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c43 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_destroy()
56 rbug_draw_block_locked(struct rbug_context *rb_pipe, int flag) in rbug_draw_block_locked()
117 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_draw_vbo()
139 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_create_query()
152 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_destroy_query()
165 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_begin_query()
178 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_end_query()
193 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_get_query_result()
211 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_create_blend_state()
227 struct rbug_context *rb_pipe = rbug_context(_pipe); in rbug_bind_blend_state()
[all …]
Drbug_objects.h37 struct rbug_context;
192 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,
Drbug_context.h37 struct rbug_context { struct
82 static INLINE struct rbug_context * argument
83 rbug_context(struct pipe_context *pipe) in rbug_context() function
85 return (struct rbug_context *)pipe; in rbug_context()
101 void rbug_notify_draw_blocked(struct rbug_context *rb_context);
Drbug_objects.c82 rbug_surface_create(struct rbug_context *rb_context, in rbug_surface_create()
113 rbug_surface_destroy(struct rbug_context *rb_context, in rbug_surface_destroy()
123 rbug_sampler_view_create(struct rbug_context *rb_context, in rbug_sampler_view_create()
149 rbug_sampler_view_destroy(struct rbug_context *rb_context, in rbug_sampler_view_destroy()
160 rbug_transfer_create(struct rbug_context *rb_context, in rbug_transfer_create()
192 rbug_transfer_destroy(struct rbug_context *rb_context, in rbug_transfer_destroy()
202 rbug_shader_create(struct rbug_context *rb_context, in rbug_shader_create()
219 rbug_shader_destroy(struct rbug_context *rb_context, in rbug_shader_destroy()
Drbug_core.c69 static struct rbug_context *
72 struct rbug_context *rb_context = NULL; in rbug_get_context_locked()
76 rb_context = container_of(ptr, struct rbug_context, list); in rbug_get_context_locked()
86 rbug_get_shader_locked(struct rbug_context *rb_context, rbug_shader_t shdr) in rbug_get_shader_locked()
300 struct rbug_context *rb_context = NULL; in rbug_context_list()
307 rb_context = container_of(ptr, struct rbug_context, list); in rbug_context_list()
324 struct rbug_context *rb_context = NULL; in rbug_context_info()
368 struct rbug_context *rb_context = NULL; in rbug_context_draw_block()
393 struct rbug_context *rb_context = NULL; in rbug_context_draw_step()
425 struct rbug_context *rb_context = NULL; in rbug_context_draw_unblock()
[all …]
DMakefile8 rbug_context.c \
DSConscript8 'rbug_context.c',
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources60 rbug/rbug_context.c \