Home
last modified time | relevance | path

Searched refs:urb_read_length (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tes.cpp77 reg += 8 * prog_data->urb_read_length; in setup_payload()
184 prog_data->urb_read_length = in nir_emit_intrinsic()
185 MAX2(prog_data->urb_read_length, in nir_emit_intrinsic()
Dbrw_compiler.h1109 unsigned urb_read_length; member
1300 unsigned urb_read_length; member
1419 uint32_t urb_read_length; member
1434 uint32_t urb_read_length; member
Dbrw_vec4_gs_nir.cpp48 const unsigned input_array_stride = prog_data->urb_read_length * 2; in nir_emit_intrinsic()
Dbrw_vec4_gs_visitor.cpp99 unsigned input_array_stride = prog_data->urb_read_length * 2; in setup_varying_inputs()
809 prog_data->base.urb_read_length = (c.input_vue_map.num_slots + 1) / 2; in brw_compile_gs()
Dbrw_clip_line.c93 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_line_alloc_regs()
Dbrw_vec4_tcs.cpp447 vue_prog_data->urb_read_length = 0; in brw_compile_tcs()
Dbrw_compile_ff_gs.c111 c->prog_data->urb_read_length = c->nr_regs; in brw_ff_gs_alloc_regs()
Dbrw_shader.cpp1372 prog_data->base.urb_read_length = 0; in brw_compile_tes()
Dbrw_compile_sf.c834 c.prog_data.urb_read_length = c.nr_attr_regs; in brw_compile_sf()
Dbrw_clip_tri.c129 c->prog_data.urb_read_length = c->nr_regs; /* ? */ in brw_clip_tri_alloc_regs()
Dbrw_vec4.cpp2608 prog_data->base.urb_read_length = in brw_compile_vs()
2611 prog_data->base.urb_read_length = in brw_compile_vs()
Dbrw_fs.cpp2063 assert(vs_prog_data->base.urb_read_length <= 15); in assign_vs_urb_setup()
2089 first_non_payload_grf += 8 * vue_prog_data->urb_read_length; in assign_tes_urb_setup()
2105 8 * vue_prog_data->urb_read_length * nir->info.gs.vertices_in; in assign_gs_urb_setup()
5981 if (8 * vue_prog_data->urb_read_length * nir->info.gs.vertices_in > in setup_gs_payload()
5983 vue_prog_data->urb_read_length = in setup_gs_payload()
Dbrw_fs_nir.cpp2517 const unsigned push_reg_count = gs_prog_data->base.urb_read_length * 8; in emit_gs_input_load()
3152 tes_prog_data->base.urb_read_length = in nir_emit_tes_intrinsic()
3153 MAX2(tes_prog_data->base.urb_read_length, in nir_emit_tes_intrinsic()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dgen4_blorp_exec.h82 sf.VertexURBEntryReadLength = prog_data->urb_read_length; in blorp_emit_sf_state()
Dcrocus_state.c4891 pkt.prefix##URBEntryReadLength = vue_prog_data->urb_read_length; \
6656 clip.VertexURBEntryReadLength = clip_prog_data->urb_read_length;
6949 gs.VertexURBEntryReadLength = gs_prog_data->urb_read_length;
7061 sf.VertexURBEntryReadLength = sf_prog_data->urb_read_length;
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1572 vs.VertexURBEntryReadLength = vs_prog_data->base.urb_read_length; in emit_3dstate_vs()
1712 ds.PatchURBEntryReadLength = tes_prog_data->base.urb_read_length; in emit_3dstate_hs_te_ds()
1798 gs.VertexURBEntryReadLength = gs_prog_data->base.urb_read_length; in emit_3dstate_gs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c4310 unsigned urb_read_offset, urb_read_length; in iris_emit_sbe() local
4314 &urb_read_offset, &urb_read_length); in iris_emit_sbe()
4325 sbe.VertexURBEntryReadLength = urb_read_length; in iris_emit_sbe()
4471 pkt.prefix##URBEntryReadLength = vue_prog_data->urb_read_length; \
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h705 vs_prog_data->base.urb_read_length; in blorp_emit_vs_config()