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.cpp758 unsigned ls_hs_config = in si_emit_derived_tess_state() local
763 if (sctx->last_ls_hs_config != ls_hs_config) { in si_emit_derived_tess_state()
766 radeon_set_context_reg_idx(R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); in si_emit_derived_tess_state()
768 radeon_set_context_reg(R_028B58_VGT_LS_HS_CONFIG, ls_hs_config); in si_emit_derived_tess_state()
771 sctx->last_ls_hs_config = ls_hs_config; in si_emit_derived_tess_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h814 uint32_t ls_hs_config);
Dr600_state_common.c2302 uint32_t ls_hs_config = evergreen_get_ls_hs_config(rctx, info, in r600_draw_vbo() local
2305 evergreen_set_ls_hs_config(rctx, cs, ls_hs_config); in r600_draw_vbo()
Devergreen_state.c4644 uint32_t ls_hs_config) in evergreen_set_ls_hs_config() argument
4646 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.c4727 unsigned ls_hs_config; in radv_pipeline_generate_tess_state() local
4734 ls_hs_config = S_028B58_NUM_PATCHES(num_patches) | S_028B58_HS_NUM_INPUT_CP(num_tcs_input_cp) | in radv_pipeline_generate_tess_state()
4738 radeon_set_context_reg_idx(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config); in radv_pipeline_generate_tess_state()
4740 radeon_set_context_reg(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config); in radv_pipeline_generate_tess_state()