Home
last modified time | relevance | path

Searched refs:colorBlendAttachmentStates (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp630 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in ImageSamplingInstance() local
634 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in ImageSamplingInstance()
635colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()
636colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
637colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in ImageSamplingInstance()
638colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()
639colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
640colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alph… in ImageSamplingInstance()
641colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT… in ImageSamplingInstance()
653 … &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in ImageSamplingInstance()
DvktPipelineFramebufferAttachmentTests.cpp231 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in makeGraphicsPipeline() local
233 colorBlendAttachmentStates.push_back(pipelineColorBlendAttachmentState); in makeGraphicsPipeline()
243 …numAttachments == 0 ? DE_NULL : &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttac… in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp102 const VkPipelineColorBlendAttachmentState colorBlendAttachmentStates[] = in makeGraphicsPipeline() local
115 DE_LENGTH_OF_ARRAY(colorBlendAttachmentStates), // deUint32 attachmentCount; in makeGraphicsPipeline()
116 colorBlendAttachmentStates, // const VkPipelineColorBlendAttachmentState* pAttachments; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp909 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in execute() local
1011 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in execute()
1211 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in execute()
1212 …&colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in execute()