Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c40 struct instruction_state { struct
61 struct instruction_state * Instructions; argument
155 struct instruction_state * insts = &s->Instructions[inst->IP]; in update_instruction()
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()
226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions); in rc_dataflow_deadcode()