Searched refs:blend_att (Results 1 – 1 of 1) sorted by relevance
107 VkPipelineColorBlendAttachmentState blend_att[PIPE_MAX_COLOR_BUFS]; in zink_create_gfx_pipeline() local118 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()121 … blend_att[i].srcColorBlendFactor = clamp_void_blend_factor(blend_att[i].srcColorBlendFactor); in zink_create_gfx_pipeline()122 … blend_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()