Lines Matching refs:tiling_mode
65 uint32_t tiling_mode,
71 return bufmgr->bo_alloc_userptr(bufmgr, name, addr, tiling_mode,
78 int x, int y, int cpp, uint32_t *tiling_mode,
82 tiling_mode, pitch, flags);
239 drm_intel_bo_set_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
243 return bo->bufmgr->bo_set_tiling(bo, tiling_mode, stride);
245 *tiling_mode = I915_TILING_NONE;
250 drm_intel_bo_get_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
254 return bo->bufmgr->bo_get_tiling(bo, tiling_mode, swizzle_mode);
256 *tiling_mode = I915_TILING_NONE;