Home
last modified time | relevance | path

Searched refs:nir_options_fs (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1192 return &rscreen->nir_options_fs; in r600_get_compiler_options()
1420 rscreen->nir_options_fs = rscreen->nir_options; in r600_common_screen_init()
1421 rscreen->nir_options_fs.lower_all_io_to_temps = true; in r600_common_screen_init()
Dr600_pipe_common.h405 struct nir_shader_compiler_options nir_options_fs; member