Searched refs:total_nblocksy (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 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() 215 tex->stride, tex->total_nblocksy, in i9x5_scanout_layout() 216 tex->stride * tex->total_nblocksy); in i9x5_scanout_layout() 241 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_display_target_layout() 247 tex->stride, tex->total_nblocksy, in i9x5_display_target_layout() 248 tex->stride * tex->total_nblocksy); in i9x5_display_target_layout() 337 tex->total_nblocksy = nblocks * 4; in i9x5_texture_layout_cube() 374 tex->total_nblocksy = 0; in i915_texture_layout_2d() 378 i915_texture_set_image_offset(tex, level, 0, 0, tex->total_nblocksy); in i915_texture_layout_2d() [all …]
|
D | i915_resource.h | 68 unsigned total_nblocksy; member
|