Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h68 int gather_comp; member
89 int gather_comp,
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() argument
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() argument
2294 args.gather_comp = gather_comp; in mip_filter_none_no_filter_select()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h52 PValue gather_comp; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h371 unsigned gather_comp; member
Dlp_bld_sample_soa.c1045 switch (bld->gather_comp) { in lp_build_sample_image_linear()
3032 bld.gather_comp = (sample_key & LP_SAMPLER_GATHER_COMP_MASK) >> LP_SAMPLER_GATHER_COMP_SHIFT; in lp_build_sample_soa_code()
/external/mesa3d/docs/relnotes/
D19.1.0.rst1794 - softpipe: Pipe gather_comp through from st_tgsi_get_samples