Searched refs:overallocation_disallowed (Results 1 – 2 of 2) sorted by relevance
2674 bool overallocation_disallowed = false; in radv_CreateDevice() local2704 overallocation_disallowed = true; in radv_CreateDevice()2760 device->overallocation_disallowed = overallocation_disallowed; in radv_CreateDevice()5187 if (device->overallocation_disallowed) { in radv_free_memory()5340 if (device->overallocation_disallowed) { in radv_alloc_memory()5358 if (device->overallocation_disallowed) { in radv_alloc_memory()
857 bool overallocation_disallowed; member