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.c369 unsigned stack_nblocksy = 0; in i915_texture_layout_3d() local
380 stack_nblocksy += MAX2(2, nblocksy); in i915_texture_layout_3d()
392 i915_texture_set_image_offset(tex, level, i, 0, i * stack_nblocksy); in i915_texture_layout_3d()
401 tex->total_nblocksy = stack_nblocksy * pt->depth0; in i915_texture_layout_3d()