Searched refs:lvlWidth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c119 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; local in function:i915_miptree_layout_cube
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
133 lvlWidth /= 2;
317 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; local in function:i945_miptree_layout_cube
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
341 lvlWidth /= 2;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c119 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; local in function:i915_miptree_layout_cube
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
133 lvlWidth /= 2;
317 GLuint lvlWidth = mt->physical_width0, lvlHeight = mt->physical_height0; local in function:i945_miptree_layout_cube
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
341 lvlWidth /= 2;

Completed in 2 milliseconds