HomeSort by: relevance | last modified time | path
    Searched defs:alpha_func (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.h 47 enum blend_func alpha_func : 3; member in struct:pan_blend_equation
  /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...]
  /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...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_shader.h 83 unsigned alpha_func:4; /**< SVGA3D_CMP_x */ member in struct:svga_compile_key::__anon4431
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_emit.c 88 uint32_t alpha_func = dsa->alpha_function; local
92 if (is_r500 && (alpha_func & R300_FG_ALPHA_FUNC_ENABLE)) {
98 alpha_func |= R500_FG_ALPHA_FUNC_FP16_ENABLE;
100 alpha_func |= R500_FG_ALPHA_FUNC_8BIT;
107 alpha_func |= R300_FG_ALPHA_FUNC_MASK_ENABLE |
112 OUT_CS_REG(R300_FG_ALPHA_FUNC, alpha_func);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_shader.h 87 unsigned alpha_func:4; /**< SVGA3D_CMP_x */ member in struct:svga_compile_key::__anon2006
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_emit.c 88 uint32_t alpha_func = dsa->alpha_function; local
92 if (is_r500 && (alpha_func & R300_FG_ALPHA_FUNC_ENABLE)) {
98 alpha_func |= R500_FG_ALPHA_FUNC_FP16_ENABLE;
100 alpha_func |= R500_FG_ALPHA_FUNC_8BIT;
107 alpha_func |= R300_FG_ALPHA_FUNC_MASK_ENABLE |
112 OUT_CS_REG(R300_FG_ALPHA_FUNC, alpha_func);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state.h 119 ubyte alpha_func:3; member in struct:si_state_dsa
si_shader.h 449 unsigned alpha_func:3; member in struct:si_ps_epilog_bits
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.h 131 ubyte alpha_func : 3; member in struct:si_state_dsa
si_shader.h 571 unsigned alpha_func : 3; member in struct:si_ps_epilog_bits
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 331 unsigned alpha_func:3; /**< PIPE_FUNC_x */ member in struct:pipe_depth_stencil_alpha_state
352 unsigned alpha_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 346 unsigned alpha_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c 1282 if (rt->rgb_func != rt->alpha_func ||
1304 be.AlphaBlendFunction = rt->alpha_func;
1409 unsigned alpha_func:3; /**< PIPE_FUNC_x */ member in struct:iris_depth_stencil_alpha_state
1436 cso->alpha_func = state->alpha_func;
1508 if (cso_changed(alpha_func))
5779 bs.AlphaTestFunction = translate_compare_func(cso_zsa->alpha_func);

Completed in 37 milliseconds