Home
last modified time | relevance | path

Searched refs:overallocation_disallowed (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c2674 bool overallocation_disallowed = false; in radv_CreateDevice() local
2704 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()
Dradv_private.h857 bool overallocation_disallowed; member