HomeSort by relevance Sort by last modified time
    Searched refs:lvlWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_tex_layout.c 119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
133 lvlWidth /= 2;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
341 lvlWidth /= 2;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
133 lvlWidth /= 2;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
341 lvlWidth /= 2;

Completed in 47 milliseconds