Searched refs:blockw (Results 1 – 3 of 3) 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()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_texture.c | 1440 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local 1442 svga_format_size(tex->key.format, &blockw, &blockh, &bytesPerBlock); in svga_texture_transfer_map_upload() 1445 assert((st->base.box.x % blockw) == 0); in svga_texture_transfer_map_upload()
|