Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp104 bool prog_scope::is_loop() const in is_loop() function in r600::prog_scope
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp311 bool prog_scope::is_loop() const in is_loop() function in __anon6d65d6040111::prog_scope
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py81 def is_loop(self) -> bool: member in Rule
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h1143 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop() function