Searched refs:rgb_func (Results 1 - 25 of 105) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c83 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
93 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c103 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
113 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c62 "rgb_func\t"
92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
98 util_str_blend_func(blend->rt[0].rgb_func, TRUE),
122 "rgb_func", util_str_blend_func(blend->rt[0].rgb_func, TRUE),
378 switch (blend->rt[0].rgb_func) {
639 const unsigned *rgb_func; local in function:test_all
649 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
690 const unsigned *rgb_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.h96 lp_build_blend_func_reverse(unsigned rgb_func,
H A Dlp_bld_blend_aos.c389 state->rgb_func,
399 if (state->rgb_func != state->alpha_func && nr_channels > 1 &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c62 "rgb_func\t"
92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
98 util_str_blend_func(blend->rt[0].rgb_func, TRUE),
122 "rgb_func", util_str_blend_func(blend->rt[0].rgb_func, TRUE),
378 switch (blend->rt[0].rgb_func) {
639 const unsigned *rgb_func; local in function:test_all
649 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
690 const unsigned *rgb_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.h96 lp_build_blend_func_reverse(unsigned rgb_func,
H A Dlp_bld_blend_aos.c389 state->rgb_func,
399 if (state->rgb_func != state->alpha_func && nr_channels > 1 &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c66 rt0->rgb_func == PIPE_BLEND_ADD &&
79 rt0->rgb_func == rt0->alpha_func);
89 VIVS_PE_ALPHA_CONFIG_EQ_COLOR(rt0->rgb_func) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c102 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
112 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c105 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
115 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c104 A6XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
114 A6XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c83 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_blending.c351 .rgb_func = PIPE_BLEND_ADD,
385 blend->rgb_func, blend->rgb_src_factor, blend->rgb_dst_factor,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c87 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c87 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c90 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.h42 enum blend_func rgb_func : 3;
H A Dpan_blend.c147 (can_fixed_function_equation(equation.rgb_func,
299 (equation.rgb_func == BLEND_FUNC_ADD ||
300 equation.rgb_func == BLEND_FUNC_SUBTRACT) &&
353 to_panfrost_function(equation.rgb_func,
455 assert(rt_state->equation.rgb_func < ARRAY_SIZE(funcs));
462 funcs[rt_state->equation.rgb_func],
560 options.rt[0].rgb.func = rt_state->equation.rgb_func;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-blend.c207 .rgb_func = BLEND_FUNC_ADD,
228 .rgb_func = BLEND_FUNC_ADD,
249 .rgb_func = BLEND_FUNC_ADD,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c78 VIVS_PE_ALPHA_CONFIG_EQ_COLOR(translate_blend(rt0->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c94 .rgb_blend_opcode = blend_func(rt->rgb_func),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c288 ((i != 3) ? blend->rgb_func :
367 vc4_blend_func_i(b, src_blend, dst_blend, blend->rgb_func);
368 if (alpha_chan != 4 && blend->alpha_func != blend->rgb_func) {

Completed in 17 milliseconds

12345