Home
last modified time | relevance | path

Searched refs:util_format_get_blockwidth (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) ); in i915_surface_copy_blitter()
197 assert( util_format_get_blockwidth(dpt->format) == 1 ); in i915_surface_copy_blitter()
220 assert(util_format_get_blockwidth(pt->format) == 1); in i915_clear_render_target_blitter()
249 assert(util_format_get_blockwidth(pt->format) == 1); in i915_clear_depth_stencil_blitter()
Di915_resource_texture.c819 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in i915_texture_transfer_map()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c187 assert(util_format_get_blockwidth(dst_format) == util_format_get_blockwidth(src_format)); in util_resource_copy_region()
Du_rect.c59 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect()
Du_format.h675 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function
704 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
Du_gen_mipmap.c1147 assert(util_format_get_blockwidth(pt->format) == 1); in make_2d_mipmap()
1192 assert(util_format_get_blockwidth(pt->format) == 1); in make_3d_mipmap()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.c526 util_format_get_blockwidth(tmp->resource.b.b.format), 8); in evergreen_set_tex_resource()
562 util_format_get_blockwidth(tmp->resource.b.b.format) * in evergreen_set_tex_resource()
Dr600_texture.c84 surface->blk_w = util_format_get_blockwidth(ptex->format); in r600_init_surface()
761 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in r600_texture_transfer_map()
Dr600_state.c1060 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format); in r600_create_sampler_view()
Devergreen_state.c1033 pitch = tmp->surface.level[0].nblk_x * util_format_get_blockwidth(state->format); in evergreen_create_sampler_view()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c250 … transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in r300_texture_transfer_map()
Dr300_texture_desc.c213 util_format_get_blockwidth(format); in r300_stride_to_width()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c83 surface->blk_w = util_format_get_blockwidth(ptex->format); in r600_init_surface()
421 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in si_texture_transfer_map()
Dsi_state.c2047 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format); in si_create_sampler_view()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c227 util_format_get_blockwidth(t->format), in rbug_texture_info()
278 util_format_get_blockwidth(t->resource->format), in rbug_texture_read()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c321 assert(util_format_get_blockwidth(xlib_dt->format) == 1); in xlib_sw_display()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c381 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in softpipe_get_transfer()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c280 const uint h = templat->height0 / util_format_get_blockwidth(format); in llvmpipe_resource_create()
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in llvmpipe_transfer_map()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c91 …(util_format_get_blockwidth(texture->b.b.format)*util_format_get_blockheight(texture->b.b.format))… in svga_transfer_dma_band()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1260 assert(util_format_get_blockwidth(ptDraw->resource->format) == 1); in copy_stencil_pixels()