Searched refs:blockw (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.h | 104 uint32_t blockw; member 117 uint32_t blockw; member 173 uint32_t blockw, 184 uint32_t blockw,
|
H A D | rbug_texture.c | 292 uint32_t blockw, in rbug_send_texture_info_reply() 314 LEN(4); /* blockw */ in rbug_send_texture_info_reply() 341 WRITE(4, uint32_t, blockw); /* blockw */ in rbug_send_texture_info_reply() 366 uint32_t blockw, in rbug_send_texture_read_reply() 382 LEN(4); /* blockw */ in rbug_send_texture_read_reply() 399 WRITE(4, uint32_t, blockw); /* blockw */ in rbug_send_texture_read_reply() 592 READ(4, uint32_t, blockw); /* blockw */ in rbug_demarshal_texture_info_reply() 282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument 363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.c | 1408 unsigned blockw, blockh, bytesPerBlock; in svga_texture_transfer_map_upload() local 1410 svga_format_size(tex->key.format, &blockw, &blockh, &bytesPerBlock); in svga_texture_transfer_map_upload() 1413 assert((st->base.box.x % blockw) == 0); in svga_texture_transfer_map_upload()
|
Completed in 4 milliseconds