Home
last modified time | relevance | path

Searched refs:is_gather (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c865 boolean is_gather, in lp_build_sample_image_linear() argument
911 !is_gather; in lp_build_sample_image_linear()
1196 assert(!is_gather); in lp_build_sample_image_linear()
1338 if (is_gather) { in lp_build_sample_image_linear()
1379 if (is_gather) { in lp_build_sample_image_linear()
1426 assert(!is_gather); in lp_build_sample_image_linear()
1505 boolean is_gather, in lp_build_sample_mipmap() argument
1547 lp_build_sample_image_linear(bld, is_gather, size0, NULL, in lp_build_sample_mipmap()
2149 boolean is_gather, in lp_build_sample_general() argument
2194 is_gather, in lp_build_sample_general()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2657 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local
2696 for (v = 0; v < (is_gather ? TGSI_NUM_CHANNELS : 1); v++) { in sample_compare()
2748 if (is_gather) { in sample_compare()