Home
last modified time | relevance | path

Searched refs:V_028780_COMB_MAX_DST_SRC (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c312 return V_028780_COMB_MAX_DST_SRC; in si_translate_blend_function()
383 case V_028780_COMB_MAX_DST_SRC: in si_translate_blend_opt_function()
687 if (op == V_028780_COMB_MAX_DST_SRC || op == V_028780_COMB_MIN_DST_SRC) in radv_blend_check_commutativity()
762 if (eqRGB == V_028780_COMB_MIN_DST_SRC || eqRGB == V_028780_COMB_MAX_DST_SRC) { in radv_pipeline_init_blend_state()
766 if (eqA == V_028780_COMB_MIN_DST_SRC || eqA == V_028780_COMB_MAX_DST_SRC) { in radv_pipeline_init_blend_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h879 #define V_028780_COMB_MAX_DST_SRC 0x00000003 macro
Devergreen_state.c115 return V_028780_COMB_MAX_DST_SRC; in r600_translate_blend_function()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c291 return V_028780_COMB_MAX_DST_SRC; in si_translate_blend_function()