Searched refs:_MALI_MEMORY_ALLOCATE_DEFER_BIND (Results 1 – 3 of 3) sorted by relevance
763 #define _MALI_MEMORY_ALLOCATE_DEFER_BIND (1<<7) /*Not map to GPU when allocate, must call bind late… macro
492 if (args->flags & _MALI_MEMORY_ALLOCATE_DEFER_BIND) { in _mali_ukk_mem_allocate()493 mali_allocation->flags |= _MALI_MEMORY_ALLOCATE_DEFER_BIND; in _mali_ukk_mem_allocate()
191 if (mali_alloc->flags & _MALI_MEMORY_ALLOCATE_DEFER_BIND) { in mali_mmap()