Home
last modified time | relevance | path

Searched refs:blockh (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_texture.h105 uint32_t blockh; member
118 uint32_t blockh; member
174 uint32_t blockh,
185 uint32_t blockh,
H A Drbug_texture.c293 uint32_t blockh, in rbug_send_texture_info_reply()
315 LEN(4); /* blockh */ in rbug_send_texture_info_reply()
342 WRITE(4, uint32_t, blockh); /* blockh */ in rbug_send_texture_info_reply()
367 uint32_t blockh, in rbug_send_texture_read_reply()
383 LEN(4); /* blockh */ in rbug_send_texture_read_reply()
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()
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 Dsvga_resource_texture.c1408 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()
1414 assert((st->base.box.y % blockh) == 0); in svga_texture_transfer_map_upload()

Completed in 3 milliseconds