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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c217 unsigned int nr_instructions; local in function:rc_dataflow_deadcode
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c217 unsigned int nr_instructions; local in function:rc_dataflow_deadcode
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);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c201 unsigned nr_instructions; member in struct:ureg_program
1279 ureg->nr_instructions++;
1316 return ureg->nr_instructions;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c203 unsigned nr_instructions; member in struct:ureg_program
1277 ureg->nr_instructions++;
1314 return ureg->nr_instructions;

Completed in 10 milliseconds