Home
last modified time | relevance | path

Searched defs:mag_filter (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp91 spirv_cross_filter mag_filter; member
H A Dexternal_interface.h115 enum spirv_cross_filter mag_filter; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c133 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
/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
H A Dlp_bld_sample_soa.c2539 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; in lp_build_sample_common() local
2948 const unsigned mag_filter = sampler_state->mag_img_filter; in lp_build_sample_general() local
[all...]
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h330 instr_tex_filter_t mag_filter : 2; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c2568 VkFilter mag_filter; in pvr_CreateSampler() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2087 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/skia/third_party/externals/spirv-cross/
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

Completed in 26 milliseconds