Home
last modified time | relevance | path

Searched refs:curb_read_length (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_line.c59 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
62 c->prog_data.curb_read_length = 0; in brw_clip_line_alloc_regs()
Dbrw_context.h294 GLuint curb_read_length; member
412 GLuint curb_read_length; /* user planes? */ member
432 GLuint curb_read_length; member
Dbrw_clip_state.c62 brw->clip.prog_data->curb_read_length; in brw_upload_clip_unit()
Dbrw_vs_state.c87 vs->thread3.const_urb_entry_read_length = brw->vs.prog_data->curb_read_length; in brw_upload_vs_unit()
Dbrw_wm_state.c132 brw->wm.prog_data->curb_read_length; in brw_upload_wm_unit()
Dbrw_wm_pass2.c122 c->prog_data.curb_read_length = c->nr_creg * 2; in init_registers()
Dbrw_clip_tri.c64 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
67 c->prog_data.curb_read_length = 0; in brw_clip_tri_alloc_regs()
Dbrw_fs.cpp914 c->prog_data.curb_read_length = ALIGN(c->prog_data.nr_params, 8) / 8; in assign_curb_setup()
993 int urb_start = c->nr_payload_regs + c->prog_data.curb_read_length; in assign_urb_setup()
Dbrw_vec4_emit.cpp132 c->prog_data.curb_read_length = reg - 1; in setup_uniforms()
Dbrw_vs_emit.c304 c->prog_data.curb_read_length = reg - 1; in brw_vs_alloc_regs()