Lines Matching refs:tiling_mode
190 uint32_t tiling_mode;
292 drm_intel_gem_bo_get_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
297 uint32_t tiling_mode,
314 uint32_t *tiling_mode)
319 if (*tiling_mode == I915_TILING_NONE)
336 *tiling_mode = I915_TILING_NONE;
357 unsigned long pitch, uint32_t *tiling_mode)
365 if (*tiling_mode == I915_TILING_NONE)
368 if (*tiling_mode == I915_TILING_X
370 && *tiling_mode == I915_TILING_Y))
383 *tiling_mode = I915_TILING_NONE;
548 if (bufmgr_gem->gen < 4 && bo_gem->tiling_mode != I915_TILING_NONE) {
669 uint32_t tiling_mode,
741 tiling_mode,
782 bo_gem->tiling_mode = I915_TILING_NONE;
787 tiling_mode,
839 int x, int y, int cpp, uint32_t *tiling_mode,
849 tiling = *tiling_mode;
876 stride = drm_intel_gem_bo_tile_pitch(bufmgr_gem, stride, tiling_mode);
878 size = drm_intel_gem_bo_tile_size(bufmgr_gem, size, tiling_mode);
879 } while (*tiling_mode != tiling);
893 uint32_t tiling_mode,
906 if (tiling_mode != I915_TILING_NONE)
943 bo_gem->tiling_mode = I915_TILING_NONE;
964 size, stride, tiling_mode);
1019 uint32_t tiling_mode,
1030 tiling_mode, stride, size, flags);
1035 uint32_t *tiling_mode,
1049 *tiling_mode = get_tiling.tiling_mode;
1132 &bo_gem->tiling_mode, &bo_gem->swizzle_mode);
2032 if (target_bo_gem->tiling_mode == I915_TILING_NONE)
2486 uint32_t tiling_mode,
2495 tiling_mode == bo_gem->tiling_mode &&
2506 set_tiling.tiling_mode = tiling_mode;
2516 bo_gem->tiling_mode = set_tiling.tiling_mode;
2523 drm_intel_gem_bo_set_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
2539 if (*tiling_mode == I915_TILING_NONE)
2542 ret = drm_intel_gem_bo_set_tiling_internal(bo, *tiling_mode, stride);
2546 *tiling_mode = bo_gem->tiling_mode;
2551 drm_intel_gem_bo_get_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
2556 *tiling_mode = bo_gem->tiling_mode;
2634 &bo_gem->tiling_mode, &bo_gem->swizzle_mode);