Home
last modified time | relevance | path

Searched refs:FD_BO_CACHED_COHERENT (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo.c105 if ((flags & FD_BO_CACHED_COHERENT) && !dev->has_cached_coherent) in bo_new()
106 flags &= ~FD_BO_CACHED_COHERENT; in bo_new()
153 uint32_t flags = FD_BO_GPUREADONLY | FD_BO_CACHED_COHERENT; in fd_bo_new_ring()
452 return !!(bo->alloc_flags & FD_BO_CACHED_COHERENT); in fd_bo_is_cached()
H A Dfreedreno_drmif.h103 #define FD_BO_CACHED_COHERENT BITSET_BIT(3) macro
H A Dfreedreno_pipe.c67 FD_BO_CACHED_COHERENT, in fd_pipe_new2()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_bo.c181 if (flags & FD_BO_CACHED_COHERENT) in new_handle()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_bo.c348 if (flags & FD_BO_CACHED_COHERENT) { in virtio_bo_new()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c200 COND(prsc->usage & PIPE_USAGE_STAGING, FD_BO_CACHED_COHERENT) | in realloc_bo()

Completed in 5 milliseconds