Searched refs:colorBlendAttachmentStates (Results 1 – 4 of 4) sorted by relevance
630 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in ImageSamplingInstance() local634 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in ImageSamplingInstance()635 …colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()636 …colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()637 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in ImageSamplingInstance()638 …colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()639 …colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()640 …colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alph… in ImageSamplingInstance()641 …colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT… in ImageSamplingInstance()653 … &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in ImageSamplingInstance()
231 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in makeGraphicsPipeline() local233 colorBlendAttachmentStates.push_back(pipelineColorBlendAttachmentState); in makeGraphicsPipeline()243 …numAttachments == 0 ? DE_NULL : &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttac… in makeGraphicsPipeline()
102 const VkPipelineColorBlendAttachmentState colorBlendAttachmentStates[] = in makeGraphicsPipeline() local115 DE_LENGTH_OF_ARRAY(colorBlendAttachmentStates), // deUint32 attachmentCount; in makeGraphicsPipeline()116 colorBlendAttachmentStates, // const VkPipelineColorBlendAttachmentState* pAttachments; in makeGraphicsPipeline()
909 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in execute() local1011 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in execute()1211 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in execute()1212 …&colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in execute()