HomeSort by relevance Sort by last modified time
    Searched refs:util_format_get_nblocksy (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 291 new_height = util_format_get_nblocksy(tex->format, orig->height0);
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 101 return align(util_format_get_nblocksy(format, width), align_to);
338 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
368 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0);
384 nblocksy = util_format_get_nblocksy(pt->format, height);
445 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0);
504 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->width0);
548 nblocksy = util_format_get_nblocksy(pt->format, height);
608 util_format_get_nblocksy(pt->format, y));
872 unsigned nby = util_format_get_nblocksy(format, transfer->box.y);
883 unsigned nby = util_format_get_nblocksy(format, transfer->box.y)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 193 unsigned nby = util_format_get_nblocksy(pt->format, pt->height0);
232 unsigned nby = util_format_get_nblocksy(pt->format, h);
335 unsigned nby = util_format_get_nblocksy(pt->format,
nvc0_transfer.c 361 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
nvc0_surface.c 231 unsigned ny = util_format_get_nblocksy(src->format, src_box->height);
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 180 nblocksy = util_format_get_nblocksy(format, height);
225 nblocksy = util_format_get_nblocksy(wldt->format, wldt->height);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 709 util_format_get_nblocksy(enum pipe_format format, function
721 return util_format_get_nblocksx(format, width) * util_format_get_nblocksy(format, height);
736 return util_format_get_nblocksy(format, height) * stride;
u_debug.c 532 util_format_get_nblocksy(texture->format, surface->height),
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 78 buffer_size += (util_format_get_nblocksy(pt->format, height) *
234 const unsigned nblocksy = util_format_get_nblocksy(spr->base.format, hgt);
368 const unsigned nblocksy = util_format_get_nblocksy(format, hgt);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 98 rect->h = util_format_get_nblocksy(pt->format, rect->h);
117 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y;
180 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
184 tx->nblocksy = util_format_get_nblocksy(pt->format, box->height);
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 102 nblocksy = util_format_get_nblocksy(format, height);
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 593 new_height = util_format_get_nblocksy(tex->format, orig->height0);
599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
716 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
719 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 35 rect->height = util_format_get_nblocksy(res->format, h);
37 rect->y = util_format_get_nblocksy(res->format, y);
281 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
nv50_miptree.c 227 unsigned nby = util_format_get_nblocksy(pt->format, h);
354 unsigned nby = util_format_get_nblocksy(pt->format,
nv50_surface.c 224 unsigned ny = util_format_get_nblocksy(src->format, src_box->height);
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 179 nblocksy = util_format_get_nblocksy(format, height);
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 400 nblocksy = util_format_get_nblocksy(format, height);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 205 return util_format_get_nblocksy(tex->b.b.format, height);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 251 unsigned nblocksy = util_format_get_nblocksy(texture->format, box->height);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 136 nblocksy = util_format_get_nblocksy(pt->format,
805 util_format_get_nblocksy(format, align(height, TILE_SIZE));
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 196 util_format_get_nblocksy(format, h));
240 util_format_get_nblocksy(tex->format, tex->height0));
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 282 t->stride * util_format_get_nblocksy(t->resource->format,

Completed in 2547 milliseconds