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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c94 VkPipelineColorBlendAttachmentState blend_att[PIPE_MAX_COLOR_BUFS]; local in function:zink_create_gfx_pipeline
103 blend_att[i] = state->blend_state->attachments[i];
105 blend_att[i].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO;
106 blend_att[i].srcColorBlendFactor = clamp_void_blend_factor(blend_att[i].srcColorBlendFactor);
107 blend_att[i].dstColorBlendFactor = clamp_void_blend_factor(blend_att[i].dstColorBlendFactor);
110 blend_state.pAttachments = blend_att;

Completed in 3 milliseconds