Searched refs:total_nblocksy (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 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() 228 tex->stride, tex->total_nblocksy, tex->stride * tex->total_nblocksy); in i9x5_scanout_layout() 253 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8); in i9x5_display_target_layout() 259 tex->stride, tex->total_nblocksy, tex->stride * tex->total_nblocksy); in i9x5_display_target_layout() 307 tex->total_nblocksy = nblocks * 4; in i9x5_texture_layout_cube() 346 tex->total_nblocksy = 0; in i915_texture_layout_2d() 350 i915_texture_set_image_offset(tex, level, 0, 0, tex->total_nblocksy); in i915_texture_layout_2d() 352 tex->total_nblocksy += nblocksy; in i915_texture_layout_2d() 402 tex->total_nblocksy = stack_nblocksy * util_next_power_of_two(pt->depth0); in i915_texture_layout_3d() [all …]
|
D | i915_resource.h | 73 unsigned total_nblocksy; member
|