Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c32 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() function
761 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB)); in r600_create_blend_state_mode()
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA)); in r600_create_blend_state_mode()
Devergreen_state.c88 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() function
744 blend_cntl[i] |= S_028780_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB)); in evergreen_create_blend_state_mode()
750 blend_cntl[i] |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA)); in evergreen_create_blend_state_mode()