Searched refs:ls_hs_config (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c91 unsigned offchip_layout, hardware_lds_size, ls_hs_config; local in function:si_emit_derived_tess_state
295 ls_hs_config = S_028B58_NUM_PATCHES(*num_patches) |
299 if (sctx->last_ls_hs_config != ls_hs_config) {
302 ls_hs_config);
305 ls_hs_config);
307 sctx->last_ls_hs_config = ls_hs_config;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp758 unsigned ls_hs_config = local in function:si_emit_derived_tess_state
763 if (sctx->last_ls_hs_config != ls_hs_config) {
766 radeon_set_context_reg_idx(R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config);
768 radeon_set_context_reg(R_028B58_VGT_LS_HS_CONFIG, ls_hs_config);
771 sctx->last_ls_hs_config = ls_hs_config;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h808 uint32_t ls_hs_config);
H A Dr600_state_common.c2222 uint32_t ls_hs_config = evergreen_get_ls_hs_config(rctx, info, local in function:r600_draw_vbo
2225 evergreen_set_ls_hs_config(rctx, cs, ls_hs_config);
H A Devergreen_state.c4612 uint32_t ls_hs_config)
4614 radeon_set_context_reg(cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config);
4610 evergreen_set_ls_hs_config(struct r600_context * rctx,struct radeon_cmdbuf * cs,uint32_t ls_hs_config) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c87 uint32_t ls_hs_config; member in struct:radv_tessellation_state
1660 tess.ls_hs_config = S_028B58_NUM_PATCHES(num_patches) |
3129 tess->ls_hs_config);
3132 tess->ls_hs_config);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h814 uint32_t ls_hs_config);
H A Dr600_state_common.c2302 uint32_t ls_hs_config = evergreen_get_ls_hs_config(rctx, info, local in function:r600_draw_vbo
2305 evergreen_set_ls_hs_config(rctx, cs, ls_hs_config);
H A Devergreen_state.c4644 uint32_t ls_hs_config)
4646 radeon_set_context_reg(cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config);
4642 evergreen_set_ls_hs_config(struct r600_context * rctx,struct radeon_cmdbuf * cs,uint32_t ls_hs_config) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c4727 unsigned ls_hs_config; local in function:radv_pipeline_generate_tess_state
4734 ls_hs_config = S_028B58_NUM_PATCHES(num_patches) | S_028B58_HS_NUM_INPUT_CP(num_tcs_input_cp) |
4738 radeon_set_context_reg_idx(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, 2, ls_hs_config);
4740 radeon_set_context_reg(ctx_cs, R_028B58_VGT_LS_HS_CONFIG, ls_hs_config);

Completed in 45 milliseconds