| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_blend.c | 65 "alpha_func\t" 92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false", 101 util_str_blend_func(blend->rt[0].alpha_func, TRUE), 125 "alpha_func", util_str_blend_func(blend->rt[0].alpha_func, TRUE), 411 switch (blend->rt[0].alpha_func) { 642 const unsigned *alpha_func; local in function:test_all 650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) { 693 const unsigned *alpha_func; local in function:test_some [all...] |
| H A D | lp_bld_blend.c | 67 lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func) argument 69 if (rgb_func == alpha_func) 71 if (rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT) 73 if (rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT)
|
| H A D | lp_bld_blend.h | 97 unsigned alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_blend.c | 65 "alpha_func\t" 92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false", 101 util_str_blend_func(blend->rt[0].alpha_func, TRUE), 125 "alpha_func", util_str_blend_func(blend->rt[0].alpha_func, TRUE), 411 switch (blend->rt[0].alpha_func) { 642 const unsigned *alpha_func; local in function:test_all 650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) { 693 const unsigned *alpha_func; local in function:test_some [all...] |
| H A D | lp_bld_blend.c | 67 lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func) argument 69 if (rgb_func == alpha_func) 71 if (rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT) 73 if (rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT)
|
| H A D | lp_bld_blend.h | 97 unsigned alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blend.c | 69 rt0->alpha_func == PIPE_BLEND_ADD); 79 rt0->rgb_func == rt0->alpha_func); 90 VIVS_PE_ALPHA_CONFIG_EQ_ALPHA(rt0->alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_blend.c | 95 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
|
| H A D | fd2_zsa.c | 88 so->rb_colorcontrol = A2XX_RB_COLORCONTROL_ALPHA_FUNC(cso->alpha_func) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_zsa.c | 91 A3XX_RB_RENDER_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
|
| H A D | fd3_blend.c | 93 blend_func(rt->alpha_func)) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_zsa.c | 95 A4XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
|
| H A D | fd4_blend.c | 93 blend_func(rt->alpha_func)) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blending.c | 355 .alpha_func = PIPE_BLEND_ADD, 390 blend->alpha_func, blend->alpha_src_factor, blend->alpha_dst_factor,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 192 if (cso->alpha_func != PIPE_FUNC_ALWAYS) { 201 A6XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_blend.c | 88 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_blend.c | 108 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blend.c | 96 blend_func(rt->alpha_func)) |
|
| H A D | fd5_zsa.c | 112 A5XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_blend.h | 47 enum blend_func alpha_func : 3;
|
| H A D | pan_blend.c | 153 can_fixed_function_equation(equation.alpha_func, 305 (equation.alpha_func == BLEND_FUNC_ADD || 306 equation.alpha_func == BLEND_FUNC_SUBTRACT); 360 to_panfrost_function(equation.alpha_func, 474 assert(rt_state->equation.alpha_func < ARRAY_SIZE(funcs)); 478 funcs[rt_state->equation.alpha_func], 565 options.rt[0].alpha.func = rt_state->equation.alpha_func;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 171 static inline uint32_t r300_translate_alpha_function(int alpha_func) argument 173 switch (alpha_func) { 191 fprintf(stderr, "r300: Unknown alpha function %d", alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 171 static inline uint32_t r300_translate_alpha_function(int alpha_func) argument 173 switch (alpha_func) { 191 fprintf(stderr, "r300: Unknown alpha function %d", alpha_func);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/ |
| H A D | test-blend.c | 212 .alpha_func = BLEND_FUNC_ADD, 233 .alpha_func = BLEND_FUNC_ADD, 254 .alpha_func = BLEND_FUNC_ADD,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_blend.c | 107 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
|