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.c71 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()
Dbrw_ff_gs.h100 GLuint nr_regs; member
Dbrw_ff_gs.c60 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_codegen_ff_gs_prog()
/external/mesa3d/src/intel/compiler/
Dbrw_compile_clip.c53 c.nr_regs = (c.vue_map.num_slots + 1)/2; in brw_compile_clip()
Dbrw_clip.h92 GLuint nr_regs; member
Dbrw_clip_line.c61 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()
Dbrw_clip_util.c327 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()
Dbrw_clip_tri.c68 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()