Home
last modified time | relevance | path

Searched refs:curb_read_length (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_line.c52 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
55 c->prog_data.curb_read_length = 0; in brw_clip_line_alloc_regs()
H A Dintel_clc.c145 PROG_DATA_FIELD("%u", base.curb_read_length); in print_cs_prog_data_fields()
546 fprintf(stdout, " curb_read_length : %u\n", kernel.prog_data.base.curb_read_length); in main()
H A Dbrw_compiler.h780 unsigned curb_read_length; member
1432 uint32_t curb_read_length; /* user planes? */ member
H A Dbrw_clip_tri.c59 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
62 c->prog_data.curb_read_length = 0; in brw_clip_tri_alloc_regs()
H A Dbrw_fs.cpp1577 prog_data->curb_read_length = uniform_push_length + ubo_push_length;
1723 assert(i < prog_data->curb_read_length);
1736 this->first_non_payload_grf = payload.num_regs + prog_data->curb_read_length;
1973 int urb_start = payload.num_regs + prog_data->base.curb_read_length;
2018 prog_data->curb_read_length +
6864 if (wm_prog_data->base.curb_read_length)
H A Dbrw_fs_visitor.cpp100 stage_prog_data->curb_read_length = 0; in emit_dummy_fs()
H A Dbrw_vec4.cpp1583 prog_data->base.curb_read_length = push_length; in setup_uniforms()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c6657 clip.ConstantURBEntryReadLength = clip_prog_data->curb_read_length;
6776 vs.ConstantURBEntryReadLength = vue_prog_data->base.curb_read_length;
7212 wm.ConstantURBEntryReadLength = wm_prog_data->base.curb_read_length;

Completed in 31 milliseconds