Searched defs:aniso (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_texture.c | 70 tex_filter(unsigned filter, bool aniso) in tex_filter() 88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd3_sampler_state_create() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_texture.c | 70 tex_filter(unsigned filter, bool aniso) in tex_filter() 88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd5_sampler_state_create() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_texture.c | 70 tex_filter(unsigned filter, bool aniso) in tex_filter() 88 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd4_sampler_state_create() local
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_texture.c | 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
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 150 GLint lodbias, aniso = 0; in i915_update_tex_unit() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 153 unsigned aniso = cso->max_anisotropy; in nv30_sampler_state_create() local
|
D | nv30_context.h | 72 unsigned aniso; member
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_util.h | 201 tu6_tex_filter(VkFilter filter, unsigned aniso) in tu6_tex_filter()
|
D | tu_device.c | 1823 unsigned aniso = pCreateInfo->anisotropyEnable ? in tu_init_sampler() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.cpp | 492 GLfloat aniso = anisoVec[i]; in iterate() local
|