Home
last modified time | relevance | path

Searched defs:max_aniso (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h311 static inline uint32_t r300_anisotropy(unsigned max_aniso) in r300_anisotropy() argument
326 static inline uint32_t r500_anisotropy(unsigned max_aniso) in r500_anisotropy() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c164 uint8_t max_aniso = (uint8_t) 255; /* XXX fix me */ in define_sampler_state_object() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h75 float max_aniso; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h338 (*max_aniso)(const struct lp_sampler_dynamic_state *state, member
H A Dlp_bld_sample.c244 lp_build_pmin(struct lp_build_sample_context *bld, unsigned texture_unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef max_aniso) lp_build_pmin() argument
829 lp_build_lod_selector(struct lp_build_sample_context *bld, boolean is_lodq, unsigned texture_unit, unsigned sampler_unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef cube_rho, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, enum pipe_tex_mipfilter mip_filter, LLVMValueRef max_aniso, LLVMValueRef *out_lod, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart, LLVMValueRef *out_lod_positive) lp_build_lod_selector() argument
[all...]
H A Dlp_bld_sample_soa.c2608 LLVMValueRef max_aniso = NULL; in lp_build_sample_common() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h89 float max_aniso; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c576 static unsigned r600_tex_filter(unsigned filter, unsigned max_aniso) in r600_tex_filter() argument
591 unsigned max_aniso = rscreen->force_aniso >= 0 ? rscreen->force_aniso in r600_create_sampler_state() local
H A Dr600_pipe_common.h855 static inline unsigned eg_tex_filter(unsigned filter, unsigned max_aniso) in eg_tex_filter() argument
H A Devergreen_state.c579 unsigned max_aniso = rscreen->force_aniso >= 0 ? rscreen->force_aniso in evergreen_create_sampler_state() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c4712 static inline unsigned si_tex_filter(unsigned filter, unsigned max_aniso) in si_tex_filter() argument
4741 unsigned max_aniso = sscreen->force_aniso >= 0 ? sscreen->force_aniso : state->max_anisotropy; in si_create_sampler_state() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c6900 uint32_t max_aniso = radv_get_max_anisotropy(device, pCreateInfo); in radv_init_sampler() local

Completed in 45 milliseconds