Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c46 {"nocache", IR3_DBG_NOCACHE, "Disable shader cache"},
83 ir3_shader_debug |= IR3_DBG_NOCACHE; in ir3_compiler_create()
Dir3_compiler.h199 IR3_DBG_NOCACHE = BITFIELD_BIT(11), enumerator
Dir3_disk_cache.c51 if (ir3_shader_debug & IR3_DBG_NOCACHE) in ir3_disk_cache_init()