Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c2837 …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()
2839 …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()
2840 …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()
2841 …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()
2842 …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()
3246 …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()
3248 …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()
3249 …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()
3251 …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()
3252 …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