Searched defs:is_loop (Results 1 – 7 of 7) sorted by relevance
193 unsigned is_loop = 0; in r300_vertex_program_dump() local
109 void QuantizeRun(bool is_loop, int q = 0, int test_num = 1) { in QuantizeRun()
104 bool prog_scope::is_loop() const in is_loop() function in r600::prog_scope
278 fn is_loop(&self) -> bool { in is_loop() method
311 bool prog_scope::is_loop() const in is_loop() function in __anon667a4a3d0111::prog_scope
410 bool is_loop = control->opcode() == IrOpcode::kLoop; in MergeInputs() local
1141 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop() function