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_gs_emit.c73 i += c->nr_regs; in brw_gs_alloc_regs()
84 c->prog_data.urb_read_length = c->nr_regs; in brw_gs_alloc_regs()
175 brw_copy8(p, brw_message_reg(1), vert, c->nr_regs); in brw_gs_emit_vue()
190 c->nr_regs + 1, /* msg length */ in brw_gs_emit_vue()
Dbrw_gs.h102 GLuint nr_regs; member
Dbrw_clip_util.c222 brw_copy_from_indirect(p, brw_message_reg(1), vert, c->nr_regs); in brw_clip_emit_vue()
242 c->nr_regs + 1, /* msg length */ in brw_clip_emit_vue()
Dbrw_clip_line.c69 i += c->nr_regs; in brw_clip_line_alloc_regs()
96 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_line_alloc_regs()
Dbrw_clip.h106 GLuint nr_regs; member
Dbrw_gs.c60 c.nr_regs = (c.vue_map.num_slots + 1)/2; in compile_gs_prog()
Dbrw_clip_tri.c74 i += c->nr_regs; in brw_clip_tri_alloc_regs()
130 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_tri_alloc_regs()
257 …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()
Dbrw_clip.c79 c.nr_regs = (c.vue_map.num_slots + 1)/2; in compile_clip_prog()