HomeSort by relevance Sort by last modified time
    Searched refs:I915_TILING_X (Results 1 - 13 of 13) sorted by null

  /external/libdrm/libkms/
intel.c 127 tile.tiling_mode = I915_TILING_X;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 422 case I915_TILING_X:
464 case I915_TILING_X:
intel_screen.c 389 tiling = I915_TILING_X;
893 uint32_t tiling = I915_TILING_X;
    [all...]
intel_mipmap_tree.c 232 tiling = I915_TILING_X;
    [all...]
  /external/drm_gralloc/
gralloc_drm_intel.c 275 *tiling = I915_TILING_X;
313 *tiling = I915_TILING_X;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 651 #define I915_TILING_X 1
670 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
684 * Stride in bytes for the object when in I915_TILING_X or
701 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 675 #define I915_TILING_X 1
694 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
708 * Stride in bytes for the object when in I915_TILING_X or
725 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 559 #define I915_TILING_X 1
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 819 #define I915_TILING_X 1
838 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
852 * Stride in bytes for the object when in I915_TILING_X or
869 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 819 #define I915_TILING_X 1
838 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
852 * Stride in bytes for the object when in I915_TILING_X or
869 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 72 case I915_TILING_X:
brw_wm_surface_state.c 636 case I915_TILING_X:
    [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c 338 if (*tiling_mode == I915_TILING_X
843 else if (tiling == I915_TILING_X
    [all...]

Completed in 303 milliseconds