HomeSort by: relevance | last modified time | path
    Searched defs:reloc_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 257 struct reloc_cache { struct in struct:i915_execbuffer
270 } reloc_cache; member in struct:i915_execbuffer
467 if (!eb->reloc_cache.has_fence) {
471 eb->reloc_cache.needs_unfenced) &&
531 if (eb->reloc_cache.has_fence)
559 static inline int use_cpu_reloc(const struct reloc_cache *cache,
879 GEM_BUG_ON(eb->reloc_cache.rq);
892 static void reloc_cache_init(struct reloc_cache *cache,
920 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache)
923 container_of(cache, struct i915_execbuffer, reloc_cache)->i915
    [all...]
i915_gem_execbuffer.c 257 struct reloc_cache { struct in struct:i915_execbuffer
270 } reloc_cache; member in struct:i915_execbuffer
467 if (!eb->reloc_cache.has_fence) {
471 eb->reloc_cache.needs_unfenced) &&
531 if (eb->reloc_cache.has_fence)
559 static inline int use_cpu_reloc(const struct reloc_cache *cache,
879 GEM_BUG_ON(eb->reloc_cache.rq);
892 static void reloc_cache_init(struct reloc_cache *cache,
920 static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache)
923 container_of(cache, struct i915_execbuffer, reloc_cache)->i915
    [all...]

Completed in 136 milliseconds