Searched refs:needs_dc (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_l3_config.h77 bool needs_dc, bool needs_slm);
H A Dgen_l3_config.c249 bool needs_dc, bool needs_slm)
259 w.w[GEN_L3P_DC] = needs_dc ? 0.1 : 0;
248 gen_get_default_l3_weights(const struct gen_device_info * devinfo,bool needs_dc,bool needs_slm) argument
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.h77 bool needs_dc, bool needs_slm);
H A Dintel_l3_config.c261 bool needs_dc, bool needs_slm)
271 w.w[INTEL_L3P_DC] = needs_dc ? 0.1 : 0;
260 intel_get_default_l3_weights(const struct intel_device_info * devinfo,bool needs_dc,bool needs_slm) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen7_l3_state.c49 bool needs_dc = false, needs_slm = false; local in function:get_pipeline_state_l3_weights
56 needs_dc |= (prog && (prog->sh.data->NumAtomicBuffers ||
64 needs_dc, needs_slm);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx7_l3_state.c49 bool needs_dc = false, needs_slm = false; local in function:get_pipeline_state_l3_weights
56 needs_dc |= (prog && (prog->sh.data->NumAtomicBuffers ||
64 needs_dc, needs_slm);

Completed in 8 milliseconds