Home
last modified time | relevance | path

Searched refs:nr_regs (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs_emit.c72 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()
Dbrw_ff_gs.h100 GLuint nr_regs; member
Dbrw_clip.h125 GLuint nr_regs; member
Dbrw_clip_line.c68 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()
Dbrw_clip_util.c334 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()
Dbrw_ff_gs.c60 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_codegen_ff_gs_prog()
Dbrw_clip.c76 c.nr_regs = (c.vue_map.num_slots + 1)/2; in compile_clip_prog()
Dbrw_clip_tri.c73 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()