HomeSort by relevance Sort by last modified time
    Searched refs:r600_translate_blend_function (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 32 static uint32_t r600_translate_blend_function(int blend_func) function
761 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
    [all...]
evergreen_state.c 88 static uint32_t r600_translate_blend_function(int blend_func) function
744 blend_cntl[i] |= S_028780_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
750 blend_cntl[i] |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
    [all...]

Completed in 1071 milliseconds