Home
last modified time | relevance | path

Searched refs:MaxAnisotropy (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c95 filter |= log2i(sa->MaxAnisotropy) << 31 | in nv04_emit_tex_obj()
97 log2i(sa->MaxAnisotropy) << 27 | in nv04_emit_tex_obj()
Dnv10_state_tex.c193 | log2i(sa->MaxAnisotropy) << 4; in nv10_emit_tex_obj()
Dnv20_state_tex.c205 | log2i(sa->MaxAnisotropy) << 4; in nv20_emit_tex_obj()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c81 if (gl_sampler->MaxAnisotropy > 1.0) { in gen7_update_sampler_state()
85 if (gl_sampler->MaxAnisotropy > 2.0) { in gen7_update_sampler_state()
86 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, in gen7_update_sampler_state()
Dbrw_wm_sampler_state.c207 if (gl_sampler->MaxAnisotropy > 1.0) { in brw_update_sampler_state()
211 if (gl_sampler->MaxAnisotropy > 2.0) { in brw_update_sampler_state()
212 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2, in brw_update_sampler_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c320 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy); in radeonTexUpdateParameters()
415 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewTextureObject()
424 radeonSetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); in radeonNewTextureObject()
437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewSamplerObject()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c369 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); in r200TexUpdateParameters()
481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewTextureObject()
485 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); in r200NewTextureObject()
498 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewSamplerObject()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c189 sampler->max_anisotropy = (msamp->MaxAnisotropy == 1.0 ? in convert_sampler()
190 0 : (GLuint) msamp->MaxAnisotropy); in convert_sampler()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c130 sampObj->MaxAnisotropy = 1.0F; in _mesa_init_sampler_object()
553 if (samp->MaxAnisotropy == param) in set_sampler_max_anisotropy()
561 samp->MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); in set_sampler_max_anisotropy()
1173 *params = (GLint) sampObj->MaxAnisotropy; in _mesa_GetSamplerParameteriv()
1251 *params = sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterfv()
1330 *params = (GLint) sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterIiv()
1409 *params = (GLuint) sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterIuiv()
Dtexparam.c571 if (texObj->Sampler.MaxAnisotropy == params[0]) in set_tex_parameterf()
579 texObj->Sampler.MaxAnisotropy = MIN2(params[0], in set_tex_parameterf()
1367 *params = obj->Sampler.MaxAnisotropy; in _mesa_GetTexParameterfv()
1551 *params = (GLint) obj->Sampler.MaxAnisotropy; in _mesa_GetTexParameteriv()
Dtexobj.c144 obj->Sampler.MaxAnisotropy = 1.0; in _mesa_initialize_texture_object()
256 dest->Sampler.MaxAnisotropy = src->Sampler.MaxAnisotropy; in _mesa_copy_texture_object()
Dmtypes.h1251 GLfloat MaxAnisotropy; /**< GL_EXT_texture_filter_anisotropic */ member
Dattrib.c806 samp->MaxAnisotropy); in pop_texture_group()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c228 if (sampler->MaxAnisotropy > 1.0) { in i915_update_tex_unit()
231 if (sampler->MaxAnisotropy > 2.0) in i915_update_tex_unit()
Di830_texstate.c227 if (sampler->MaxAnisotropy > 1.0) { in i830_update_tex_unit()
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c748 else if (samp->MaxAnisotropy > 1.0 && in _swrast_texture_span()
Ds_texfilter.c1868 samp->MaxAnisotropy * samp->MaxAnisotropy; in sample_lambda_2d_aniso()
3738 if (sampler->MaxAnisotropy > 1.0 && in _swrast_choose_texture_sample_func()
Ds_span.c508 if (samp->MaxAnisotropy > 1.0 && in interpolate_texcoords()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h616 state.max_anisotropy = sampler_desc->MaxAnisotropy; in CreateSamplerState()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d10.idl434 UINT MaxAnisotropy;
Dd3d11.idl1133 UINT MaxAnisotropy;