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/
H A Dcrocus_bufmgr.h154 #define BO_ALLOC_COHERENT (1 << 1) macro
H A Dcrocus_bufmgr.c435 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
H A Dcrocus_resource.c709 flags |= BO_ALLOC_COHERENT; in crocus_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h297 #define BO_ALLOC_COHERENT (1<<1) macro
H A Diris_bufmgr.c767 !(flags & BO_ALLOC_COHERENT)) { in flags_to_heap()
1069 if (memzone != IRIS_MEMZONE_OTHER || (flags & BO_ALLOC_COHERENT)) in iris_bo_alloc()
1085 (flags & BO_ALLOC_COHERENT); in iris_bo_alloc()
1145 if ((flags & BO_ALLOC_COHERENT) && in iris_bo_alloc()
H A Diris_resource.c455 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT; in iris_resource_alloc_flags()

Completed in 14 milliseconds