Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c99 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy() function
215 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_scanout_layout()
220 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_scanout_layout()
253 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_display_target_layout()
356 nblocksy = align_nblocksy(pt->format, height, align_y); in i915_texture_layout_2d()
494 nblocksy = align_nblocksy(pt->format, height, align_y); in i945_texture_layout_2d()
1012 tex->total_nblocksy = align_nblocksy(tex->b.b.format, tex->b.b.height0, 8); in i915_texture_from_handle()