HomeSort by: relevance | last modified time | path
    Searched refs:drm_i915_gem_relocation_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 886 relocation_target(const struct drm_i915_gem_relocation_entry *reloc,
1262 const struct drm_i915_gem_relocation_entry *reloc,
1353 const struct drm_i915_gem_relocation_entry *reloc)
1447 #define N_RELOC(x) ((x) / sizeof(struct drm_i915_gem_relocation_entry))
1448 struct drm_i915_gem_relocation_entry stack[N_RELOC(512)];
1449 struct drm_i915_gem_relocation_entry __user *urelocs;
1469 struct drm_i915_gem_relocation_entry *r = stack;
1542 struct drm_i915_gem_relocation_entry *relocs =
1575 size *= sizeof(struct drm_i915_gem_relocation_entry);
1590 struct drm_i915_gem_relocation_entry *relocs
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
i915_drm.h 560 struct drm_i915_gem_relocation_entry { struct
638 * Pointer to array of struct drm_i915_gem_relocation_entry containing
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 846 struct drm_i915_gem_relocation_entry { struct
926 * Pointer to array of struct drm_i915_gem_relocation_entry containing
976 * Pointer to array of struct drm_i915_gem_relocation_entry containing

Completed in 15 milliseconds