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 D | brw_ff_gs.h | 100 GLuint nr_regs; member in struct:brw_ff_gs_compile
|
| H A D | 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)
|
| H A D | brw_ff_gs.c | 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | 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;
|
| H A D | brw_clip.h | 92 GLuint nr_regs; member in struct:brw_clip_compile
|
| H A D | brw_clip_line.c | 61 i += c->nr_regs; 92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
|
| H A D | 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 */
|
| H A D | 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/compiler/ |
| H A D | 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;
|
| H A D | brw_clip.h | 92 GLuint nr_regs; member in struct:brw_clip_compile
|
| H A D | 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;
|
| H A D | brw_clip_line.c | 61 i += c->nr_regs; 92 c->prog_data.urb_read_length = c->nr_regs; /* ? */
|
| H A D | 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 */
|
| H A D | 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/ |
| H A D | intel_batch_decoder.c | 1065 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 17 milliseconds