Home
last modified time | relevance | path

Searched refs:gather_comp (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h68 int gather_comp; member
89 int gather_comp,
H A Dsp_tex_sample.c1681 args->gather_comp, in img_filter_2d_linear()
1727 args->gather_comp, in img_filter_2d_array_linear()
1792 args->gather_comp, in img_filter_cube_linear()
1861 args->gather_comp, in img_filter_cube_array_linear()
2094 int gather_comp, in mip_filter_linear()
2105 args.gather_comp = gather_comp; in mip_filter_linear()
2188 args.gather_comp = gather_component; in mip_filter_nearest()
2247 args.gather_comp = gather_component; in mip_filter_none()
2284 int gather_comp, in mip_filter_none_no_filter_select()
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
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
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
3180 sample_mip(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[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]) sample_mip() argument
3759 int gather_comp = get_gather_component(lod_in); sp_tgsi_get_samples() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.h90 PVirtualValue gather_comp; member
H A Dsfn_instr_tex.cpp955 gather_comp(nullptr), in Inputs()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h382 unsigned gather_comp; member
H A Dlp_bld_sample_soa.c1046 switch (bld->gather_comp) { in lp_build_sample_image_linear()
3519 bld.gather_comp = (sample_key & LP_SAMPLER_GATHER_COMP_MASK) >> LP_SAMPLER_GATHER_COMP_SHIFT; in lp_build_sample_soa_code()

Completed in 16 milliseconds