Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c107 VkPipelineColorBlendAttachmentState blend_att[PIPE_MAX_COLOR_BUFS]; in zink_create_gfx_pipeline() local
118 blend_att[i] = state->blend_state->attachments[i]; in zink_create_gfx_pipeline()
120 blend_att[i].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in zink_create_gfx_pipeline()
121blend_att[i].srcColorBlendFactor = clamp_void_blend_factor(blend_att[i].srcColorBlendFactor); in zink_create_gfx_pipeline()
122blend_att[i].dstColorBlendFactor = clamp_void_blend_factor(blend_att[i].dstColorBlendFactor); in zink_create_gfx_pipeline()
125 blend_state.pAttachments = blend_att; in zink_create_gfx_pipeline()