Home
last modified time | relevance | path

Searched refs:S_00913C_VTX_DONE_DELAY (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h454 #define S_00913C_VTX_DONE_DELAY(x) (((unsigned)(x) & 0xF) << 0) macro
Devergreen_state.c2679 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); in cayman_init_atom_start_cs()
3106 r600_store_config_reg(cb, R_00913C_SPI_CONFIG_CNTL_1, S_00913C_VTX_DONE_DELAY(4)); in evergreen_init_atom_start_cs()
/external/mesa3d/src/amd/common/
Dsid.h2620 #define S_00913C_VTX_DONE_DELAY(x) (((unsigned)(x) & 0x0F) << 0) macro