/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 716 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in setup() 725 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in setup() 726 colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcColorBlendFactor; in setup() 727 colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstColorBlendFactor; in setup() 728 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup() 729 colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcAlphaBlendFactor; in setup() 730 colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstAlphaBlendFactor; in setup() 731 colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alphaBlendOp; in setup() 732 colorBlendAttachmentStates[imgNdx].colorWriteMask = colorComponents; // VkColorComponentFlags colorWriteMask; in setup() 743 &colorBlendAttachmentStates[ in setup() [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 773 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in setup() 777 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in setup() 778 colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcColorBlendFactor; in setup() 779 colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstColorBlendFactor; in setup() 780 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup() 781 colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcAlphaBlendFactor; in setup() 782 colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstAlphaBlendFactor; in setup() 783 colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alphaBlendOp; in setup() 784 colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask; in setup() 796 &colorBlendAttachmentStates[ in setup() [all...] |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1038 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in buildPipeline() local 1056 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline() 1066 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in buildPipeline() 1067 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline() 1707 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; 1726 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); 1738 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; 1744 colorBlendStateParam.pAttachments = &colorBlendAttachmentStates[1];
|
H A D | vktPipelineColorWriteEnableTests.cpp | 1533 std::vector<vk::VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates( in setupAndBuildPipeline() 1560 colorBlendAttachmentStates[i].colorWriteMask = colorWriteMask; in setupAndBuildPipeline() 1561 colorBlendAttachmentStates[i].blendEnable = colorWriteEnables[i]; in setupAndBuildPipeline() 1583 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments in setupAndBuildPipeline()
|
H A D | vktPipelineFramebufferAttachmentTests.cpp | 238 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in preparePipelineWrapper() local 240 colorBlendAttachmentStates.push_back(pipelineColorBlendAttachmentState); in preparePipelineWrapper() 250 numAttachments == 0 ? DE_NULL : &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in preparePipelineWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 801 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in setup() 810 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in setup() 811 colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcColorBlendFactor; in setup() 812 colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstColorBlendFactor; in setup() 813 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup() 814 colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcAlphaBlendFactor; in setup() 815 colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstAlphaBlendFactor; in setup() 816 colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alphaBlendOp; in setup() 817 colorBlendAttachmentStates[imgNdx].colorWriteMask = colorComponents; // VkColorComponentFlags colorWriteMask; in setup() 828 &colorBlendAttachmentStates[ in setup() [all...] |
H A D | vktPipelineImageSamplingInstance.cpp | 779 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates(m_imageCount); in setup() 783 colorBlendAttachmentStates[imgNdx].blendEnable = false; // VkBool32 blendEnable; in setup() 784 colorBlendAttachmentStates[imgNdx].srcColorBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcColorBlendFactor; in setup() 785 colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstColorBlendFactor; in setup() 786 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup() 787 colorBlendAttachmentStates[imgNdx].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; // VkBlendFactor srcAlphaBlendFactor; in setup() 788 colorBlendAttachmentStates[imgNdx].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendFactor dstAlphaBlendFactor; in setup() 789 colorBlendAttachmentStates[imgNdx].alphaBlendOp = VK_BLEND_OP_ADD; // VkBlendOp alphaBlendOp; in setup() 790 colorBlendAttachmentStates[imgNdx].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | // VkColorComponentFlags colorWriteMask; in setup() 802 &colorBlendAttachmentStates[ in setup() [all...] |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1032 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in buildPipeline() local 1050 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline() 1060 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in buildPipeline() 1061 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline() 1716 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; 1735 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); 1747 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; 1753 colorBlendStateParam.pAttachments = &colorBlendAttachmentStates[1];
|
H A D | vktPipelineColorWriteEnableTests.cpp | 1544 std::vector<vk::VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates( in setupAndBuildPipeline() 1571 colorBlendAttachmentStates[i].colorWriteMask = colorWriteMask; in setupAndBuildPipeline() 1572 colorBlendAttachmentStates[i].blendEnable = colorWriteEnables[i]; in setupAndBuildPipeline() 1594 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments in setupAndBuildPipeline()
|
H A D | vktPipelineFramebufferAttachmentTests.cpp | 241 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in preparePipelineWrapper() local 243 colorBlendAttachmentStates.push_back(pipelineColorBlendAttachmentState); in preparePipelineWrapper() 253 numAttachments == 0 ? DE_NULL : &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in preparePipelineWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 775 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in UnusedClearAttachmentTestInstance() local 777 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in UnusedClearAttachmentTestInstance() 786 static_cast<deUint32>(colorBlendAttachmentStates.size()), // deUint32 attachmentCount in UnusedClearAttachmentTestInstance() 787 (colorBlendAttachmentStates.empty() ? DE_NULL : colorBlendAttachmentStates.data()), // const VkPipelineColorBlendAttachmentState* pAttachments in UnusedClearAttachmentTestInstance()
|
H A D | vktRenderPassDitheringTests.cpp | 748 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in createDrawResources() local 762 colorBlendAttachmentStates.emplace_back(blendState); in createDrawResources() 772 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount in createDrawResources() 773 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments in createDrawResources()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 776 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in UnusedClearAttachmentTestInstance() local 778 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in UnusedClearAttachmentTestInstance() 787 static_cast<deUint32>(colorBlendAttachmentStates.size()), // deUint32 attachmentCount in UnusedClearAttachmentTestInstance() 788 (colorBlendAttachmentStates.empty() ? DE_NULL : colorBlendAttachmentStates.data()), // const VkPipelineColorBlendAttachmentState* pAttachments in UnusedClearAttachmentTestInstance()
|
H A D | vktRenderPassDitheringTests.cpp | 750 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in createDrawResources() local 764 colorBlendAttachmentStates.emplace_back(blendState); in createDrawResources() 774 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount in createDrawResources() 775 colorBlendAttachmentStates.data(), // const VkPipelineColorBlendAttachmentState* pAttachments in createDrawResources()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 924 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in execute() local 1027 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in execute() 1227 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in execute() 1228 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 924 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentStates; in execute() local 1027 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in execute() 1227 (deUint32)colorBlendAttachmentStates.size(), // deUint32 attachmentCount; in execute() 1228 &colorBlendAttachmentStates[0], // const VkPipelineColorBlendAttachmentState* pAttachments; in execute()
|