HomeSort by: relevance | last modified time | path
    Searched refs:alpha_func (Results 1 - 25 of 134) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
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
650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) {
693 const unsigned *alpha_func; local
    [all...]
lp_bld_blend.c 67 lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func)
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)
lp_bld_blend.h 97 unsigned alpha_func);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
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
650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) {
693 const unsigned *alpha_func; local
    [all...]
lp_bld_blend.c 67 lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func)
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)
lp_bld_blend.h 97 unsigned alpha_func);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
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);
etnaviv_zsa.c 103 VIVS_PE_ALPHA_OP_ALPHA_FUNC(so->alpha_func) |
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_blend.c 95 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
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/
fd3_zsa.c 91 A3XX_RB_RENDER_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
fd3_blend.c 93 blend_func(rt->alpha_func)) |
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_zsa.c 95 A4XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
fd4_blend.c 93 blend_func(rt->alpha_func)) |
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
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/panfrost/
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/a5xx/
fd5_blend.c 96 blend_func(rt->alpha_func)) |
fd5_zsa.c 112 A5XX_RB_ALPHA_CONTROL_ALPHA_TEST_FUNC(cso->alpha_func);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.h 47 enum blend_func alpha_func : 3; member in struct:pan_blend_equation
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/freedreno/a2xx/
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/
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/r300/
r300_state_inlines.h 171 static inline uint32_t r300_translate_alpha_function(int alpha_func)
173 switch (alpha_func) {
191 fprintf(stderr, "r300: Unknown alpha function %d", alpha_func);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
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/r300/
r300_state_inlines.h 171 static inline uint32_t r300_translate_alpha_function(int alpha_func)
173 switch (alpha_func) {
191 fprintf(stderr, "r300: Unknown alpha function %d", alpha_func);

Completed in 38 milliseconds

1 2 3 4 5 6