Searched refs:util_format_get_nblocks (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 396 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_get_tile_rgba()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format.h | 572 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 952 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_image_copy_region.c | 380 while (util_format_get_nblocks(templ->format, templ->width0, templ->height0) * in set_random_image_attrs()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 8225 uint32_t send_size = util_format_get_nblocks(format, box->width, in read_transfer_data() 8268 uint32_t send_size = util_format_get_nblocks(res->format, box->width, in write_transfer_data() 8530 send_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov() 8607 comp_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov() 8740 …tex_size = util_format_get_nblocks(res->base.format, u_minify(res->base.width0, info->level), u_mi… in vrend_transfer_send_getteximage() 8744 …send_offset = util_format_get_nblocks(res->base.format, u_minify(res->base.width0, info->level), u… in vrend_transfer_send_getteximage() 8899 …send_size = util_format_get_nblocks(res->base.format, info->box->width, info->box->height) * info-… in vrend_transfer_send_readpixels() 9569 …slice_size = util_format_get_nblocks(src_res->base.format, u_minify(src_res->base.width0, src_leve… in vrend_resource_copy_fallback() 11883 size = util_format_get_nblocks(res->base.format, res->base.width0, res->base.height0) * blsize; in vrend_renderer_get_cursor_contents()
|