Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_tex_layout.c119 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; in i915_miptree_layout_cube() local
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */ in i915_miptree_layout_cube()
131 lvlWidth, lvlHeight, in i915_miptree_layout_cube()
134 lvlHeight /= 2; in i915_miptree_layout_cube()
317 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; in i945_miptree_layout_cube() local
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */ in i945_miptree_layout_cube()
340 lvlWidth, lvlHeight, 6); in i945_miptree_layout_cube()
342 lvlHeight /= 2; in i945_miptree_layout_cube()