Home
last modified time | relevance | path

Searched refs:DBG_NIR_PREFERRED (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c249 return ((screen->debug_flags & DBG_NIR_PREFERRED) && in is_nir_enabled()
Dr600_pipe.h273 #define DBG_NIR_PREFERRED (DBG_NIR_SB | DBG_NIR) macro
Dr600_shader.c189 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp953 if ((rctx->screen->b.debug_flags & DBG_NIR_PREFERRED) && in r600_shader_from_nir()