Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c248 return (screen->debug_flags & DBG_NIR_PREFERRED); /* && in is_nir_enabled()
322 return rscreen->b.debug_flags & DBG_NIR_PREFERRED; in r600_get_param()
Dr600_pipe_common.c780 DBG_NIR_PREFERRED | in r600_disk_cache_create()
1394 if (!(rscreen->debug_flags & DBG_NIR_PREFERRED)) { in r600_common_screen_init()
Dr600_pipe.h273 #define DBG_NIR_PREFERRED (DBG_NIR_SB | DBG_NIR) macro
Dr600_state_common.c995 if (!(rscreen->b.debug_flags & DBG_NIR_PREFERRED)) { in r600_create_shader_state_tokens()
Dr600_shader.c189 if (!(rscreen->b.debug_flags & DBG_NIR_PREFERRED)) { in r600_pipe_shader_create()
226 if (rscreen->b.debug_flags & (DBG_NIR_PREFERRED)) { in r600_pipe_shader_create()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp796 if ((rctx->screen->b.debug_flags & DBG_NIR_PREFERRED) && in r600_shader_from_nir()