Home
last modified time | relevance | path

Searched refs:spi_input_z (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2444 …unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader… in r600_update_ps_state() local
2537 spi_input_z = 0; in r600_update_ps_state()
2544 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1); in r600_update_ps_state()
2565 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z); in r600_update_ps_state()
Devergreen_state.c3325 …unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader… in evergreen_update_ps_state() local
3477 spi_input_z = 0; in evergreen_update_ps_state()
3482 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1); in evergreen_update_ps_state()
3500 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z); in evergreen_update_ps_state()