Home
last modified time | relevance | path

Searched refs:blend_funcs (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c618 blend_funcs[] = { variable
634 const unsigned num_funcs = ARRAY_SIZE(blend_funcs);
652 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) { in test_all()
653 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) { in test_all()
705 rgb_func = &blend_funcs[rand() % num_funcs]; in test_some()
706 alpha_func = &blend_funcs[rand() % num_funcs]; in test_some()

Completed in 1 milliseconds