Searched refs:nr_regs (Results 1 – 8 of 8) sorted by relevance
71 i += c->nr_regs; in brw_ff_gs_alloc_regs()82 c->prog_data.urb_read_length = c->nr_regs; in brw_ff_gs_alloc_regs()175 int write_len = MIN2(c->nr_regs - write_offset, 14); in brw_ff_gs_emit_vue()176 if (write_len == c->nr_regs - write_offset) in brw_ff_gs_emit_vue()
100 GLuint nr_regs; member
60 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_codegen_ff_gs_prog()
53 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_compile_clip()
92 GLuint nr_regs; member
61 i += c->nr_regs; in brw_clip_line_alloc_regs()92 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_line_alloc_regs()
327 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); in brw_clip_emit_vue()346 c->nr_regs + 1, /* msg length */ in brw_clip_emit_vue()
68 i += c->nr_regs; in brw_clip_tri_alloc_regs()128 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_tri_alloc_regs()298 …brw_ADD(p, get_addr_reg(freelist_ptr), get_addr_reg(freelist_ptr), brw_imm_uw(c->nr_regs * REG_SIZ… in brw_clip_tri()