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.c2760 …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()
2762 …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()
2763 …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()
2764 …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()
2765 …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()
3169 …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()
3171 …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()
3172 …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()
3174 …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()
3175 …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