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.h719 unsigned curb_read_length; member
1325 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.cpp130 stage_prog_data->curb_read_length = 0; in emit_dummy_fs()
Dbrw_fs.cpp1620 prog_data->curb_read_length = uniform_push_length + ubo_push_length; in assign_curb_setup()
1688 assert(i < prog_data->curb_read_length); in assign_curb_setup()
1701 this->first_non_payload_grf = payload.num_regs + prog_data->curb_read_length; in assign_curb_setup()
1822 int urb_start = payload.num_regs + prog_data->base.curb_read_length; in assign_urb_setup()
1861 prog_data->curb_read_length + in convert_attr_sources_to_hw_regs()
8336 if (wm_prog_data->base.curb_read_length) in gen9_ps_header_only_workaround()
Dbrw_vec4.cpp1836 prog_data->base.curb_read_length = in setup_uniforms()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1293 clip.ConstantURBEntryReadLength = brw->clip.prog_data->curb_read_length; in genX()
1889 wm.ConstantURBEntryReadLength = wm_prog_data->base.curb_read_length;
2174 vs.ConstantURBEntryReadLength = stage_prog_data->curb_read_length;