Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c370 unsigned stack_nblocksy = 0; in i915_texture_layout_3d() local
381 stack_nblocksy += MAX2(2, nblocksy); in i915_texture_layout_3d()
393 i915_texture_set_image_offset(tex, level, i, 0, i * stack_nblocksy); in i915_texture_layout_3d()
402 tex->total_nblocksy = stack_nblocksy * util_next_power_of_two(pt->depth0); in i915_texture_layout_3d()