Searched defs:biased_lambda (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1437 const float biased_lambda,
1444 lod[i] = biased_lambda + lodbias[i];
1436 compute_lod(const struct pipe_sampler_state *sampler, const float biased_lambda, const float lodbias[TGSI_QUAD_SIZE], float lod[TGSI_QUAD_SIZE]) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1437 const float biased_lambda,
1444 lod[i] = biased_lambda + lodbias[i];
1436 compute_lod(const struct pipe_sampler_state *sampler, const float biased_lambda, const float lodbias[TGSI_QUAD_SIZE], float lod[TGSI_QUAD_SIZE]) argument

Completed in 76 milliseconds