Searched refs:LEN_ARRAY (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_texture.c | 143 LEN_ARRAY(1, data); /* data */ in rbug_send_texture_write() 253 LEN_ARRAY(8, textures); /* textures */ in rbug_send_texture_list_reply() 311 LEN_ARRAY(4, width); /* width */ in rbug_send_texture_info_reply() 312 LEN_ARRAY(4, height); /* height */ in rbug_send_texture_info_reply() 313 LEN_ARRAY(4, depth); /* depth */ in rbug_send_texture_info_reply() 385 LEN_ARRAY(1, data); /* data */ in rbug_send_texture_read_reply()
|
D | rbug_shader.c | 178 LEN_ARRAY(4, tokens); /* tokens */ in rbug_send_shader_replace() 221 LEN_ARRAY(8, shaders); /* shaders */ in rbug_send_shader_list_reply() 266 LEN_ARRAY(4, original); /* original */ in rbug_send_shader_info_reply() 267 LEN_ARRAY(4, replaced); /* replaced */ in rbug_send_shader_info_reply()
|
D | rbug_internal.h | 57 #define LEN_ARRAY(size, name) \ macro
|
D | rbug_context.c | 340 LEN_ARRAY(8, contexts); /* contexts */ in rbug_send_context_list_reply() 391 LEN_ARRAY(8, texs); /* texs */ in rbug_send_context_info_reply() 392 LEN_ARRAY(8, cbufs); /* cbufs */ in rbug_send_context_info_reply()
|