Searched refs:r600_store_config_reg (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_state.c | 2280 r600_store_config_reg(cb, R_008C00_SQ_CONFIG, tmp); 2305 r600_store_config_reg(cb, R_009714_VC_ENHANCE, 0); 2309 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, 0x00004000); 2310 r600_store_config_reg(cb, R_009830_DB_DEBUG, 0); 2311 r600_store_config_reg(cb, R_009838_DB_WATERMARKS, 0x00420204); 2314 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, 0); 2315 r600_store_config_reg(cb, R_009830_DB_DEBUG, 0x82000000); 2316 r600_store_config_reg(cb, R_009838_DB_WATERMARKS, 0x01020204);
|
| H A D | evergreen_compute.c | 1084 r600_store_config_reg(cb, R_008958_VGT_PRIMITIVE_TYPE, 1138 r600_store_config_reg(cb, R_008E2C_SQ_LDS_RESOURCE_MGMT,
|
| H A D | evergreen_state.c | 2720 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, (1 << 8)); 2754 r600_store_config_reg(cb, R_009100_SPI_CONFIG_CNTL, 0); 2755 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); 2794 r600_store_config_reg(cb, R_008A14_PA_CL_ENHANCE, (3 << 1) | 1); 3172 r600_store_config_reg(cb, R_008E2C_SQ_LDS_RESOURCE_MGMT, 3181 r600_store_config_reg(cb, R_009100_SPI_CONFIG_CNTL, 0); 3182 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); 3213 r600_store_config_reg(cb, R_008A14_PA_CL_ENHANCE, (3 << 1) | 1);
|
| H A D | r600_pipe.h | 950 static inline void r600_store_config_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_state.c | 2283 r600_store_config_reg(cb, R_008C00_SQ_CONFIG, tmp); 2308 r600_store_config_reg(cb, R_009714_VC_ENHANCE, 0); 2312 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, 0x00004000); 2313 r600_store_config_reg(cb, R_009830_DB_DEBUG, 0); 2314 r600_store_config_reg(cb, R_009838_DB_WATERMARKS, 0x00420204); 2317 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, 0); 2318 r600_store_config_reg(cb, R_009830_DB_DEBUG, 0x82000000); 2319 r600_store_config_reg(cb, R_009838_DB_WATERMARKS, 0x01020204);
|
| H A D | evergreen_compute.c | 1116 r600_store_config_reg(cb, R_008958_VGT_PRIMITIVE_TYPE, 1170 r600_store_config_reg(cb, R_008E2C_SQ_LDS_RESOURCE_MGMT,
|
| H A D | evergreen_state.c | 2726 r600_store_config_reg(cb, R_008D8C_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ, (1 << 8)); 2760 r600_store_config_reg(cb, R_009100_SPI_CONFIG_CNTL, 0); 2761 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); 2800 r600_store_config_reg(cb, R_008A14_PA_CL_ENHANCE, (3 << 1) | 1); 3178 r600_store_config_reg(cb, R_008E2C_SQ_LDS_RESOURCE_MGMT, 3187 r600_store_config_reg(cb, R_009100_SPI_CONFIG_CNTL, 0); 3188 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); 3219 r600_store_config_reg(cb, R_008A14_PA_CL_ENHANCE, (3 << 1) | 1);
|
| H A D | r600_pipe.h | 956 static inline void r600_store_config_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value) function in typeref:typename:void
|
Completed in 31 milliseconds