Home
last modified time | relevance | path

Searched refs:raster_config_se (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c1449 unsigned *cik_raster_config_1_p, unsigned *raster_config_se) in ac_get_harvested_configs() argument
1488 raster_config_se[se] = raster_config; in ac_get_harvested_configs()
1490 raster_config_se[se] &= C_028350_SE_MAP; in ac_get_harvested_configs()
1493 raster_config_se[se] |= S_028350_SE_MAP(V_028350_RASTER_CONFIG_SE_MAP_3); in ac_get_harvested_configs()
1495 raster_config_se[se] |= S_028350_SE_MAP(V_028350_RASTER_CONFIG_SE_MAP_0); in ac_get_harvested_configs()
1502 raster_config_se[se] &= C_028350_PKR_MAP; in ac_get_harvested_configs()
1505 raster_config_se[se] |= S_028350_PKR_MAP(V_028350_RASTER_CONFIG_PKR_MAP_3); in ac_get_harvested_configs()
1507 raster_config_se[se] |= S_028350_PKR_MAP(V_028350_RASTER_CONFIG_PKR_MAP_0); in ac_get_harvested_configs()
1518 raster_config_se[se] &= C_028350_RB_MAP_PKR0; in ac_get_harvested_configs()
1521 raster_config_se[se] |= S_028350_RB_MAP_PKR0(V_028350_RASTER_CONFIG_RB_MAP_3); in ac_get_harvested_configs()
[all …]
Dac_gpu_info.h244 unsigned *cik_raster_config_1_p, unsigned *raster_config_se);
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c41 unsigned raster_config_se[4]; in si_write_harvested_raster_configs() local
45 raster_config_se); in si_write_harvested_raster_configs()
57 radeon_set_context_reg(cs, R_028350_PA_SC_RASTER_CONFIG, raster_config_se[se]); in si_write_harvested_raster_configs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c5302 unsigned raster_config_se[4]; in si_write_harvested_raster_configs() local
5305 ac_get_harvested_configs(&sctx->screen->info, raster_config, &raster_config_1, raster_config_se); in si_write_harvested_raster_configs()
5309 si_pm4_set_reg(pm4, R_028350_PA_SC_RASTER_CONFIG, raster_config_se[se]); in si_write_harvested_raster_configs()