Searched defs:aniso (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c64 tex_filter(unsigned filter, bool aniso) argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd3_sampler_state_create
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c70 tex_filter(unsigned filter, bool aniso) argument
88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd3_sampler_state_create
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c70 tex_filter(unsigned filter, bool aniso) argument
88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd4_sampler_state_create
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c70 tex_filter(unsigned filter, bool aniso) argument
88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd5_sampler_state_create
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c153 unsigned aniso = cso->max_anisotropy; local in function:nv30_sampler_state_create
H A Dnv30_context.h72 unsigned aniso; member in struct:nv30_context::__anon93f3a0ba0208
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_texstate.c150 GLint lodbias, aniso = 0; local in function:i915_update_tex_unit
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c64 tex_filter(unsigned filter, bool aniso) argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd4_sampler_state_create
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c64 tex_filter(unsigned filter, bool aniso) argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd5_sampler_state_create
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c153 unsigned aniso = cso->max_anisotropy; local in function:nv30_sampler_state_create
H A Dnv30_context.h72 unsigned aniso; member in struct:nv30_context::__anon583e252d0208
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_texstate.c150 GLint lodbias, aniso = 0; local in function:i915_update_tex_unit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c75 tex_filter(unsigned filter, bool aniso) argument
93 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd6_sampler_state_create
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c76 tex_filter(unsigned filter, bool aniso) argument
94 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); local in function:fd6_sampler_state_create
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h203 tu6_tex_filter(VkFilter filter, unsigned aniso) argument
H A Dtu_device.c2329 unsigned aniso = pCreateInfo->anisotropyEnable ? local in function:tu_init_sampler
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h205 unsigned aniso:1; member in struct:lp_static_sampler_state
H A Dlp_bld_sample_soa.c2516 const bool aniso = bld->static_sampler_state->aniso; local in function:lp_build_sample_common

Completed in 33 milliseconds