Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3316 bool overallocation_disallowed = false; in radv_CreateDevice() local
3346 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()
Dradv_private.h896 bool overallocation_disallowed; member