Searched defs:aniso (Results 1 – 14 of 14) sorted by relevance
| /external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| D | fd5_texture.c | 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
|
| /external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_texture.c | 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
|
| /external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| D | fd4_texture.c | 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
|
| /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
|
| D | fd6_texture.cc | 81 tex_filter(unsigned filter, bool aniso) in tex_filter() 274 unsigned aniso = util_last_bit(MIN2(cso->max_anisotropy >> 1, 8)); in fd6_sampler_state_create() 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/deqp/external/openglcts/modules/common/ |
| D | glcTextureFilterAnisotropicTests.cpp | 490 GLfloat aniso = anisoVec[i]; in iterate() local
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_util.h | 304 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
|
| D | tu_device.cc | 3225 unsigned aniso = pCreateInfo->anisotropyEnable ? in tu_init_sampler() local
|
| /external/skia/src/gpu/ganesh/effects/ |
| D | GrTextureEffect.cpp | 116 bool aniso = sampler.isAniso(); in Sampling() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_sample.h | 228 unsigned aniso:1; member
|
| D | lp_bld_sample_soa.c | 2581 const bool aniso = bld->static_sampler_state->aniso; in lp_build_sample_common() local
|