Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp42 mag_filter = info->mag_filter; in sampler2DBase()
53 if (mag_filter == SPIRV_CROSS_FILTER_NEAREST) in sampleLod()
91 spirv_cross_filter mag_filter; member
H A Dexternal_interface.h115 enum spirv_cross_filter mag_filter; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h85 img_filter_func mag_filter,
H A Dsp_tex_sample.c2090 img_filter_func mag_filter, in mip_filter_linear()
2117 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_linear()
2173 img_filter_func mag_filter, in mip_filter_nearest()
2198 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_nearest()
2232 img_filter_func mag_filter, in mip_filter_none()
2255 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none()
2280 img_filter_func mag_filter, in mip_filter_none_no_filter_select()
2300 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); in mip_filter_none_no_filter_select()
2342 img_filter_func mag_filter, in img_filter_2d_ewa()
2549 img_filter_func mag_filter, in mip_filter_linear_aniso()
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.c135 unsigned mag_filter, in translate_filter_mode()
145 if (mag_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.c1068 const VkFilter mag_filter = in CreateSampler() local
1071 const bool enable_mag_filter_addr_rounding = mag_filter != VK_FILTER_NEAREST; in CreateSampler()
1101 .MagModeFilter = vk_to_intel_tex_filter(mag_filter, pCreateInfo->anisotropyEnable), in CreateSampler()
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h330 instr_tex_filter_t mag_filter : 2; member
H A Ddisasm-a2xx.c428 if (tex->mag_filter != TEX_FILTER_USE_FETCH_CONST) in print_fetch_tex()
429 printf(" MAG(%s)", filter[tex->mag_filter]); in print_fetch_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c215 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
234 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; in fill_instr()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1124 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_aos() local
1147 if (min_filter == mag_filter) { in lp_build_sample_aos()
1186 mag_filter, PIPE_TEX_MIPFILTER_NONE, in lp_build_sample_aos()
H A Dlp_bld_sample_soa.c2539 const unsigned mag_filter = bld->static_sampler_state->mag_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()
2948 const unsigned mag_filter = sampler_state->mag_img_filter; in lp_build_sample_general() local
2955 mag_filter) || in lp_build_sample_general()
2959 mag_filter)) || in lp_build_sample_general()
2963 mag_filter))) { in lp_build_sample_general()
2981 } else if (min_filter == mag_filter) { in lp_build_sample_general()
3015 lp_build_sample_mipmap(bld, mag_filter, PIPE_TEX_MIPFILTER_NON in lp_build_sample_general()
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c2568 VkFilter mag_filter; in pvr_CreateSampler() local
2582 mag_filter = pCreateInfo->magFilter; in pvr_CreateSampler()
2597 mag_filter = pCreateInfo->minFilter; in pvr_CreateSampler()
2630 word.magfilter = pvr_sampler_get_hw_filter_from_vk(dev_info, mag_filter); in pvr_CreateSampler()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1371 samp.mag_filter = static_cast<MSLSamplerFilter>(sampler->mag_filter); in spvc_convert_msl_sampler()
2580 sampler->mag_filter = static_cast<spvc_msl_sampler_filter>(defaults.mag_filter); in spvc_msl_constexpr_sampler_init()
H A Dspirv_cross_c.h488 spvc_msl_sampler_filter mag_filter; member
H A Dspirv_msl.hpp200 MSLSamplerFilter mag_filter = MSL_SAMPLER_FILTER_NEAREST; member
H A Dspirv_msl.cpp1109 if (s.min_filter == s.mag_filter) in emit_entry_point_declarations()
1118 if (s.mag_filter != MSL_SAMPLER_FILTER_NEAREST) in emit_entry_point_declarations()
1119 args.push_back("mag_filter::linear"); in emit_entry_point_declarations()

Completed in 47 milliseconds