Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp747 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in ImageSamplingInstance() local
751 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in ImageSamplingInstance()
752colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()
753colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
754colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in ImageSamplingInstance()
755colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance()
756colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
757colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alph… in ImageSamplingInstance()
758colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT… in ImageSamplingInstance()
770 … &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in ImageSamplingInstance()
DvktPipelineBlendOperationAdvancedTests.cpp1134 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in buildPipeline() local
1152 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline()
1162 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in buildPipeline()
1163colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachment… in buildPipeline()
1907 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in buildPipeline() local
1926 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline()
1938 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
1944 colorBlendStateParam.pAttachments = &colorBlendAttachmentStates[1]; in buildPipeline()
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/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp763 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in UnusedClearAttachmentTestInstance() local
765 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in UnusedClearAttachmentTestInstance()
774 …static_cast<deUint32>(colorBlendAttachmentStates.size()), // deUint32 attachmentCou… in UnusedClearAttachmentTestInstance()
775 …(colorBlendAttachmentStates.empty() ? DE_NULL : colorBlendAttachmentStates.data()), // const VkPip… in UnusedClearAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp103 const VkPipelineColorBlendAttachmentState colorBlendAttachmentStates[] = in makeGraphicsPipeline() local
116 DE_LENGTH_OF_ARRAY(colorBlendAttachmentStates), // deUint32 attachmentCount; in makeGraphicsPipeline()
117 colorBlendAttachmentStates, // const VkPipelineColorBlendAttachmentState* pAttachments; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp912 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in execute() local
1015 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in execute()
1215 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in execute()
1216 …&colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in execute()