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 | 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()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 1420 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local 1422 svga_format_size(tex->key.format, &blockw, &blockh, &bytesPerBlock); in svga_texture_transfer_map_upload() 1426 assert((st->base.box.y % blockh) == 0); in svga_texture_transfer_map_upload()
|