Home
last modified time | relevance | path

Searched refs:R_028AB8_VGT_VTX_CNT_EN (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c237 radeon_set_context_reg(cs, R_028AB8_VGT_VTX_CNT_EN, 0x0); in si_emit_graphics()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h2269 #define R_028AB8_VGT_VTX_CNT_EN 0x00028AB8 macro
Dr600_state.c2686 r600_store_context_reg(cb, R_028AB8_VGT_VTX_CNT_EN, 1); in r600_update_gs_state()
Dr600d.h3341 #define R_028AB8_VGT_VTX_CNT_EN 0x028AB8 macro
Devergreen_state.c2658 radeon_set_context_reg(cs, R_028AB8_VGT_VTX_CNT_EN, v ? 1 : 0 ); in evergreen_emit_shader_stages()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c5606 si_pm4_set_reg(pm4, R_028AB8_VGT_VTX_CNT_EN, 0x0); in si_init_cs_preamble_state()