/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_texture.c | 76 mip_filter(unsigned filter) in mip_filter() function
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | sampler.hpp | 92 spirv_cross_mipfilter mip_filter; member
|
H A D | external_interface.h | 116 enum spirv_cross_mipfilter mip_filter; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 1122 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; in lp_build_sample_aos() local 938 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef colors_var) lp_build_sample_mipmap() argument
|
H A D | lp_bld_sample.c | 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
|
H A D | lp_bld_sample_soa.c | 2537 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; in lp_build_sample_common() local 1783 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_mipmap() argument 1926 lp_build_sample_mipmap_both(struct lp_build_sample_context *bld, LLVMValueRef linear_mask, unsigned mip_filter, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef lod_positive, LLVMValueRef *colors_out) lp_build_sample_mipmap_both() argument 2074 lp_build_sample_aniso(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, boolean is_gather, const LLVMValueRef *coords, const LLVMValueRef *offsets, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) lp_build_sample_aniso() argument 2946 const unsigned mip_filter = sampler_state->min_mip_filter; lp_build_sample_general() local 3427 const enum pipe_tex_mipfilter mip_filter = lp_build_sample_soa_code() local [all...] |
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 2034 const char *mip_filter = ""; in decode_3d_1d() local
|
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | instr-a2xx.h | 332 instr_tex_filter_t mip_filter : 2; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.h | 489 spvc_msl_sampler_mip_filter mip_filter; member
|
H A D | spirv_msl.hpp | 201 MSLSamplerMipFilter mip_filter = MSL_SAMPLER_MIP_FILTER_NONE; member
|