Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c51 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
54 c->prog_data.curb_read_length = 0; in brw_clip_line_alloc_regs()
Dbrw_compiler.h594 unsigned curb_read_length; member
1067 uint32_t curb_read_length; /* user planes? */ member
Dbrw_clip_tri.c58 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
61 c->prog_data.curb_read_length = 0; in brw_clip_tri_alloc_regs()
Dbrw_fs_visitor.cpp126 stage_prog_data->curb_read_length = 0; in emit_dummy_fs()
Dbrw_fs.cpp1441 prog_data->curb_read_length = uniform_push_length + ubo_push_length; in assign_curb_setup()
1479 this->first_non_payload_grf = payload.num_regs + prog_data->curb_read_length; in assign_curb_setup()
1578 int urb_start = payload.num_regs + prog_data->base.curb_read_length; in assign_urb_setup()
1605 prog_data->curb_read_length + in convert_attr_sources_to_hw_regs()
6416 if (wm_prog_data->base.curb_read_length) in gen9_ps_header_only_workaround()
Dbrw_vec4.cpp1785 prog_data->base.curb_read_length = in setup_uniforms()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1270 clip.ConstantURBEntryReadLength = brw->clip.prog_data->curb_read_length; in genX()
1829 wm.ConstantURBEntryReadLength = wm_prog_data->base.curb_read_length;
2104 vs.ConstantURBEntryReadLength = stage_prog_data->curb_read_length;