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/
evergreen_state.c 102 static uint32_t r600_translate_blend_function(int blend_func) function
379 bc |= S_028780_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
385 bc |= S_028780_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
    [all...]
r600_state.c 33 static uint32_t r600_translate_blend_function(int blend_func) function
300 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
306 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
    [all...]

Completed in 169 milliseconds