Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c169 struct rc_instruction *rc_alloc_instruction(struct radeon_compiler * c) in rc_alloc_instruction() function
195 struct rc_instruction * inst = rc_alloc_instruction(c); in rc_insert_new_instruction()
Dradeon_program.h203 struct rc_instruction *rc_alloc_instruction(struct radeon_compiler * c);
Dradeon_emulate_loops.c80 struct rc_instruction *new = rc_alloc_instruction(c); in unroll_loop()