Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c75 struct rc_instruction * append_to = last; in unroll_loop() local
82 rc_insert_instruction(append_to, new); in unroll_loop()
83 append_to = new; in unroll_loop()