Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c594 blend_factors[] = { variable
635 const unsigned num_factors = ARRAY_SIZE(blend_factors);
654 for(rgb_src_factor = blend_factors; rgb_src_factor < &blend_factors[num_factors]; ++rgb_src_factor) { in test_all()
655 for(rgb_dst_factor = blend_factors; rgb_dst_factor <= rgb_src_factor; ++rgb_dst_factor) { in test_all()
656 for(alpha_src_factor = blend_factors; alpha_src_factor < &blend_factors[num_factors]; ++alpha_src_factor) { in test_all()
657 for(alpha_dst_factor = blend_factors; alpha_dst_factor <= alpha_src_factor; ++alpha_dst_factor) { in test_all()
707 rgb_src_factor = &blend_factors[rand() % num_factors]; in test_some()
708 alpha_src_factor = &blend_factors[ran in test_some()
[all...]

Completed in 1 milliseconds