Home
last modified time | relevance | path

Searched refs:MaxAnisotropy (Results 1 – 23 of 23) 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/radeon/
Dradeon_tex.c317 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy); in radeonTexUpdateParameters()
412 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewTextureObject()
421 radeonSetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); in radeonNewTextureObject()
434 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewSamplerObject()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c366 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); in r200TexUpdateParameters()
477 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewTextureObject()
481 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); in r200NewTextureObject()
494 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewSamplerObject()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c160 sampObj->MaxAnisotropy = 1.0F; in _mesa_init_sampler_object()
740 if (samp->MaxAnisotropy == param) in set_sampler_max_anisotropy()
748 samp->MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); in set_sampler_max_anisotropy()
1404 *params = IROUND(sampObj->MaxAnisotropy); in _mesa_GetSamplerParameteriv()
1484 *params = sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterfv()
1559 *params = (GLint) sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterIiv()
1634 *params = (GLuint) sampObj->MaxAnisotropy; in _mesa_GetSamplerParameterIuiv()
Dtexparam.c683 if (texObj->Sampler.MaxAnisotropy == params[0]) in set_tex_parameterf()
692 texObj->Sampler.MaxAnisotropy = MIN2(params[0], in set_tex_parameterf()
1853 *params = obj->Sampler.MaxAnisotropy; in get_tex_parameterfv()
2092 *params = IROUND(obj->Sampler.MaxAnisotropy); in get_tex_parameteriv()
Dtexobj.c321 obj->Sampler.MaxAnisotropy = 1.0; in _mesa_initialize_texture_object()
454 dest->Sampler.MaxAnisotropy = src->Sampler.MaxAnisotropy; in _mesa_copy_texture_object()
Dmtypes.h971 GLfloat MaxAnisotropy; /**< GL_EXT_texture_filter_anisotropic */ member
Dattrib.c885 samp->MaxAnisotropy); in pop_texture_group()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c224 sampler->max_anisotropy = (msamp->MaxAnisotropy == 1.0 ? in convert_sampler()
225 0 : (GLuint) msamp->MaxAnisotropy); in convert_sampler()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c232 if (sampler->MaxAnisotropy > 1.0) { in i915_update_tex_unit()
235 if (sampler->MaxAnisotropy > 2.0) in i915_update_tex_unit()
Di830_texstate.c225 if (sampler->MaxAnisotropy > 1.0) { in i830_update_tex_unit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sampler_state.c457 if (sampler->MaxAnisotropy > 1.0f) { in brw_update_sampler_state()
461 if (sampler->MaxAnisotropy > 2.0f) { in brw_update_sampler_state()
463 MIN2((sampler->MaxAnisotropy - 2) / 2, BRW_ANISORATIO_16); in brw_update_sampler_state()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h63 DWORD MaxAnisotropy; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h329 DWORD MaxAnisotropy; member
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c685 else if (samp->MaxAnisotropy > 1.0F && in _swrast_texture_span()
Ds_texfilter.c1873 samp->MaxAnisotropy * samp->MaxAnisotropy; in sample_lambda_2d_aniso()
3743 if (sampler->MaxAnisotropy > 1.0F && in _swrast_choose_texture_sample_func()
Ds_span.c509 if (samp->MaxAnisotropy > 1.0F && in interpolate_texcoords()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c736 pCaps->MaxAnisotropy = in NineAdapter9_GetDeviceCaps()
Dnine_dump.c683 C2S("\nMaxAnisotropy: %u", caps->MaxAnisotropy); in nine_dump_D3DCAPS9()
/external/swiftshader/src/D3D8/
DDirect3D8.cpp958 caps.MaxAnisotropy = maxAnisotropy; in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1448 caps.MaxAnisotropy = maxAnisotropy; in GetDeviceCaps()