Searched refs:nr_regs (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.h100 GLuint nr_regs; member in struct:brw_ff_gs_compile
H A Dbrw_ff_gs_emit.c71 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)
H A Dbrw_ff_gs.c60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_clip.c48 /* 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;
H A Dbrw_clip.h92 GLuint nr_regs; member in struct:brw_clip_compile
H A Dbrw_clip_line.c61 i += c->nr_regs;
92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
H A Dbrw_clip_util.c327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs);
346 c->nr_regs + 1, /* msg length */
H A Dbrw_clip_tri.c68 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/compiler/
H A Dbrw_compile_clip.c48 /* 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;
H A Dbrw_clip.h92 GLuint nr_regs; member in struct:brw_clip_compile
H A Dbrw_compile_ff_gs.c66 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;
H A Dbrw_clip_line.c61 i += c->nr_regs;
92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
H A Dbrw_clip_util.c327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs);
346 c->nr_regs + 1, /* msg length */
H A Dbrw_clip_tri.c68 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/
H A Dintel_batch_decoder.c1065 const unsigned nr_regs = (length - 1) / 2; local in function:decode_load_register_imm
1067 for (unsigned i = 0; i < nr_regs; i++) {

Completed in 12 milliseconds