Searched refs:overallocation_disallowed (Results 1 – 2 of 2) sorted by relevance
3316 bool overallocation_disallowed = false; in radv_CreateDevice() local3346 overallocation_disallowed = true; in radv_CreateDevice()3487 device->overallocation_disallowed = overallocation_disallowed; in radv_CreateDevice()5414 if (device->overallocation_disallowed) { in radv_free_memory()5591 if (device->overallocation_disallowed) { in radv_alloc_memory()5610 if (device->overallocation_disallowed) { in radv_alloc_memory()
896 bool overallocation_disallowed; member