Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c106 compiler->precise_trig = env_var_as_boolean("INTEL_PRECISE_TRIG", false); in brw_compiler_create()
212 insert_u64_bit(&config, compiler->precise_trig); in brw_get_compiler_config_value()
Dbrw_compiler.h105 bool precise_trig; member
Dbrw_nir.c762 if (compiler->precise_trig && in brw_preprocess_nir()
/external/mesa3d/src/util/
Ddriconf.h238 DRI_CONF_OPT_B(precise_trig, def, \
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h273 DRI_CONF_OPT_BEGIN_B(precise_trig, def) \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c895 brw->screen->compiler->precise_trig = true; in brw_process_driconf_options()