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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_mi.h 58 reloc_flags |= INTEL_RELOC_GGTT;
118 reloc_flags |= INTEL_RELOC_GGTT;
158 reloc_flags |= INTEL_RELOC_GGTT;
intel_winsys.h 49 INTEL_RELOC_GGTT = 1 << 1,
ilo_builder_render.h 183 reloc_flags |= INTEL_RELOC_GGTT;
  /external/mesa3d/src/gallium/winsys/intel/drm/
intel_drm_winsys.c 599 * Because of the translation to domains, INTEL_RELOC_GGTT should only
601 * kernel will translate it back to INTEL_RELOC_GGTT.
603 write_domain = (flags & INTEL_RELOC_GGTT) ?

Completed in 116 milliseconds