/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_tex.c | 95 filter |= log2i(sa->MaxAnisotropy) << 31 | in nv04_emit_tex_obj() 97 log2i(sa->MaxAnisotropy) << 27 | in nv04_emit_tex_obj()
|
D | nv10_state_tex.c | 193 | log2i(sa->MaxAnisotropy) << 4; in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 205 | log2i(sa->MaxAnisotropy) << 4; in nv20_emit_tex_obj()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 317 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/ |
D | r200_tex.c | 366 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/ |
D | samplerobj.c | 160 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()
|
D | texparam.c | 683 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()
|
D | texobj.c | 321 obj->Sampler.MaxAnisotropy = 1.0; in _mesa_initialize_texture_object() 454 dest->Sampler.MaxAnisotropy = src->Sampler.MaxAnisotropy; in _mesa_copy_texture_object()
|
D | mtypes.h | 971 GLfloat MaxAnisotropy; /**< GL_EXT_texture_filter_anisotropic */ member
|
D | attrib.c | 885 samp->MaxAnisotropy); in pop_texture_group()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 224 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/ |
D | i915_texstate.c | 232 if (sampler->MaxAnisotropy > 1.0) { in i915_update_tex_unit() 235 if (sampler->MaxAnisotropy > 2.0) in i915_update_tex_unit()
|
D | i830_texstate.c | 225 if (sampler->MaxAnisotropy > 1.0) { in i830_update_tex_unit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sampler_state.c | 457 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/ |
D | d3d8caps.h | 63 DWORD MaxAnisotropy; member
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 329 DWORD MaxAnisotropy; member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 685 else if (samp->MaxAnisotropy > 1.0F && in _swrast_texture_span()
|
D | s_texfilter.c | 1873 samp->MaxAnisotropy * samp->MaxAnisotropy; in sample_lambda_2d_aniso() 3743 if (sampler->MaxAnisotropy > 1.0F && in _swrast_choose_texture_sample_func()
|
D | s_span.c | 509 if (samp->MaxAnisotropy > 1.0F && in interpolate_texcoords()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 736 pCaps->MaxAnisotropy = in NineAdapter9_GetDeviceCaps()
|
D | nine_dump.c | 683 C2S("\nMaxAnisotropy: %u", caps->MaxAnisotropy); in nine_dump_D3DCAPS9()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 958 caps.MaxAnisotropy = maxAnisotropy; in GetDeviceCaps()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1448 caps.MaxAnisotropy = maxAnisotropy; in GetDeviceCaps()
|