Searched refs:spi_input_z (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2441 unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader_control; local in function:r600_update_ps_state
2533 spi_input_z = 0;
2540 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1);
2561 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z);
H A Devergreen_state.c3319 unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader_control = 0; local in function:evergreen_update_ps_state
3464 spi_input_z = 0;
3469 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1);
3487 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2444 unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader_control; local in function:r600_update_ps_state
2537 spi_input_z = 0;
2544 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1);
2565 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z);
H A Devergreen_state.c3325 unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader_control = 0; local in function:evergreen_update_ps_state
3477 spi_input_z = 0;
3482 spi_input_z |= S_0286D8_PROVIDE_Z_TO_SPI(1);
3500 r600_store_context_reg(cb, R_0286D8_SPI_INPUT_Z, spi_input_z);

Completed in 22 milliseconds