Searched refs:DBG_NIR_PREFERRED (Results 1 – 4 of 4) sorted by relevance
249 return ((screen->debug_flags & DBG_NIR_PREFERRED) && in is_nir_enabled()
273 #define DBG_NIR_PREFERRED (DBG_NIR_SB | DBG_NIR) macro
189 if (!(rscreen->b.debug_flags & DBG_NIR_PREFERRED)) { in r600_pipe_shader_create()224 if (rscreen->b.debug_flags & (DBG_NIR_PREFERRED)) { in r600_pipe_shader_create()289 (rscreen->b.debug_flags & DBG_NIR_PREFERRED ? "tgsi-nir" : "tgsi") in r600_pipe_shader_create()300 if (rscreen->b.debug_flags & DBG_NIR_PREFERRED){ in r600_pipe_shader_create()
953 if ((rctx->screen->b.debug_flags & DBG_NIR_PREFERRED) && in r600_shader_from_nir()