Searched refs:RADV_DEBUG_ZERO_VRAM (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.h42 RADV_DEBUG_ZERO_VRAM = 1ull << 11, enumerator in enum:__anon74877e660103
H A Dradv_device.c833 {"zerovram", RADV_DEBUG_ZERO_VRAM},
942 instance->debug_flags |= RADV_DEBUG_ZERO_VRAM;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_debug.h42 RADV_DEBUG_ZERO_VRAM = 0x1000, enumerator in enum:__anon1c84c1730103
H A Dradv_device.c455 {"zerovram", RADV_DEBUG_ZERO_VRAM},
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_winsys.c220 /* RADV_DEBUG_ZERO_VRAM is the only option that is allowed to be set again. */
221 if (debug_flags & RADV_DEBUG_ZERO_VRAM)
251 ws->zero_all_vram_allocs = debug_flags & RADV_DEBUG_ZERO_VRAM;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_winsys.c184 ws->zero_all_vram_allocs = debug_flags & RADV_DEBUG_ZERO_VRAM;

Completed in 21 milliseconds