Searched refs:blockh (Results 1 – 3 of 3) 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 | 293 uint32_t blockh, in rbug_send_texture_info_reply() argument 342 WRITE(4, uint32_t, blockh); /* blockh */ in rbug_send_texture_info_reply() 367 uint32_t blockh, in rbug_send_texture_read_reply() argument 400 WRITE(4, uint32_t, blockh); /* blockh */ in rbug_send_texture_read_reply() 593 READ(4, uint32_t, blockh); /* blockh */ in rbug_demarshal_texture_info_reply() 627 READ(4, uint32_t, blockh); /* blockh */ in rbug_demarshal_texture_read_reply()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 1424 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local 1426 svga_format_size(tex->key.format, &blockw, &blockh, &bytesPerBlock); in svga_texture_transfer_map_upload() 1430 assert((st->base.box.y % blockh) == 0); in svga_texture_transfer_map_upload()
|