Searched defs:img_filter (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | graw_util.h | 285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) graw_util_create_simple_sampler() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_sampler.c | 133 translate_filter_mode(unsigned img_filter, in translate_filter_mode() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 659 unsigned img_filter; in sampler_is_nearest() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 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_soa.c | 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 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
|
Completed in 13 milliseconds