Searched refs:raster_config_1 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_gpu_info.c680 unsigned raster_config, raster_config_1, se_tile_repeat; local in function:ac_get_raster_config
689 raster_config_1 = 0x00000000;
694 raster_config_1 = 0x00000000;
699 raster_config_1 = 0x00000000;
706 raster_config_1 = 0x00000000;
713 raster_config_1 = 0x00000000;
719 raster_config_1 = 0x00000000;
725 raster_config_1 = 0x0000002a;
732 raster_config_1 = 0x0000002e;
738 raster_config_1
795 unsigned raster_config_1 = *cik_raster_config_1_p; local in function:ac_get_harvested_configs
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.c1362 unsigned raster_config, raster_config_1, se_tile_repeat; local in function:ac_get_raster_config
1370 raster_config_1 = 0x00000000;
1375 raster_config_1 = 0x00000000;
1380 raster_config_1 = 0x00000000;
1387 raster_config_1 = 0x00000000;
1394 raster_config_1 = 0x00000000;
1400 raster_config_1 = 0x00000000;
1406 raster_config_1 = 0x0000002a;
1413 raster_config_1 = 0x0000002e;
1418 raster_config_1
1470 unsigned raster_config_1 = *cik_raster_config_1_p; local in function:ac_get_harvested_configs
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c42 unsigned raster_config_1)
50 &raster_config_1,
79 radeon_set_context_reg(cs, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
133 unsigned raster_config, raster_config_1; local in function:si_set_raster_config
137 &raster_config_1, NULL);
147 raster_config_1);
151 raster_config_1);
39 si_write_harvested_raster_configs(struct radv_physical_device * physical_device,struct radeon_cmdbuf * cs,unsigned raster_config,unsigned raster_config_1) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c38 unsigned raster_config_1)
44 ac_get_harvested_configs(&physical_device->rad_info, raster_config, &raster_config_1,
71 radeon_set_context_reg(cs, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
165 unsigned raster_config, raster_config_1; local in function:si_set_raster_config
167 ac_get_raster_config(&physical_device->rad_info, &raster_config, &raster_config_1, NULL);
175 radeon_set_context_reg(cs, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
177 si_write_harvested_raster_configs(physical_device, cs, raster_config, raster_config_1);
36 si_write_harvested_raster_configs(struct radv_physical_device * physical_device,struct radeon_cmdbuf * cs,unsigned raster_config,unsigned raster_config_1) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c4879 unsigned raster_config_1)
4887 &raster_config_1,
4897 si_pm4_set_reg(pm4, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
4907 unsigned raster_config_1 = sscreen->pa_sc_raster_config_1; local in function:si_set_raster_config
4917 raster_config_1);
4919 si_write_harvested_raster_configs(sctx, pm4, raster_config, raster_config_1);
4876 si_write_harvested_raster_configs(struct si_context * sctx,struct si_pm4_state * pm4,unsigned raster_config,unsigned raster_config_1) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c5299 unsigned raster_config, unsigned raster_config_1)
5305 ac_get_harvested_configs(&sctx->screen->info, raster_config, &raster_config_1, raster_config_se);
5314 si_pm4_set_reg(pm4, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
5324 unsigned raster_config_1 = sscreen->pa_sc_raster_config_1; local in function:si_set_raster_config
5332 si_pm4_set_reg(pm4, R_028354_PA_SC_RASTER_CONFIG_1, raster_config_1);
5334 si_write_harvested_raster_configs(sctx, pm4, raster_config, raster_config_1);
5298 si_write_harvested_raster_configs(struct si_context * sctx,struct si_pm4_state * pm4,unsigned raster_config,unsigned raster_config_1) argument

Completed in 22 milliseconds