Searched refs:blockh (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_texture.h | 105 uint32_t blockh; member 118 uint32_t blockh; member 174 uint32_t blockh, 185 uint32_t blockh,
|
D | rbug_texture.c | 291 uint32_t blockh, in rbug_send_texture_info_reply() argument 333 WRITE(4, uint32_t, blockh); /* blockh */ in rbug_send_texture_info_reply() 358 uint32_t blockh, in rbug_send_texture_read_reply() argument 391 WRITE(4, uint32_t, blockh); /* blockh */ in rbug_send_texture_read_reply() 584 READ(4, uint32_t, blockh); /* blockh */ in rbug_demarshal_texture_info_reply() 618 READ(4, uint32_t, blockh); /* blockh */ in rbug_demarshal_texture_read_reply()
|