Searched refs:util_format_get_nblocks (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma.c | 253 if ((uint64_t)util_format_get_nblocks(tsrc.format, tsrc.width0, tsrc.height0) * in si_test_dma() 255 (uint64_t)util_format_get_nblocks(tdst.format, tdst.width0, tdst.height0) * in si_test_dma()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 394 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 | 632 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
|
/external/mesa3d/src/util/format/ |
D | u_format.h | 860 util_format_get_nblocks(enum pipe_format format, in util_format_get_nblocks() function
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 5823 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()
|