Searched refs:tile_width (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c265 u32 tile_width = 8; local
269 u32 tile_bytes = tile_width * tile_height * values->blocksize * values->nsamples;
274 /* technically tile_width/_height for pitch/height */
275 *pitch_align = 1; /* tile_width */
287 *pitch_align = max((u32)tile_width,
295 *pitch_align = max((u32)macro_tile_width * tile_width,
297 (values->blocksize * values->nsamples * tile_width)));
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c2850 int tile_width; local
2859 tile_width = 128;
2861 tile_width = 512;
2864 pitch_val = obj->stride / tile_width;
H A Di915_gem_tiling.c210 int tile_width; local
218 tile_width = 128;
220 tile_width = 512;
243 if (stride & (tile_width - 1))
249 if (stride < tile_width)

Completed in 110 milliseconds