Searched refs:blend_att (Results 1 – 1 of 1) sorted by relevance
94 VkPipelineColorBlendAttachmentState blend_att[PIPE_MAX_COLOR_BUFS]; in zink_create_gfx_pipeline() local103 blend_att[i] = state->blend_state->attachments[i]; in zink_create_gfx_pipeline()105 blend_att[i].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in zink_create_gfx_pipeline()106 … blend_att[i].srcColorBlendFactor = clamp_void_blend_factor(blend_att[i].srcColorBlendFactor); in zink_create_gfx_pipeline()107 … blend_att[i].dstColorBlendFactor = clamp_void_blend_factor(blend_att[i].dstColorBlendFactor); in zink_create_gfx_pipeline()110 blend_state.pAttachments = blend_att; in zink_create_gfx_pipeline()