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

  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
197 assert( util_format_get_blockwidth(dpt->format) == 1 );
220 assert(util_format_get_blockwidth(pt->format) == 1);
249 assert(util_format_get_blockwidth(pt->format) == 1);
i915_resource_texture.c 819 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 59 int blockwidth = util_format_get_blockwidth(format);
u_surface.c 187 assert(util_format_get_blockwidth(dst_format) == util_format_get_blockwidth(src_format));
u_format.h 675 util_format_get_blockwidth(enum pipe_format format) function
704 unsigned blockwidth = util_format_get_blockwidth(format);
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 250 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
r300_texture_desc.c 213 util_format_get_blockwidth(format);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 526 util_format_get_blockwidth(tmp->resource.b.b.format), 8);
562 util_format_get_blockwidth(tmp->resource.b.b.format) *
r600_texture.c 84 surface->blk_w = util_format_get_blockwidth(ptex->format);
761 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
    [all...]
r600_state.c 1060 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format);
    [all...]
evergreen_state.c 1033 pitch = tmp->surface.level[0].nblk_x * util_format_get_blockwidth(state->format);
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 321 assert(util_format_get_blockwidth(xlib_dt->format) == 1);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 381 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 83 surface->blk_w = util_format_get_blockwidth(ptex->format);
421 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 227 util_format_get_blockwidth(t->format),
278 util_format_get_blockwidth(t->resource->format),
  /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)));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 280 const uint h = templat->height0 / util_format_get_blockwidth(format);
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]

Completed in 176 milliseconds