Searched refs:nr_instructions (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c217 unsigned int nr_instructions; local
224 nr_instructions = rc_recompute_ips(c);
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c217 unsigned int nr_instructions; local
224 nr_instructions = rc_recompute_ips(c);
225 s.Instructions = memory_pool_malloc(&c->Pool, sizeof(struct instruction_state)*nr_instructions);
226 memset(s.Instructions, 0, sizeof(struct instruction_state)*nr_instructions);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c171 unsigned nr_instructions; member in struct:ureg_program
980 ureg->nr_instructions++;
1011 return ureg->nr_instructions;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c171 unsigned nr_instructions; member in struct:ureg_program
980 ureg->nr_instructions++;
1011 return ureg->nr_instructions;

Completed in 132 milliseconds