Home
last modified time | relevance | path

Searched refs:RADV_DEBUG_NO_MEMORY_CACHE (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.h53 RADV_DEBUG_NO_MEMORY_CACHE = 1ull << 22, enumerator
H A Dradv_pipeline_cache.c363 if (!(device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE) || in radv_create_shaders_from_pipeline_cache()
430 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache) in radv_create_shaders_from_pipeline_cache()
537 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache) { in radv_pipeline_cache_insert_shaders()
H A Dradv_device.c969 {"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},

Completed in 11 milliseconds