HomeSort by: relevance | last modified time | path
    Searched refs:nr_regs (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_ff_gs.h 100 GLuint nr_regs; member in struct:brw_ff_gs_compile
brw_ff_gs_emit.c 71 i += c->nr_regs;
82 c->prog_data.urb_read_length = c->nr_regs;
175 int write_len = MIN2(c->nr_regs - write_offset, 14);
176 if (write_len == c->nr_regs - write_offset)
brw_ff_gs.c 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_compile_clip.c 48 /* nr_regs is the number of registers filled by reading data from the VUE.
49 * This program accesses the entire VUE, so nr_regs needs to be the size of
53 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_clip.h 92 GLuint nr_regs; member in struct:brw_clip_compile
brw_compile_ff_gs.c 66 GLuint nr_regs; member in struct:brw_ff_gs_compile
99 i += c->nr_regs;
110 c->prog_data->urb_read_length = c->nr_regs;
203 int write_len = MIN2(c->nr_regs - write_offset, 14);
204 if (write_len == c->nr_regs - write_offset)
575 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_clip_line.c 61 i += c->nr_regs;
92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
brw_clip_util.c 327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs);
346 c->nr_regs + 1, /* msg length */
brw_clip_tri.c 68 i += c->nr_regs;
128 c->prog_data.urb_read_length = c->nr_regs; /* ? */
298 brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZE));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_compile_clip.c 48 /* nr_regs is the number of registers filled by reading data from the VUE.
49 * This program accesses the entire VUE, so nr_regs needs to be the size of
53 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_clip.h 92 GLuint nr_regs; member in struct:brw_clip_compile
brw_clip_line.c 61 i += c->nr_regs;
92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
brw_clip_util.c 327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs);
346 c->nr_regs + 1, /* msg length */
brw_clip_tri.c 68 i += c->nr_regs;
128 c->prog_data.urb_read_length = c->nr_regs; /* ? */
298 brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZE));
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_batch_decoder.c 1065 const unsigned nr_regs = (length - 1) / 2; local
1067 for (unsigned i = 0; i < nr_regs; i++) {

Completed in 13 milliseconds