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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c299 panfrost_make_constant(unsigned *factors, unsigned num_factors, const struct pipe_blend_color *blend_color, void *out) argument
304 for (unsigned i = 0; i < num_factors; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c632 const unsigned num_factors = ARRAY_SIZE(blend_factors);
651 for(rgb_src_factor = blend_factors; rgb_src_factor < &blend_factors[num_factors]; ++rgb_src_factor) {
653 for(alpha_src_factor = blend_factors; alpha_src_factor < &blend_factors[num_factors]; ++alpha_src_factor) {
704 rgb_src_factor = &blend_factors[rand() % num_factors];
705 alpha_src_factor = &blend_factors[rand() % num_factors];
708 rgb_dst_factor = &blend_factors[rand() % num_factors];
712 alpha_dst_factor = &blend_factors[rand() % num_factors];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c632 const unsigned num_factors = ARRAY_SIZE(blend_factors);
651 for(rgb_src_factor = blend_factors; rgb_src_factor < &blend_factors[num_factors]; ++rgb_src_factor) {
653 for(alpha_src_factor = blend_factors; alpha_src_factor < &blend_factors[num_factors]; ++alpha_src_factor) {
704 rgb_src_factor = &blend_factors[rand() % num_factors];
705 alpha_src_factor = &blend_factors[rand() % num_factors];
708 rgb_dst_factor = &blend_factors[rand() % num_factors];
712 alpha_dst_factor = &blend_factors[rand() % num_factors];

Completed in 4 milliseconds