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

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_domain.c 577 * GPU accesses. Sets needs_clflush to non-zero if the caller should
581 unsigned int *needs_clflush)
585 *needs_clflush = 0;
621 *needs_clflush = CLFLUSH_BEFORE;
635 unsigned int *needs_clflush)
639 *needs_clflush = 0;
675 *needs_clflush |= CLFLUSH_AFTER;
682 *needs_clflush |= CLFLUSH_BEFORE;
i915_gem_object.h 41 bool needs_clflush);
406 unsigned int *needs_clflush);
408 unsigned int *needs_clflush);
i915_gem_shmem.c 323 bool needs_clflush)
330 if (needs_clflush &&
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_coherency.c 29 unsigned int needs_clflush; local in function:cpu_set
35 err = i915_gem_object_prepare_write(ctx->obj, &needs_clflush);
43 if (needs_clflush & CLFLUSH_BEFORE)
48 if (needs_clflush & CLFLUSH_AFTER)
59 unsigned int needs_clflush; local in function:cpu_get
65 err = i915_gem_object_prepare_read(ctx->obj, &needs_clflush);
73 if (needs_clflush & CLFLUSH_BEFORE)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_renderstate.c 80 unsigned int needs_clflush; local in function:render_state_setup
84 ret = i915_gem_object_prepare_write(so->vma->obj, &needs_clflush);
160 if (needs_clflush)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.c 322 bool needs_clflush)
329 if (needs_clflush)
343 unsigned int needs_clflush; local in function:i915_gem_shmem_pread
350 ret = i915_gem_object_prepare_read(obj, &needs_clflush);
367 needs_clflush);
732 * writing if needs_clflush is set.
761 unsigned int needs_clflush; local in function:i915_gem_shmem_pwrite
768 ret = i915_gem_object_prepare_write(obj, &needs_clflush);
782 if (needs_clflush & CLFLUSH_BEFORE)
798 needs_clflush & CLFLUSH_AFTER)
    [all...]
i915_cmd_parser.c 1139 bool needs_clflush; local in function:copy_batch
1153 needs_clflush =
1157 if (needs_clflush && i915_has_memcpy_from_wc()) {
1194 if (needs_clflush)

Completed in 21 milliseconds