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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.h53 RADV_DEBUG_NO_MEMORY_CACHE = 1ull << 22, enumerator in enum:__anon74877e660103
H A Dradv_pipeline_cache.c344 if (!(device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE) ||
374 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache)
474 if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->mem_cache) {
H A Dradv_device.c844 {"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},

Completed in 13 milliseconds