Lines Matching refs:alloc_flags
3716 enum anv_bo_alloc_flags alloc_flags, in anv_vma_alloc() argument
3723 if (alloc_flags & ANV_BO_ALLOC_CLIENT_VISIBLE_ADDRESS) { in anv_vma_alloc()
3738 if (!(alloc_flags & ANV_BO_ALLOC_32BIT_ADDRESS)) in anv_vma_alloc()
3818 enum anv_bo_alloc_flags alloc_flags = 0; in anv_AllocateMemory() local
3875 alloc_flags |= ANV_BO_ALLOC_IMPLICIT_CCS; in anv_AllocateMemory()
3885 alloc_flags |= ANV_BO_ALLOC_LOCAL_MEM_CPU_VISIBLE; in anv_AllocateMemory()
3888 alloc_flags |= ANV_BO_ALLOC_CLIENT_VISIBLE_ADDRESS; in anv_AllocateMemory()
3894 alloc_flags |= ANV_BO_ALLOC_EXTERNAL; in anv_AllocateMemory()
3929 result = anv_device_import_bo(device, fd_info->fd, alloc_flags, in anv_AllocateMemory()
3978 alloc_flags, in anv_AllocateMemory()
3992 alloc_flags |= ANV_BO_ALLOC_LOCAL_MEM; in anv_AllocateMemory()
3997 alloc_flags, client_address, &mem->bo); in anv_AllocateMemory()