Searched refs:precise_trig (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.c101 compiler->precise_trig = env_var_as_boolean("INTEL_PRECISE_TRIG", false);
220 insert_u64_bit(&config, compiler->precise_trig);
H A Dbrw_compiler.h102 bool precise_trig; member in struct:brw_compiler
H A Dbrw_nir.c688 if (compiler->precise_trig &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.c109 compiler->precise_trig = env_var_as_boolean("INTEL_PRECISE_TRIG", false);
222 insert_u64_bit(&config, compiler->precise_trig);
H A Dbrw_compiler.h83 bool precise_trig; member in struct:brw_compiler
H A Dbrw_nir.c777 if (compiler->precise_trig &&
/xsrc/external/mit/MesaLib.old/src/util/xmlpool/
H A Doptions.h158 DRI_CONF_OPT_BEGIN_B(precise_trig, def) \
/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dt_options.h156 DRI_CONF_OPT_BEGIN_B(precise_trig, def) \
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddriconf.h264 DRI_CONF_OPT_B(precise_trig, def, \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c882 if (driQueryOptionb(&brw->optionCache, "precise_trig"))
883 brw->screen->compiler->precise_trig = true;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c916 if (driQueryOptionb(&brw->screen->optionCache, "precise_trig"))
917 brw->screen->compiler->precise_trig = true;

Completed in 18 milliseconds