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

1 2

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr.c 201 *tiling_mode = I915_TILING_NONE;
211 *tiling_mode = I915_TILING_NONE;
intel_bufmgr_gem.c 400 bo_gem->tiling_mode = I915_TILING_NONE;
473 if (bo_gem->tiling_mode == I915_TILING_NONE)
578 tiling_mode = I915_TILING_NONE;
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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)
  /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)
  /hardware/intel/img/libdrm/shared-core/
i915_drm.h 651 #define I915_TILING_NONE 0
668 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
674 * The tiling mode may be demoted to I915_TILING_NONE when the system
699 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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,
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 554 #define I915_TILING_NONE 0
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 815 #define I915_TILING_NONE 0
835 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
841 * The tiling mode may be demoted to I915_TILING_NONE when the system
866 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
    [all...]

Completed in 492 milliseconds

1 2