Searched refs:rbug_connection_send_finish (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.c | 68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_list() 106 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_info() 147 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_block() 188 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_step() 229 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_unblock() 282 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_rule() 320 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_flush() 362 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_list_reply() 423 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_info_reply() 464 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_context_draw_blocked()
|
D | rbug_core.c | 68 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_noop() 103 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping() 141 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error() 179 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_ping_reply() 220 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_error_reply()
|
D | rbug_shader.c | 71 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list() 112 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_info() 156 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_disable() 201 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_replace() 243 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_list_reply() 292 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_shader_info_reply()
|
D | rbug_texture.c | 70 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list() 108 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_info() 174 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_write() 233 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_read() 275 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_list_reply() 356 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_info_reply() 413 __ret = rbug_connection_send_finish(__con, __serial); in rbug_send_texture_read_reply()
|
D | rbug_internal.h | 41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
|
D | rbug_connection.c | 158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial) in rbug_connection_send_finish() function
|