Searched refs:S_028848_SINGLE_ROUND (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 2835 r600_store_context_reg(cb, R_028848_SQ_PGM_RESOURCES_2_PS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in cayman_init_atom_start_cs() 2837 r600_store_context_reg(cb, R_02887C_SQ_PGM_RESOURCES_2_GS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in cayman_init_atom_start_cs() 2838 r600_store_context_reg(cb, R_028894_SQ_PGM_RESOURCES_2_ES, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in cayman_init_atom_start_cs() 2839 r600_store_context_reg(cb, R_0288C0_SQ_PGM_RESOURCES_2_HS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in cayman_init_atom_start_cs() 2840 r600_store_context_reg(cb, R_0288D8_SQ_PGM_RESOURCES_2_LS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in cayman_init_atom_start_cs() 3244 r600_store_context_reg(cb, R_028848_SQ_PGM_RESOURCES_2_PS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in evergreen_init_atom_start_cs() 3246 r600_store_context_reg(cb, R_02887C_SQ_PGM_RESOURCES_2_GS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in evergreen_init_atom_start_cs() 3247 r600_store_context_reg(cb, R_028894_SQ_PGM_RESOURCES_2_ES, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in evergreen_init_atom_start_cs() 3249 r600_store_context_reg(cb, R_0288C0_SQ_PGM_RESOURCES_2_HS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVEN)); in evergreen_init_atom_start_cs() 3250 r600_store_context_reg(cb, R_0288D8_SQ_PGM_RESOURCES_2_LS, S_028848_SINGLE_ROUND(V_SQ_ROUND_NEAREST_EVE in evergreen_init_atom_start_cs() [all...] |
H A D | evergreend.h | 1771 #define S_028848_SINGLE_ROUND(x) (((unsigned)(x) & 0x3) << 0) macro
|
Completed in 16 milliseconds