Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c362 bool is_gather, in lp_build_sample_wrap_linear()
1049 bool is_gather, in lp_build_sample_image_linear()
1812 bool is_gather, in lp_build_sample_mipmap()
2117 bool is_gather, in lp_build_sample_aniso()
2984 bool is_gather, in lp_build_sample_general()
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py81 def is_gather(self) -> bool: member in Rule
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp290 TexInstr::is_gather(Opcode op) in is_gather() function in r600::TexInstr
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c973 bool is_gather = devinfo->ver < 8 && tex->op == nir_texop_tg4; in crocus_setup_binding_table() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local