Home
last modified time | relevance | path

Searched refs:vgt_gs_onchip_cntl (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h903 unsigned vgt_gs_onchip_cntl; member
914 unsigned vgt_gs_onchip_cntl; member
H A Dsi_state_draw.cpp1343 unsigned vgt_gs_onchip_cntl = sctx->shader.gs.current->ctx_reg.gs.vgt_gs_onchip_cntl;
1344 primgroup_size = G_028A44_GS_PRIMS_PER_SUBGRP(vgt_gs_onchip_cntl);
1345 vertgroup_size = G_028A44_ES_VERTS_PER_SUBGRP(vgt_gs_onchip_cntl);
H A Dsi_state_shaders.cpp965 shader->ctx_reg.gs.vgt_gs_onchip_cntl); in si_emit_shader_gs()
1133 shader->ctx_reg.gs.vgt_gs_onchip_cntl = in si_shader_gs()
1197 shader->ctx_reg.ngg.vgt_gs_onchip_cntl);
1525 shader->ctx_reg.ngg.vgt_gs_onchip_cntl =
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h223 uint32_t vgt_gs_onchip_cntl; member
H A Dradv_pipeline.c2377 out->vgt_gs_onchip_cntl = S_028A44_ES_VERTS_PER_SUBGRP(es_verts_per_subgroup) | in gfx9_get_gs_info()
6150 radeon_set_context_reg(ctx_cs, R_028A44_VGT_GS_ONCHIP_CNTL, gs_state->vgt_gs_onchip_cntl); in radv_pipeline_emit_hw_gs()
6566 unsigned vgt_gs_onchip_cntl = gs_state->vgt_gs_onchip_cntl; in gfx10_pipeline_emit_ge_cntl() local
6567 primgroup_size = G_028A44_GS_PRIMS_PER_SUBGRP(vgt_gs_onchip_cntl); in gfx10_pipeline_emit_ge_cntl()

Completed in 21 milliseconds