Searched refs:nr_regs (Results 1 – 8 of 8) sorted by relevance
72 i += c->nr_regs; in brw_ff_gs_alloc_regs()83 c->prog_data.urb_read_length = c->nr_regs; in brw_ff_gs_alloc_regs()176 int write_len = MIN2(c->nr_regs - write_offset, 14); in brw_ff_gs_emit_vue()177 if (write_len == c->nr_regs - write_offset) in brw_ff_gs_emit_vue()
100 GLuint nr_regs; member
125 GLuint nr_regs; member
68 i += c->nr_regs; in brw_clip_line_alloc_regs()99 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_line_alloc_regs()
334 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); in brw_clip_emit_vue()353 c->nr_regs + 1, /* msg length */ in brw_clip_emit_vue()
60 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_codegen_ff_gs_prog()
76 c.nr_regs = (c.vue_map.num_slots + 1)/2; in compile_clip_prog()
73 i += c->nr_regs; in brw_clip_tri_alloc_regs()133 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_tri_alloc_regs()303 …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()