Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/peg_generator/pegen/
Dpython_generator.py162 is_gather = node.is_gather()
182 self.visit(rhs, is_loop=is_loop, is_gather=is_gather)
199 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
203 self.visit(alt, is_loop=is_loop, is_gather=is_gather)
205 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
220 if is_gather:
227 if is_gather:
Dc_generator.py157 type = "asdl_seq *" if rule.is_loop() or rule.is_gather() else rule.type
395 if rule.is_loop() or rule.is_gather():
533 rhs, is_loop=False, is_gather=node.is_gather(), rulename=node.name,
566 rhs, is_loop=True, is_gather=node.is_gather(), rulename=node.name,
584 is_gather = node.is_gather()
586 if is_loop or is_gather:
618 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
623 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
653 def emit_default_action(self, is_gather: bool, node: Alt) -> None:
655 if is_gather:
[all …]
Dgrammar.py84 def is_gather(self) -> bool: member in Rule
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c319 boolean is_gather, in lp_build_sample_wrap_linear() argument
415 if (!is_gather) { in lp_build_sample_wrap_linear()
471 if (!is_gather) { in lp_build_sample_wrap_linear()
574 if (!is_gather) { in lp_build_sample_wrap_linear()
1009 boolean is_gather, in lp_build_sample_image_linear() argument
1044 if (is_gather) { in lp_build_sample_image_linear()
1085 lp_build_sample_wrap_linear(bld, is_gather, coords[0], width_vec, in lp_build_sample_image_linear()
1096 lp_build_sample_wrap_linear(bld, is_gather, coords[1], height_vec, in lp_build_sample_image_linear()
1107 lp_build_sample_wrap_linear(bld, is_gather, coords[2], depth_vec, in lp_build_sample_image_linear()
1360 assert(!is_gather); in lp_build_sample_image_linear()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2786 const bool is_gather = (control == TGSI_SAMPLER_GATHER); in sample_compare() local
2814 for (v = 0; v < (is_gather ? TGSI_NUM_CHANNELS : 1); v++) { in sample_compare()
2866 if (is_gather) { in sample_compare()