Searched refs:alpha_func (Results 1 - 25 of 137) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c65 "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 Dlp_bld_blend.c67 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 Dlp_bld_blend.h97 unsigned alpha_func);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c65 "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 Dlp_bld_blend.c67 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 Dlp_bld_blend.h97 unsigned alpha_func);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c69 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 Dfd2_blend.c95 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
H A Dfd2_zsa.c88 so->rb_colorcontrol = A2XX_RB_COLORCONTROL_ALPHA_FUNC(cso->alpha_func) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_zsa.c91 A3XX_RB_RENDER_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
H A Dfd3_blend.c93 blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_zsa.c95 A4XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
H A Dfd4_blend.c93 blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c355 .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 Dfd6_zsa.c192 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 Dfd2_blend.c88 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 Dfd3_blend.c108 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 Dfd5_blend.c96 blend_func(rt->alpha_func)) |
H A Dfd5_zsa.c112 A5XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.h47 enum blend_func alpha_func : 3;
H A Dpan_blend.c153 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 Dr300_state_inlines.h171 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 Dr300_state_inlines.h171 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 Dtest-blend.c212 .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 Dfd4_blend.c107 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |

Completed in 11 milliseconds

123456