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

1 2

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
  /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,
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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;
  /external/chromium_org/third_party/mesa/src/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/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;
  /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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 102 nblocksy = util_format_get_nblocksy(format, height);
  /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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
  /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,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 179 nblocksy = util_format_get_nblocksy(format, height);
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 179 nblocksy = util_format_get_nblocksy(format, height);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 400 nblocksy = util_format_get_nblocksy(format, height);

Completed in 391 milliseconds

1 2