Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2842 …r600_store_context_reg(cb, R_028848_SQ_PGM_RESOURCES_2_PS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in cayman_init_atom_start_cs()
2844 …r600_store_context_reg(cb, R_02887C_SQ_PGM_RESOURCES_2_GS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in cayman_init_atom_start_cs()
2845 …r600_store_context_reg(cb, R_028894_SQ_PGM_RESOURCES_2_ES, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in cayman_init_atom_start_cs()
2846 …r600_store_context_reg(cb, R_0288C0_SQ_PGM_RESOURCES_2_HS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in cayman_init_atom_start_cs()
2847 …r600_store_context_reg(cb, R_0288D8_SQ_PGM_RESOURCES_2_LS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in cayman_init_atom_start_cs()
3251 …r600_store_context_reg(cb, R_028848_SQ_PGM_RESOURCES_2_PS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in evergreen_init_atom_start_cs()
3253 …r600_store_context_reg(cb, R_02887C_SQ_PGM_RESOURCES_2_GS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in evergreen_init_atom_start_cs()
3254 …r600_store_context_reg(cb, R_028894_SQ_PGM_RESOURCES_2_ES, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in evergreen_init_atom_start_cs()
3256 …r600_store_context_reg(cb, R_0288C0_SQ_PGM_RESOURCES_2_HS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in evergreen_init_atom_start_cs()
3257 …r600_store_context_reg(cb, R_0288D8_SQ_PGM_RESOURCES_2_LS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEARES… in evergreen_init_atom_start_cs()
Devergreend.h1771 #define S_028848_SINGLE_ROUND(x) (((unsigned)(x) & 0x3) << 0) macro