Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c88 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy() function
198 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_scanout_layout()
203 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_scanout_layout()
241 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_display_target_layout()
384 nblocksy = align_nblocksy(pt->format, height, align_y); in i915_texture_layout_2d()
520 nblocksy = align_nblocksy(pt->format, height, align_y); in i945_texture_layout_2d()
1002 tex->total_nblocksy = align_nblocksy(tex->b.format, tex->b.height0, 8); in i915_texture_from_handle()