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.c126 if (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) in radv_image_use_fast_clear_for_image_early()
145 if (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) in radv_image_use_fast_clear_for_image()
339 (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS)); in radv_use_fmask_for_image()
366 !(device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) && in radv_use_htile_for_image()
Dradv_device.c972 {"forcecompress", RADV_DEBUG_FORCE_COMPRESS},