Searched refs:colorBlendAttachmentStates (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 747 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in ImageSamplingInstance() local 751 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in ImageSamplingInstance() 752 …colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance() 753 …colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance() 754 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in ImageSamplingInstance() 755 …colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFa… in ImageSamplingInstance() 756 …colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance() 757 …colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alph… in ImageSamplingInstance() 758 …colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT… in ImageSamplingInstance() 770 … &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in ImageSamplingInstance()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 1134 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in buildPipeline() local 1152 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline() 1162 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in buildPipeline() 1163 …colorBlendAttachmentStates.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()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 231 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/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 763 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/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 103 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/ |
D | vktShaderExecutor.cpp | 912 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()
|