Home
last modified time | relevance | path

Searched refs:RADV_DEBUG_NO_FAST_CLEARS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.h31 RADV_DEBUG_NO_FAST_CLEARS = 1ull << 0, enumerator
Dradv_image.c1433 if (device->instance->debug_flags & RADV_DEBUG_NO_FAST_CLEARS) in radv_image_can_fast_clear()
Dradv_device.c822 {"nofastclears", RADV_DEBUG_NO_FAST_CLEARS},
6764 !(device->instance->debug_flags & RADV_DEBUG_NO_FAST_CLEARS)) in radv_initialise_color_surface()