| /xsrc/external/mit/libdrm/dist/intel/ |
| intel_bufmgr_priv.h | 72 uint32_t tiling_mode, uint32_t stride, 88 * 'tiling_mode' field on return, as well as the pitch value, which 94 uint32_t *tiling_mode, 228 * \param tiling_mode desired, and returned tiling mode 230 int (*bo_set_tiling) (drm_intel_bo *bo, uint32_t * tiling_mode, 237 * \param tiling_mode returned tiling mode 240 int (*bo_get_tiling) (drm_intel_bo *bo, uint32_t * tiling_mode,
|
| intel_bufmgr.c | 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 [all...] |
| intel_bufmgr.h | 122 void *addr, uint32_t tiling_mode, 128 uint32_t *tiling_mode, 160 int drm_intel_bo_set_tiling(drm_intel_bo *bo, uint32_t * tiling_mode, 162 int drm_intel_bo_get_tiling(drm_intel_bo *bo, uint32_t * tiling_mode,
|
| intel_bufmgr_gem.c | 190 uint32_t tiling_mode; member in struct:_drm_intel_bo_gem 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) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_bufmgr.h | 167 uint32_t tiling_mode; member in struct:brw_bo 234 uint32_t tiling_mode, 250 * 'tiling_mode' field on return, as well as the pitch value, which 257 uint32_t tiling_mode, 319 * \param tiling_mode returned tiling mode 322 int brw_bo_get_tiling(struct brw_bo *bo, uint32_t *tiling_mode, 377 uint32_t tiling_mode,
|
| brw_bufmgr.c | 198 static int bo_set_tiling_internal(struct brw_bo *bo, uint32_t tiling_mode, 532 uint32_t tiling_mode, 606 if (bo_set_tiling_internal(bo, tiling_mode, stride)) { 654 bo->tiling_mode = I915_TILING_NONE; 658 if (bo_set_tiling_internal(bo, tiling_mode, stride)) 715 uint32_t tiling_mode, uint32_t pitch, 719 flags, tiling_mode, pitch); 834 bo->tiling_mode = get_tiling.tiling_mode; 1265 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_bufmgr.h | 166 uint32_t tiling_mode; member in struct:brw_bo 226 uint32_t tiling_mode, 242 * 'tiling_mode' field on return, as well as the pitch value, which 249 uint32_t tiling_mode, 311 * \param tiling_mode returned tiling mode 314 int brw_bo_get_tiling(struct brw_bo *bo, uint32_t *tiling_mode, 367 uint32_t tiling_mode,
|
| brw_bufmgr.c | 163 static int bo_set_tiling_internal(struct brw_bo *bo, uint32_t tiling_mode, 497 uint32_t tiling_mode, 570 if (bo_set_tiling_internal(bo, tiling_mode, stride)) { 618 bo->tiling_mode = I915_TILING_NONE; 622 if (bo_set_tiling_internal(bo, tiling_mode, stride)) 679 uint32_t tiling_mode, uint32_t pitch, 683 flags, tiling_mode, pitch); 798 bo->tiling_mode = get_tiling.tiling_mode; 1181 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_bufmgr.h | 105 uint32_t tiling_mode; member in struct:crocus_bo 175 uint32_t tiling_mode, uint32_t pitch, 262 * \param tiling_mode returned tiling mode 265 int crocus_bo_get_tiling(struct crocus_bo *bo, uint32_t *tiling_mode,
|
| crocus_bufmgr.c | 174 static int bo_set_tiling_internal(struct crocus_bo *bo, uint32_t tiling_mode, 367 bo->tiling_mode = I915_TILING_NONE; 395 uint32_t tiling_mode, 423 if (bo_set_tiling_internal(bo, tiling_mode, stride)) 466 uint32_t tiling_mode, uint32_t pitch, unsigned flags) 469 flags, tiling_mode, pitch); 583 bo->tiling_mode = get_tiling.tiling_mode; 1049 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW)) 1169 bo_set_tiling_internal(struct crocus_bo *bo, uint32_t tiling_mode, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_bufmgr.h | 153 uint32_t tiling_mode; member in struct:iris_bo 223 uint32_t tiling_mode, 290 * \param tiling_mode returned tiling mode 293 int iris_bo_get_tiling(struct iris_bo *bo, uint32_t *tiling_mode,
|
| iris_bufmgr.c | 162 static int bo_set_tiling_internal(struct iris_bo *bo, uint32_t tiling_mode, 369 uint32_t tiling_mode, 422 if (bo_set_tiling_internal(bo, tiling_mode, stride)) { 470 bo->tiling_mode = I915_TILING_NONE; 474 if (bo_set_tiling_internal(bo, tiling_mode, stride)) 549 uint32_t tiling_mode, uint32_t pitch, unsigned flags) 552 flags, tiling_mode, pitch); 675 bo->tiling_mode = get_tiling.tiling_mode; 1062 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_memory.c | 122 uint32_t tiling_mode) 125 unsigned long tile_width = (tiling_mode == I915_TILING_Y) ? 128 : 512; 127 if (tiling_mode == I915_TILING_NONE)
|
| intel.h | 474 uint32_t tiling_mode);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_memory.c | 122 uint32_t tiling_mode) 125 unsigned long tile_width = (tiling_mode == I915_TILING_Y) ? 128 : 512; 127 if (tiling_mode == I915_TILING_NONE)
|
| intel.h | 473 uint32_t tiling_mode);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/ |
| i915_drm_buffer.c | 63 uint32_t tiling_mode = *tiling; local 75 &tiling_mode, &pitch, 0); 81 *tiling = tiling_mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/ |
| i915_drm_buffer.c | 63 uint32_t tiling_mode = *tiling; local 75 &tiling_mode, &pitch, 0); 81 *tiling = tiling_mode;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_gem.c | 209 return get_tiling.tiling_mode; 224 .tiling_mode = tiling, 274 .tiling_mode = tiling,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_gem.c | 274 return get_tiling.tiling_mode; 295 .tiling_mode = tiling, 356 .tiling_mode = tiling,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_uxa.c | 102 uint32_t tiling_mode, swizzle_mode; local 105 ret = drm_intel_bo_get_tiling(bo, &tiling_mode, &swizzle_mode); 111 return tiling_mode != I915_TILING_NONE;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| dri3-test.c | 270 tiling.tiling_mode = -1; 272 return tiling.tiling_mode; 1023 set_tiling.tiling_mode = tiling;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_bufmgr.c | 1721 *tiling = ti.tiling_mode; 1730 uint32_t tiling_mode = isl_tiling_to_i915_tiling(surf->tiling); local 1745 .tiling_mode = tiling_mode,
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| i915_drm.h | 1552 * Buffer contents become undefined when changing tiling_mode. 1554 __u32 tiling_mode; member in struct:drm_i915_gem_set_tiling 1577 __u32 tiling_mode; member in struct:drm_i915_gem_get_tiling
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| i915_drm.h | 1229 * Buffer contents become undefined when changing tiling_mode. 1231 __u32 tiling_mode; member in struct:drm_i915_gem_set_tiling 1254 __u32 tiling_mode; member in struct:drm_i915_gem_get_tiling
|