Home
last modified time | relevance | path

Searched refs:BO_ALLOC_COHERENT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h149 #define BO_ALLOC_COHERENT (1 << 1) macro
Dcrocus_bufmgr.c433 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
Dcrocus_resource.c699 flags |= BO_ALLOC_COHERENT; in crocus_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h270 #define BO_ALLOC_COHERENT (1<<1) macro
Diris_bufmgr.c994 !(flags & BO_ALLOC_COHERENT || flags & BO_ALLOC_SMEM); in iris_bo_alloc()
997 if (memzone != IRIS_MEMZONE_OTHER || (flags & BO_ALLOC_COHERENT)) in iris_bo_alloc()
1013 (flags & BO_ALLOC_COHERENT); in iris_bo_alloc()
1067 if ((flags & BO_ALLOC_COHERENT) && in iris_bo_alloc()
Diris_resource.c421 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT; in iris_resource_alloc_flags()