Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h132 uint32_t *__serial);
136 uint32_t *__serial);
141 uint32_t *__serial);
146 uint32_t *__serial);
151 uint32_t *__serial);
160 uint32_t *__serial);
164 uint32_t *__serial);
170 uint32_t *__serial);
183 uint32_t *__serial);
188 uint32_t *__serial);
Drbug_context.c41 uint32_t *__serial) in rbug_send_context_list() argument
68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_list()
77 uint32_t *__serial) in rbug_send_context_info() argument
106 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_info()
116 uint32_t *__serial) in rbug_send_context_draw_block() argument
147 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_block()
157 uint32_t *__serial) in rbug_send_context_draw_step() argument
188 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_step()
198 uint32_t *__serial) in rbug_send_context_draw_unblock() argument
229 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_unblock()
[all …]
Drbug_shader.h95 uint32_t *__serial);
100 uint32_t *__serial);
106 uint32_t *__serial);
113 uint32_t *__serial);
119 uint32_t *__serial);
128 uint32_t *__serial);
Drbug_core.h77 uint32_t *__serial);
80 uint32_t *__serial);
84 uint32_t *__serial);
88 uint32_t *__serial);
93 uint32_t *__serial);
Drbug_core.c41 uint32_t *__serial) in rbug_send_noop() argument
68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_noop()
76 uint32_t *__serial) in rbug_send_ping() argument
103 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping()
112 uint32_t *__serial) in rbug_send_error() argument
141 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error()
150 uint32_t *__serial) in rbug_send_ping_reply() argument
179 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping_reply()
189 uint32_t *__serial) in rbug_send_error_reply() argument
220 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error_reply()
Drbug_texture.h126 uint32_t *__serial);
130 uint32_t *__serial);
144 uint32_t *__serial);
155 uint32_t *__serial);
161 uint32_t *__serial);
179 uint32_t *__serial);
190 uint32_t *__serial);
Drbug_shader.c42 uint32_t *__serial) in rbug_send_shader_list() argument
71 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list()
81 uint32_t *__serial) in rbug_send_shader_info() argument
112 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_info()
123 uint32_t *__serial) in rbug_send_shader_disable() argument
156 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_disable()
168 uint32_t *__serial) in rbug_send_shader_replace() argument
201 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_replace()
212 uint32_t *__serial) in rbug_send_shader_list_reply() argument
243 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list_reply()
[all …]
Drbug_texture.c41 uint32_t *__serial) in rbug_send_texture_list() argument
68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list()
77 uint32_t *__serial) in rbug_send_texture_info() argument
106 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_info()
125 uint32_t *__serial) in rbug_send_texture_write() argument
172 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_write()
188 uint32_t *__serial) in rbug_send_texture_read() argument
231 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_read()
242 uint32_t *__serial) in rbug_send_texture_list_reply() argument
273 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list_reply()
[all …]