HomeSort by: relevance | last modified time | path
    Searched refs:RADV_DEBUG_NO_MEMORY_CACHE (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_debug.h 53 RADV_DEBUG_NO_MEMORY_CACHE = 1ull << 22,
radv_pipeline_cache.c 344 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) {
radv_device.c 844 {"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},

Completed in 77 milliseconds