/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_gs.h | 102 GLuint nr_regs; member in struct:brw_gs_compile
|
brw_clip.h | 106 GLuint nr_regs; member in struct:brw_clip_compile
|
brw_gs_emit.c | 73 i += c->nr_regs; 84 c->prog_data.urb_read_length = c->nr_regs; 175 brw_copy8(p, brw_message_reg(1), vert, c->nr_regs); 190 c->nr_regs + 1, /* msg length */
|
brw_gs.c | 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
|
brw_clip_line.c | 69 i += c->nr_regs; 96 c->prog_data.urb_read_length = c->nr_regs; /* ? */
|
brw_clip_util.c | 222 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); 242 c->nr_regs + 1, /* msg length */
|
brw_clip.c | 74 /* nr_regs is the number of registers filled by reading data from the VUE. 75 * This program accesses the entire VUE, so nr_regs needs to be the size of 79 c.nr_regs = (c.vue_map.num_slots + 1)/2;
|
brw_clip_tri.c | 74 i += c->nr_regs; 130 c->prog_data.urb_read_length = c->nr_regs; /* ? */ 257 brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZE));
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs.h | 102 GLuint nr_regs; member in struct:brw_gs_compile
|
brw_clip.h | 106 GLuint nr_regs; member in struct:brw_clip_compile
|
brw_gs_emit.c | 73 i += c->nr_regs; 84 c->prog_data.urb_read_length = c->nr_regs; 175 brw_copy8(p, brw_message_reg(1), vert, c->nr_regs); 190 c->nr_regs + 1, /* msg length */
|
brw_gs.c | 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
|
brw_clip_line.c | 69 i += c->nr_regs; 96 c->prog_data.urb_read_length = c->nr_regs; /* ? */
|
brw_clip_util.c | 222 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); 242 c->nr_regs + 1, /* msg length */
|
brw_clip.c | 74 /* nr_regs is the number of registers filled by reading data from the VUE. 75 * This program accesses the entire VUE, so nr_regs needs to be the size of 79 c.nr_regs = (c.vue_map.num_slots + 1)/2;
|
brw_clip_tri.c | 74 i += c->nr_regs; 130 c->prog_data.urb_read_length = c->nr_regs; /* ? */ 257 brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZE));
|