Searched refs:BO_ALLOC_COHERENT (Results 1 – 6 of 6) sorted by relevance
149 #define BO_ALLOC_COHERENT (1 << 1) macro
433 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) { in bo_alloc_internal()
699 flags |= BO_ALLOC_COHERENT; in crocus_resource_create_with_modifiers()
270 #define BO_ALLOC_COHERENT (1<<1) macro
994 !(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()
421 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT; in iris_resource_alloc_flags()