Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h881 #define S_028780_COLOR_DESTBLEND(x) (((unsigned)(x) & 0x1F) << 8) macro
Devergreen_state.c399 bc |= S_028780_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB)); in evergreen_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c591 blend_cntl |= S_028780_COLOR_DESTBLEND(si_translate_blend_factor(sctx->gfx_level, dstRGB)); in si_create_blend_state_mode()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c816 blend_cntl |= S_028780_COLOR_DESTBLEND(dstRGB); in radv_pipeline_init_blend_state()