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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 112 if (dst_tiling != I915_TILING_NONE) {
118 if (src_tiling != I915_TILING_NONE) {
182 if (dst_tiling != I915_TILING_NONE) {
186 if (src_tiling != I915_TILING_NONE) {
317 if (region->tiling != I915_TILING_NONE) {
410 if (dst_tiling != I915_TILING_NONE) {
439 if (dst_tiling != I915_TILING_NONE) {
449 if (dst_tiling != I915_TILING_NONE)
498 pitch, src_bo, src_offset, I915_TILING_NONE,
499 pitch, dst_bo, dst_offset, I915_TILING_NONE,
    [all...]
intel_regions.c 136 if (region->tiling != I915_TILING_NONE)
156 if (region->tiling != I915_TILING_NONE)
419 case I915_TILING_NONE:
462 case I915_TILING_NONE:
intel_tex_subimage.c 57 uint32_t tiling_mode = I915_TILING_NONE;
intel_mipmap_tree.c 200 uint32_t tiling = I915_TILING_NONE;
255 tiling = I915_TILING_NONE;
    [all...]
intel_screen.c 393 tiling = I915_TILING_NONE;
    [all...]
  /external/drm_gralloc/
gralloc_drm_intel.c 278 *tiling = I915_TILING_NONE;
294 if (*tiling != I915_TILING_NONE) {
296 *tiling = I915_TILING_NONE;
309 *tiling = I915_TILING_NONE;
315 *tiling = I915_TILING_NONE;
414 if (ib->tiling != I915_TILING_NONE ||
430 if (ib->tiling != I915_TILING_NONE ||
  /external/libdrm/intel/
intel_bufmgr.c 247 *tiling_mode = I915_TILING_NONE;
258 *tiling_mode = I915_TILING_NONE;
intel_bufmgr_gem.c 289 if (*tiling_mode == I915_TILING_NONE)
306 *tiling_mode = I915_TILING_NONE;
335 if (*tiling_mode == I915_TILING_NONE)
353 *tiling_mode = I915_TILING_NONE;
535 if (bufmgr_gem->gen < 4 && bo_gem->tiling_mode != I915_TILING_NONE) {
758 bo_gem->tiling_mode = I915_TILING_NONE;
800 I915_TILING_NONE, 0);
810 I915_TILING_NONE, 0);
841 if ((bufmgr_gem->gen == 2) && tiling != I915_TILING_NONE)
858 if (tiling == I915_TILING_NONE)
    [all...]
intel_bufmgr_fake.c 856 *tiling_mode = I915_TILING_NONE;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 68 case I915_TILING_NONE:
286 gen7_set_surface_tiling(surf, I915_TILING_NONE);
429 gen7_set_surface_tiling(surf, I915_TILING_NONE); /* tiling now allowed */
brw_misc_state.c 488 ((region->tiling != I915_TILING_NONE) << 27) |
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 169 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
i915_texstate.c 178 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
i915_vtbl.c 536 if (region->tiling != I915_TILING_NONE) {
623 depth_region->tiling != I915_TILING_NONE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 650 #define I915_TILING_NONE 0
670 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
676 * The tiling mode may be demoted to I915_TILING_NONE when the system
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 674 #define I915_TILING_NONE 0
694 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
700 * The tiling mode may be demoted to I915_TILING_NONE when the system
725 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 557 #define I915_TILING_NONE 0
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 818 #define I915_TILING_NONE 0
838 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
844 * The tiling mode may be demoted to I915_TILING_NONE when the system
869 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 818 #define I915_TILING_NONE 0
838 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
844 * The tiling mode may be demoted to I915_TILING_NONE when the system
869 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]

Completed in 562 milliseconds