Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c64 tex_filter(unsigned filter, bool aniso) in tex_filter() argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd5_sampler_state_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c64 tex_filter(unsigned filter, bool aniso) in tex_filter() argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd3_sampler_state_create() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c153 unsigned aniso = cso->max_anisotropy; in nv30_sampler_state_create() local
H A Dnv30_context.h72 unsigned aniso; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c64 tex_filter(unsigned filter, bool aniso) in tex_filter() argument
82 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd4_sampler_state_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c76 tex_filter(unsigned filter, bool aniso) in tex_filter() argument
94 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd6_sampler_state_create() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp490 GLfloat aniso = anisoVec[i]; in iterate() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h210 unsigned aniso:1; member
H A Dlp_bld_sample_soa.c2541 const bool aniso = bld->static_sampler_state->aniso; in lp_build_sample_common() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c2765 unsigned aniso = pCreateInfo->anisotropyEnable ? in tu_init_sampler() local

Completed in 16 milliseconds