Searched defs:max_aniso (Results 1 – 12 of 12) sorted by relevance
311 static inline uint32_t r300_anisotropy(unsigned max_aniso) in r300_anisotropy()326 static inline uint32_t r500_anisotropy(unsigned max_aniso) in r500_anisotropy()
164 uint8_t max_aniso = (uint8_t) 255; /* XXX fix me */ in define_sampler_state_object() local
576 static unsigned r600_tex_filter(unsigned filter, unsigned max_aniso) in r600_tex_filter()591 unsigned max_aniso = rscreen->force_aniso >= 0 ? rscreen->force_aniso in r600_create_sampler_state() local
860 static inline unsigned eg_tex_filter(unsigned filter, unsigned max_aniso) in eg_tex_filter()
579 unsigned max_aniso = rscreen->force_aniso >= 0 ? rscreen->force_aniso in evergreen_create_sampler_state() local
244 LLVMValueRef max_aniso) in lp_build_pmin()833 LLVMValueRef max_aniso, in lp_build_lod_selector()
333 (*max_aniso)(const struct lp_sampler_dynamic_state *state, member
2582 LLVMValueRef max_aniso = NULL; in lp_build_sample_common() local
74 float max_aniso; member
4521 static inline unsigned si_tex_filter(unsigned filter, unsigned max_aniso) in si_tex_filter()4550 unsigned max_aniso = sscreen->force_aniso >= 0 ? sscreen->force_aniso : state->max_anisotropy; in si_create_sampler_state() local
89 float max_aniso; member
7291 uint32_t max_aniso = radv_get_max_anisotropy(device, pCreateInfo); in radv_init_sampler() local