Searched defs:aniso (Results 1 – 11 of 11) sorted by relevance
64 tex_filter(unsigned filter, bool aniso) in tex_filter()82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd3_sampler_state_create() local
64 tex_filter(unsigned filter, bool aniso) in tex_filter()82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd5_sampler_state_create() local
64 tex_filter(unsigned filter, bool aniso) in tex_filter()82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd4_sampler_state_create() local
76 tex_filter(unsigned filter, bool aniso) in tex_filter()94 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd6_sampler_state_create() local
153 unsigned aniso = cso->max_anisotropy; in nv30_sampler_state_create() local
72 unsigned aniso; member
250 tu6_tex_filter(VkFilter filter, unsigned aniso) in tu6_tex_filter()
2765 unsigned aniso = pCreateInfo->anisotropyEnable ? in tu_init_sampler() local
490 GLfloat aniso = anisoVec[i]; in iterate() local
210 unsigned aniso:1; member
2541 const bool aniso = bld->static_sampler_state->aniso; in lp_build_sample_common() local