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

  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
198 assert( util_format_get_blockheight(dpt->format) == 1 );
221 assert(util_format_get_blockheight(pt->format) == 1);
250 assert(util_format_get_blockheight(pt->format) == 1);
i915_resource_texture.c 818 box->y / util_format_get_blockheight(format) * itransfer->b.stride +
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 60 int blockheight = util_format_get_blockheight(format);
u_surface.c 188 assert(util_format_get_blockheight(dst_format) == util_format_get_blockheight(src_format));
u_format.h 688 util_format_get_blockheight(enum pipe_format format) function
712 unsigned blockheight = util_format_get_blockheight(format);
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 249 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 91 (util_format_get_blockwidth(texture->b.b.format)*util_format_get_blockheight(texture->b.b.format)));
137 unsigned blockheight = util_format_get_blockheight(st->base.resource->format);
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 322 assert(util_format_get_blockheight(xlib_dt->format) == 1);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 380 box->y / util_format_get_blockheight(format) * spt->base.stride +
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 84 surface->blk_h = util_format_get_blockheight(ptex->format);
420 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 228 util_format_get_blockheight(t->format),
279 util_format_get_blockheight(t->resource->format),
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 278 const uint w = templat->width0 / util_format_get_blockheight(format);
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 85 surface->blk_h = util_format_get_blockheight(ptex->format);
760 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]

Completed in 317 milliseconds