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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_tiling.c211 int tile_width; local
219 tile_width = 128;
221 tile_width = 512;
245 if (stride < tile_width)
250 if (stride & (tile_width - 1))
H A Di915_gem.c2223 int tile_width; local
2232 tile_width = 128;
2234 tile_width = 512;
2237 pitch_val = obj->stride / tile_width;

Completed in 38 milliseconds