HomeSort by relevance Sort by last modified time
    Searched refs:nr_instructions (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 217 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/
radeon_dataflow_deadcode.c 217 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/
tgsi_ureg.c 171 unsigned nr_instructions; member in struct:ureg_program
980 ureg->nr_instructions++;
1011 return ureg->nr_instructions;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 171 unsigned nr_instructions; member in struct:ureg_program
980 ureg->nr_instructions++;
1011 return ureg->nr_instructions;
    [all...]

Completed in 210 milliseconds