Home | History | Annotate | Download | only in radeonsi

Lines Matching full:blend_func

64 static uint32_t si_translate_blend_function(int blend_func)
66 switch (blend_func) {
78 R600_ERR("Unknown blend function %d\n", blend_func);