Home
last modified time | relevance | path

Searched refs:precise_trig (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c109 compiler->precise_trig = env_var_as_boolean("INTEL_PRECISE_TRIG", false); in brw_compiler_create()
222 insert_u64_bit(&config, compiler->precise_trig); in brw_get_compiler_config_value()
Dbrw_compiler.h83 bool precise_trig; member
Dbrw_nir.c777 if (compiler->precise_trig && in brw_preprocess_nir()
/third_party/mesa3d/src/util/
Ddriconf.h264 DRI_CONF_OPT_B(precise_trig, def, \
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c916 brw->screen->compiler->precise_trig = true; in brw_process_driconf_options()