/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_connection.c | 30 struct rbug_connection struct 44 struct rbug_connection * argument 47 struct rbug_connection *c = CALLOC_STRUCT(rbug_connection); in rbug_from_socket() 56 rbug_disconnect(struct rbug_connection *c) in rbug_disconnect() 70 rbug_get_message(struct rbug_connection *c, uint32_t *serial) in rbug_get_message() 134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) in rbug_connection_send_start() 146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_t size) in rbug_connection_write() 158 int rbug_connection_send_finish(struct rbug_connection *c, uint32_t *serial) in rbug_connection_send_finish()
|
D | rbug_context.h | 131 int rbug_send_context_list(struct rbug_connection *__con, 134 int rbug_send_context_info(struct rbug_connection *__con, 138 int rbug_send_context_draw_block(struct rbug_connection *__con, 143 int rbug_send_context_draw_step(struct rbug_connection *__con, 148 int rbug_send_context_draw_unblock(struct rbug_connection *__con, 153 int rbug_send_context_draw_rule(struct rbug_connection *__con, 162 int rbug_send_context_flush(struct rbug_connection *__con, 166 int rbug_send_context_list_reply(struct rbug_connection *__con, 172 int rbug_send_context_info_reply(struct rbug_connection *__con, 185 int rbug_send_context_draw_blocked(struct rbug_connection *__con,
|
D | rbug_shader.h | 93 int rbug_send_shader_list(struct rbug_connection *__con, 97 int rbug_send_shader_info(struct rbug_connection *__con, 102 int rbug_send_shader_disable(struct rbug_connection *__con, 108 int rbug_send_shader_replace(struct rbug_connection *__con, 115 int rbug_send_shader_list_reply(struct rbug_connection *__con, 121 int rbug_send_shader_info_reply(struct rbug_connection *__con,
|
D | rbug_core.h | 76 int rbug_send_noop(struct rbug_connection *__con, 79 int rbug_send_ping(struct rbug_connection *__con, 82 int rbug_send_error(struct rbug_connection *__con, 86 int rbug_send_ping_reply(struct rbug_connection *__con, 90 int rbug_send_error_reply(struct rbug_connection *__con,
|
D | rbug_texture.h | 125 int rbug_send_texture_list(struct rbug_connection *__con, 128 int rbug_send_texture_info(struct rbug_connection *__con, 132 int rbug_send_texture_write(struct rbug_connection *__con, 146 int rbug_send_texture_read(struct rbug_connection *__con, 157 int rbug_send_texture_list_reply(struct rbug_connection *__con, 163 int rbug_send_texture_info_reply(struct rbug_connection *__con, 181 int rbug_send_texture_read_reply(struct rbug_connection *__con,
|
D | rbug_connection.h | 35 struct rbug_connection * rbug_from_socket(int socket); 37 void rbug_disconnect(struct rbug_connection *c); 39 struct rbug_header * rbug_get_message(struct rbug_connection *c, uint32_t *serial);
|
D | rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t lengt… 40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size); 41 int rbug_connection_send_finish(struct rbug_connection *con, uint32_t *c);
|
D | rbug_context.c | 40 int rbug_send_context_list(struct rbug_connection *__con, in rbug_send_context_list() 75 int rbug_send_context_info(struct rbug_connection *__con, in rbug_send_context_info() 113 int rbug_send_context_draw_block(struct rbug_connection *__con, in rbug_send_context_draw_block() 154 int rbug_send_context_draw_step(struct rbug_connection *__con, in rbug_send_context_draw_step() 195 int rbug_send_context_draw_unblock(struct rbug_connection *__con, in rbug_send_context_draw_unblock() 236 int rbug_send_context_draw_rule(struct rbug_connection *__con, in rbug_send_context_draw_rule() 289 int rbug_send_context_flush(struct rbug_connection *__con, in rbug_send_context_flush() 327 int rbug_send_context_list_reply(struct rbug_connection *__con, in rbug_send_context_list_reply() 369 int rbug_send_context_info_reply(struct rbug_connection *__con, in rbug_send_context_info_reply() 430 int rbug_send_context_draw_blocked(struct rbug_connection *__con, in rbug_send_context_draw_blocked()
|
D | rbug_core.c | 40 int rbug_send_noop(struct rbug_connection *__con, in rbug_send_noop() 75 int rbug_send_ping(struct rbug_connection *__con, in rbug_send_ping() 110 int rbug_send_error(struct rbug_connection *__con, in rbug_send_error() 148 int rbug_send_ping_reply(struct rbug_connection *__con, in rbug_send_ping_reply() 186 int rbug_send_error_reply(struct rbug_connection *__con, in rbug_send_error_reply()
|
D | rbug_shader.c | 40 int rbug_send_shader_list(struct rbug_connection *__con, in rbug_send_shader_list() 78 int rbug_send_shader_info(struct rbug_connection *__con, in rbug_send_shader_info() 119 int rbug_send_shader_disable(struct rbug_connection *__con, in rbug_send_shader_disable() 163 int rbug_send_shader_replace(struct rbug_connection *__con, in rbug_send_shader_replace() 208 int rbug_send_shader_list_reply(struct rbug_connection *__con, in rbug_send_shader_list_reply() 250 int rbug_send_shader_info_reply(struct rbug_connection *__con, in rbug_send_shader_info_reply()
|
D | rbug_texture.c | 42 int rbug_send_texture_list(struct rbug_connection *__con, in rbug_send_texture_list() 77 int rbug_send_texture_info(struct rbug_connection *__con, in rbug_send_texture_info() 115 int rbug_send_texture_write(struct rbug_connection *__con, in rbug_send_texture_write() 181 int rbug_send_texture_read(struct rbug_connection *__con, in rbug_send_texture_read() 240 int rbug_send_texture_list_reply(struct rbug_connection *__con, in rbug_send_texture_list_reply() 282 int rbug_send_texture_info_reply(struct rbug_connection *__con, in rbug_send_texture_info_reply() 363 int rbug_send_texture_read_reply(struct rbug_connection *__con, in rbug_send_texture_read_reply()
|
D | rbug_proto.h | 92 struct rbug_connection;
|
/external/mesa3d/src/gallium/auxiliary/ |
D | Makefile.sources | 140 rbug/rbug_connection.c \ 141 rbug/rbug_connection.h \
|
D | meson.build | 160 'rbug/rbug_connection.c', 161 'rbug/rbug_connection.h',
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_core.c | 56 struct rbug_connection *con;
|