Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.h56 RADV_DEBUG_FORCE_COMPRESS = 1ull << 25, enumerator
Dradv_image.c130 if (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) in radv_image_use_fast_clear_for_image_early()
149 if (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) in radv_image_use_fast_clear_for_image()
342 (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS)); in radv_use_fmask_for_image()
364 !(device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) && in radv_use_htile_for_image()
Dradv_device.c847 {"forcecompress", RADV_DEBUG_FORCE_COMPRESS},