Home
last modified time | relevance | path

Searched refs:min_filter (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp41 min_filter = info->min_filter; in sampler2DBase()
90 spirv_cross_filter min_filter; member
H A Dexternal_interface.h114 enum spirv_cross_filter min_filter; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h84 img_filter_func min_filter,
H A Dsp_tex_sample.c2089 img_filter_func min_filter, in mip_filter_linear()
2121 min_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_linear()
2129 min_filter(sp_sview, sp_samp, &args, &rgbax[0][0]); in mip_filter_linear()
2131 min_filter(sp_sview, sp_samp, &args, &rgbax[0][1]); in mip_filter_linear()
2172 img_filter_func min_filter, in mip_filter_nearest()
2202 min_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_nearest()
2231 img_filter_func min_filter, in mip_filter_none()
2258 min_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none()
2279 img_filter_func min_filter, in mip_filter_none_no_filter_select()
2341 img_filter_func min_filter, in img_filter_2d_ewa()
2087 mip_filter_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear() argument
2170 mip_filter_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_component, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_nearest() argument
2229 mip_filter_none(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_component, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_none() argument
2277 mip_filter_none_no_filter_select(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod_in[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_none_no_filter_select() argument
2339 img_filter_2d_ewa(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const uint faces[TGSI_QUAD_SIZE], const int8_t *offset, unsigned level, const float dudx, const float dvdx, const float dudy, const float dvdy, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) img_filter_2d_ewa() argument
2546 mip_filter_linear_aniso(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], UNUSED int gather_comp, const float lod_in[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear_aniso() argument
2678 mip_filter_linear_2d_linear_repeat_POT( const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear_2d_linear_repeat_POT() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c134 unsigned min_filter, in translate_filter_mode()
143 if (min_filter == PIPE_TEX_FILTER_LINEAR) in translate_filter_mode()
133 translate_filter_mode(unsigned img_filter, unsigned min_filter, unsigned mag_filter, boolean anisotropic, boolean compare) translate_filter_mode() argument
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c1066 const VkFilter min_filter = in CreateSampler() local
1070 const bool enable_min_filter_addr_rounding = min_filter != VK_FILTER_NEAREST; in CreateSampler()
1102 .MinModeFilter = vk_to_intel_tex_filter(min_filter, pCreateInfo->anisotropyEnable), in CreateSampler()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1123 const unsigned min_filter = bld->static_sampler_state->min_img_filter; in lp_build_sample_aos() local
1147 if (min_filter == mag_filter) { in lp_build_sample_aos()
1150 min_filter, mip_filter, in lp_build_sample_aos()
1177 min_filter, mip_filter, in lp_build_sample_aos()
H A Dlp_bld_sample_soa.c2538 const unsigned min_filter = bld->static_sampler_state->min_img_filter; in lp_build_sample_common() local
2548 mip_filter, min_filter, mag_filter); in lp_build_sample_common()
2557 need_derivs = ((min_filter != mag_filter || in lp_build_sample_common()
2606 if (min_filter != mag_filter || in lp_build_sample_common()
2947 const unsigned min_filter = sampler_state->min_img_filter; in lp_build_sample_general() local
2954 min_filter, in lp_build_sample_general()
2958 min_filter, in lp_build_sample_general()
2962 min_filter, in lp_build_sample_general()
2981 } else if (min_filter == mag_filter) { in lp_build_sample_general()
2983 lp_build_sample_mipmap(bld, min_filter, mip_filte in lp_build_sample_general()
[all...]
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h331 instr_tex_filter_t min_filter : 2; member
H A Ddisasm-a2xx.c430 if (tex->min_filter != TEX_FILTER_USE_FETCH_CONST) in print_fetch_tex()
431 printf(" MIN(%s)", filter[tex->min_filter]); in print_fetch_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c216 tex->min_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
235 tex->min_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c2567 VkFilter min_filter; in pvr_CreateSampler() local
2583 min_filter = pCreateInfo->minFilter; in pvr_CreateSampler()
2604 min_filter = pCreateInfo->magFilter; in pvr_CreateSampler()
2631 word.minfilter = pvr_sampler_get_hw_filter_from_vk(dev_info, min_filter); in pvr_CreateSampler()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1370 samp.min_filter = static_cast<MSLSamplerFilter>(sampler->min_filter); in spvc_convert_msl_sampler()
2581 sampler->min_filter = static_cast<spvc_msl_sampler_filter>(defaults.min_filter); in spvc_msl_constexpr_sampler_init()
H A Dspirv_cross_c.h487 spvc_msl_sampler_filter min_filter; member
H A Dspirv_msl.hpp199 MSLSamplerFilter min_filter = MSL_SAMPLER_FILTER_NEAREST; member
H A Dspirv_msl.cpp1109 if (s.min_filter == s.mag_filter) in emit_entry_point_declarations()
1111 if (s.min_filter != MSL_SAMPLER_FILTER_NEAREST) in emit_entry_point_declarations()
1116 if (s.min_filter != MSL_SAMPLER_FILTER_NEAREST) in emit_entry_point_declarations()
1117 args.push_back("min_filter::linear"); in emit_entry_point_declarations()

Completed in 45 milliseconds