Home
last modified time | relevance | path

Searched refs:ls_hs_config (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp851 unsigned ls_hs_config = in si_emit_derived_tess_state() local
856 if (sctx->last_ls_hs_config != ls_hs_config) { in si_emit_derived_tess_state()
859 radeon_set_context_reg_idx(R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); in si_emit_derived_tess_state()
861 radeon_set_context_reg(R_028B58_VGT_LS_HS_CONFIG, ls_hs_config); in si_emit_derived_tess_state()
864 sctx->last_ls_hs_config = ls_hs_config; in si_emit_derived_tess_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h813 uint32_t ls_hs_config);
Dr600_state_common.c2368 uint32_t ls_hs_config = evergreen_get_ls_hs_config(rctx, info, in r600_draw_vbo() local
2371 evergreen_set_ls_hs_config(rctx, cs, ls_hs_config); in r600_draw_vbo()
Devergreen_state.c4639 uint32_t ls_hs_config) in evergreen_set_ls_hs_config() argument
4641 radeon_set_context_reg(cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config); in evergreen_set_ls_hs_config()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6022 unsigned ls_hs_config; in radv_pipeline_emit_tess_state() local
6029 ls_hs_config = S_028B58_NUM_PATCHES(num_patches) | S_028B58_HS_NUM_INPUT_CP(num_tcs_input_cp) | in radv_pipeline_emit_tess_state()
6033 radeon_set_context_reg_idx(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); in radv_pipeline_emit_tess_state()
6035 radeon_set_context_reg(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config); in radv_pipeline_emit_tess_state()