Home
last modified time | relevance | path

Searched refs:util_format_get_nblocks (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c451 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_get_tile_rgba_format()
491 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_put_tile_rgba_format()
542 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_put_tile_i_format()
570 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_put_tile_ui_format()
850 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_get_tile_ui_format()
881 packed = MALLOC(util_format_get_nblocks(format, w, h) * util_format_get_blocksize(format)); in pipe_get_tile_i_format()
Du_format.h824 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_resource.c95 blocks = util_format_get_nblocks(format, slice->pitch, aligned_height); in setup_slices()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h632 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
/external/virglrenderer/src/
Dvrend_renderer.c5823 uint32_t send_size = util_format_get_nblocks(res->format, box->width, in read_transfer_data()
5866 uint32_t send_size = util_format_get_nblocks(res->format, box->width, in write_transfer_data()
6055 send_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov()
6127 comp_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov()
6255 …tex_size = util_format_get_nblocks(res->base.format, u_minify(res->base.width0, info->level), u_mi… in vrend_transfer_send_getteximage()
6259 …send_offset = util_format_get_nblocks(res->base.format, u_minify(res->base.width0, info->level), u… in vrend_transfer_send_getteximage()
6348 …send_size = util_format_get_nblocks(res->base.format, info->box->width, info->box->height) * info-… in vrend_transfer_send_readpixels()
6857 …slice_size = util_format_get_nblocks(src_res->base.format, u_minify(src_res->base.width0, src_leve… in vrend_resource_copy_fallback()
8267 size = util_format_get_nblocks(res->base.format, res->base.width0, res->base.height0) * blsize; in vrend_renderer_get_cursor_contents()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c690 blocks = util_format_get_nblocks(format, width, height); in setup_slices()