Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_debug.h59 RADV_DEBUG_FORCE_COMPRESS = 1u << 28, enumerator
Dradv_image.c156 if (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS) in radv_image_use_fast_clear_for_image()
263 (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS)); in radv_use_fmask_for_image()
273 (device->instance->debug_flags & RADV_DEBUG_FORCE_COMPRESS)); in radv_use_htile_for_image()
Dradv_device.c554 {"forcecompress", RADV_DEBUG_FORCE_COMPRESS},