Searched refs:blend_equation_to_vk_blend_op (Results 1 – 2 of 2) sorted by relevance
344 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() function443 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()446 attachmentState->alphaBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()
348 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() function447 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()450 attachmentState->alphaBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()