Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c320 boolean is_gather, in lp_build_sample_wrap_linear()
1010 boolean is_gather, in lp_build_sample_image_linear()
1785 boolean is_gather, in lp_build_sample_mipmap()
2076 boolean is_gather, in lp_build_sample_aniso()
2912 boolean is_gather, in lp_build_sample_general()
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py84 def is_gather(self) -> bool: member in Rule
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp402 bool is_fetch = false, is_gather = false, is_proj = false; member
Dspirv_msl.cpp9963 bool is_gather = (op == OpImageGather || op == OpImageDrefGather); in to_texture_op() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c969 bool is_gather = devinfo->ver < 8 && tex->op == nir_texop_tg4; in crocus_setup_binding_table() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local