Searched refs:util_format_get_blockwidth (Results 1 – 20 of 20) sorted by relevance
195 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()
819 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in i915_texture_transfer_map()
187 assert(util_format_get_blockwidth(dst_format) == util_format_get_blockwidth(src_format)); in util_resource_copy_region()
59 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect()
675 util_format_get_blockwidth(enum pipe_format format) in util_format_get_blockwidth() function704 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx()
1147 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()
526 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()
84 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()
1060 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format); in r600_create_sampler_view()
1033 pitch = tmp->surface.level[0].nblk_x * util_format_get_blockwidth(state->format); in evergreen_create_sampler_view()
250 … transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in r300_texture_transfer_map()
213 util_format_get_blockwidth(format); in r300_stride_to_width()
83 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()
2047 pitch = tmp->surface.level[offset_level].nblk_x * util_format_get_blockwidth(state->format); in si_create_sampler_view()
227 util_format_get_blockwidth(t->format), in rbug_texture_info()278 util_format_get_blockwidth(t->resource->format), in rbug_texture_read()
321 assert(util_format_get_blockwidth(xlib_dt->format) == 1); in xlib_sw_display()
381 box->x / util_format_get_blockwidth(format) * util_format_get_blocksize(format); in softpipe_get_transfer()
280 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()
91 …(util_format_get_blockwidth(texture->b.b.format)*util_format_get_blockheight(texture->b.b.format))… in svga_transfer_dma_band()
1260 assert(util_format_get_blockwidth(ptDraw->resource->format) == 1); in copy_stencil_pixels()