Searched refs:dstA_opt (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c710 unsigned srcRGB_opt, dstRGB_opt, srcA_opt, dstA_opt; local in function:radv_pipeline_init_blend_state
770 dstA_opt = si_translate_blend_opt_factor(dstA, true);
776 dstA_opt = V_028760_BLEND_OPT_PRESERVE_NONE_IGNORE_NONE;
790 S_028760_ALPHA_DST_OPT(dstA_opt) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c500 unsigned srcRGB_opt, dstRGB_opt, srcA_opt, dstA_opt; local in function:si_create_blend_state_mode
563 dstA_opt = si_translate_blend_opt_factor(dstA, true);
569 dstA_opt = V_028760_BLEND_OPT_PRESERVE_NONE_IGNORE_NONE;
583 S_028760_ALPHA_DST_OPT(dstA_opt) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c500 unsigned srcRGB_opt, dstRGB_opt, srcA_opt, dstA_opt; local in function:si_create_blend_state_mode
556 dstA_opt = si_translate_blend_opt_factor(dstA, true);
562 dstA_opt = V_028760_BLEND_OPT_PRESERVE_NONE_IGNORE_NONE;
573 S_028760_ALPHA_SRC_OPT(srcA_opt) | S_028760_ALPHA_DST_OPT(dstA_opt) |
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c653 unsigned srcRGB_opt, dstRGB_opt, srcA_opt, dstA_opt; local in function:radv_pipeline_init_blend_state
715 dstA_opt = si_translate_blend_opt_factor(dstA, true);
721 dstA_opt = V_028760_BLEND_OPT_PRESERVE_NONE_IGNORE_NONE;
732 S_028760_ALPHA_SRC_OPT(srcA_opt) | S_028760_ALPHA_DST_OPT(dstA_opt) |

Completed in 26 milliseconds