Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c435 bool is_gather, in lp_build_sample_wrap_linear()
1123 bool is_gather, in lp_build_sample_image_linear()
1887 bool is_gather, in lp_build_sample_mipmap()
2192 bool is_gather, in lp_build_sample_aniso()
3059 bool is_gather, in lp_build_sample_general()
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py81 def is_gather(self) -> bool: member in Rule
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp270 TexInstr::is_gather(Opcode op) in is_gather() function in r600::TexInstr
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c970 bool is_gather = devinfo->ver < 8 && tex->op == nir_texop_tg4; in crocus_setup_binding_table() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local