Home
last modified time | relevance | path

Searched defs:is_gather (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c319 boolean is_gather, in lp_build_sample_wrap_linear()
1009 boolean is_gather, in lp_build_sample_image_linear()
1774 boolean is_gather, in lp_build_sample_mipmap()
2460 boolean is_gather, in lp_build_sample_general()
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py84 def is_gather(self) -> bool: member in Rule
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local