Searched refs:blockw (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_texture.h | 104 uint32_t blockw; member 117 uint32_t blockw; member 173 uint32_t blockw, 184 uint32_t blockw,
|
D | rbug_texture.c | 290 uint32_t blockw, in rbug_send_texture_info_reply() argument 332 WRITE(4, uint32_t, blockw); /* blockw */ in rbug_send_texture_info_reply() 357 uint32_t blockw, in rbug_send_texture_read_reply() argument 390 WRITE(4, uint32_t, blockw); /* blockw */ in rbug_send_texture_read_reply() 583 READ(4, uint32_t, blockw); /* blockw */ in rbug_demarshal_texture_info_reply() 617 READ(4, uint32_t, blockw); /* blockw */ in rbug_demarshal_texture_read_reply()
|