Home
last modified time | relevance | path

Searched refs:rbug_context_t (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h60 rbug_context_t context;
66 rbug_context_t context;
73 rbug_context_t context;
80 rbug_context_t context;
87 rbug_context_t context;
98 rbug_context_t context;
105 rbug_context_t *contexts;
127 rbug_context_t context;
135 rbug_context_t context,
139 rbug_context_t context,
[all …]
Drbug_shader.h47 rbug_context_t context;
53 rbug_context_t context;
60 rbug_context_t context;
68 rbug_context_t context;
94 rbug_context_t context,
98 rbug_context_t context,
103 rbug_context_t context,
109 rbug_context_t context,
Drbug_context.c76 rbug_context_t context, in rbug_send_context_info()
96 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_info()
114 rbug_context_t context, in rbug_send_context_draw_block()
136 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_block()
155 rbug_context_t context, in rbug_send_context_draw_step()
177 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_step()
196 rbug_context_t context, in rbug_send_context_draw_unblock()
218 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_unblock()
237 rbug_context_t context, in rbug_send_context_draw_rule()
267 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_rule()
[all …]
Drbug_shader.c41 rbug_context_t context, in rbug_send_shader_list()
61 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_list()
79 rbug_context_t context, in rbug_send_shader_info()
101 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_info()
120 rbug_context_t context, in rbug_send_shader_disable()
144 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_disable()
164 rbug_context_t context, in rbug_send_shader_replace()
189 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_replace()
321 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_list()
348 READ(8, rbug_context_t, context); /* context */ in rbug_demarshal_shader_info()
[all …]
Drbug_core.h44 typedef uint64_t rbug_context_t; typedef
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c71 rbug_get_context_locked(struct rbug_screen *rb_screen, rbug_context_t ctx) in rbug_get_context_locked()
302 rbug_context_t *ctxs; in rbug_context_list()
306 ctxs = MALLOC(rb_screen->num_contexts * sizeof(rbug_context_t)); in rbug_context_list()