Searched refs:srcColorBlendFactor (Results 1 – 17 of 17) sorted by relevance
202 …lineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFac… argument206 res.srcColorBlendFactor = srcColorBlendFactor;
737 VkBlendFactor srcColorBlendFactor; member
2383 s << "\tsrcColorBlendFactor = " << value.srcColorBlendFactor << '\n';
928 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage()1004 …shortName << "color_" << shortBlendFactorNames[blendState.srcColorBlendFactor] << "_" << shortBlen… in getBlendStateName()
362 attachmentState->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff); in setup_color_blend_state()
378 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
941 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
947 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
380 vk::VkBlendFactor srcColorBlendFactor = vk::VK_BLEND_FACTOR_SRC_COLOR,
940 srcColorBlendFactor = _srcColorBlendFactor; in Attachment()
325 blend_attachment.srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in create_pipeline()
822 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
3171 …if (pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor < VK_BLEND_FACTOR_BEGIN_RANG… in PreCreateGraphicsPipelines()3172 … pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor > VK_BLEND_FACTOR_END_RANGE) { in PreCreateGraphicsPipelines()
3039 … (pAttachments[0].srcColorBlendFactor != pAttachments[i].srcColorBlendFactor) || in verifyPipelineCreateState()
1791 VkBlendFactor srcColorBlendFactor; member
1800 VkBlendFactor srcColorBlendFactor; member