Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.h34 RADV_DEBUG_NO_CACHE = 1ull << 3, enumerator
Dradv_pipeline_cache.c82 if (cache->hash_table == NULL || (device->instance->debug_flags & RADV_DEBUG_NO_CACHE)) in radv_pipeline_cache_init()
291 return (device->instance->debug_flags & RADV_DEBUG_NO_CACHE); in radv_is_cache_disabled()
Dradv_device.c825 {"nocache", RADV_DEBUG_NO_CACHE},