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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h68 int gather_comp; member in struct:img_filter_args
89 int gather_comp,
H A Dsp_tex_sample.c1668 args->gather_comp,
1714 args->gather_comp,
1779 args->gather_comp,
1847 args->gather_comp,
2080 int gather_comp,
2091 args.gather_comp = gather_comp;
2174 args.gather_comp = gather_component;
2233 args.gather_comp = gather_component;
2270 int gather_comp,
2073 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]) argument
2263 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]) argument
2532 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]) argument
2664 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]) argument
3166 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]) argument
3727 int gather_comp = get_gather_component(lod_in); local in function:sp_tgsi_get_samples
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h68 int gather_comp; member in struct:img_filter_args
89 int gather_comp,
H A Dsp_tex_sample.c1681 args->gather_comp,
1727 args->gather_comp,
1792 args->gather_comp,
1861 args->gather_comp,
2094 int gather_comp,
2105 args.gather_comp = gather_comp;
2188 args.gather_comp = gather_component;
2247 args.gather_comp = gather_component;
2284 int gather_comp,
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]) 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]) 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]) 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]) 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]) argument
3759 int gather_comp = get_gather_component(lod_in); local in function:sp_tgsi_get_samples
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emittexinstruction.h52 PValue gather_comp; member in struct:r600::EmitTexInstruction::TexInputs
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h377 unsigned gather_comp; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c1046 switch (bld->gather_comp) {
3490 bld.gather_comp = (sample_key & LP_SAMPLER_GATHER_COMP_MASK) >> LP_SAMPLER_GATHER_COMP_SHIFT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1617 unsigned gather_comp = 0; local in function:build_tex_intrinsic
1635 gather_comp = LLVMConstIntGetZExtValue(comp_imm);
1636 gather_comp = CLAMP(gather_comp, 0, 3);
1639 args.dmask = 1 << gather_comp;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1794 - softpipe: Pipe gather_comp through from st_tgsi_get_samples

Completed in 28 milliseconds