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/
Dsi_shader.h829 unsigned vgt_gs_onchip_cntl; member
840 unsigned vgt_gs_onchip_cntl; member
Dsi_state_draw.cpp1220 unsigned vgt_gs_onchip_cntl = sctx->shader.gs.current->ctx_reg.gs.vgt_gs_onchip_cntl; in gfx10_emit_ge_cntl() local
1221 primgroup_size = G_028A44_GS_PRIMS_PER_SUBGRP(vgt_gs_onchip_cntl); in gfx10_emit_ge_cntl()
1222 vertgroup_size = G_028A44_ES_VERTS_PER_SUBGRP(vgt_gs_onchip_cntl); in gfx10_emit_ge_cntl()
Dsi_state_shaders.c803 shader->ctx_reg.gs.vgt_gs_onchip_cntl); in si_emit_shader_gs()
949 shader->ctx_reg.gs.vgt_gs_onchip_cntl = in si_shader_gs()
1012 shader->ctx_reg.ngg.vgt_gs_onchip_cntl); in gfx10_emit_shader_ngg_tail()
1271 shader->ctx_reg.ngg.vgt_gs_onchip_cntl = in gfx10_shader_ngg()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h208 uint32_t vgt_gs_onchip_cntl; member
Dradv_pipeline.c1932 out->vgt_gs_onchip_cntl = S_028A44_ES_VERTS_PER_SUBGRP(es_verts_per_subgroup) | in gfx9_get_gs_info()
4859 radeon_set_context_reg(ctx_cs, R_028A44_VGT_GS_ONCHIP_CNTL, gs_state->vgt_gs_onchip_cntl); in radv_pipeline_generate_hw_gs()
5222 unsigned vgt_gs_onchip_cntl = gs_state->vgt_gs_onchip_cntl; in gfx10_pipeline_generate_ge_cntl() local
5223 primgroup_size = G_028A44_GS_PRIMS_PER_SUBGRP(vgt_gs_onchip_cntl); in gfx10_pipeline_generate_ge_cntl()