Searched refs:curb_read_length (Results 1 – 7 of 7) sorted by relevance
51 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()
594 unsigned curb_read_length; member1067 uint32_t curb_read_length; /* user planes? */ member
58 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()
126 stage_prog_data->curb_read_length = 0; in emit_dummy_fs()
1441 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()
1785 prog_data->base.curb_read_length = in setup_uniforms()
1270 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;