/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 352 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local 375 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in makeGraphicsPipeline() 527 VkPipelineColorBlendAttachmentState colorBlendAttachmentState = {}; in makeGraphicsPipeline() local 528 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in makeGraphicsPipeline() 532 colorBlendStateCreateInfoDefault.pAttachments = &colorBlendAttachmentState; in makeGraphicsPipeline()
|
H A D | vkSafetyCriticalUtil.hpp | 48 VkPipelineColorBlendAttachmentState& colorBlendAttachmentState,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 156 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local 175 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
|
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2124 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 2125 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 2126 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 2135 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate() 3268 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 3269 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 3270 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 3279 &colorBlendAttachmentState, // cons in iterate() [all...] |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1007 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 1008 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 1009 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 1019 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
H A D | vktPipelineCreationFeedbackTests.cpp | 541 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState in preparePipelineWrapper() 564 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in preparePipelineWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 159 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in createPipelineCacheTest() local 185 rasterizationStateCreateInfo, multisampleStateCreateInfo, colorBlendAttachmentState, colorBlendStateCreateInfo, dynamicStateCreateInfo, dynamicStates, *pipelineLayout, *renderPass); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 189 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentState (pipelineCount); in testGraphicsPipelineIdentifier() 222 rasterizationStateCreateInfo[i], multisampleStateCreateInfo[i], colorBlendAttachmentState[i], colorBlendStateCreateInfo[i], dynamicStateCreateInfo[i], dynamicStates[i], *pipelineLayout, *renderPass); in testGraphicsPipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 149 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local 168 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 891 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 892 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 893 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 903 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 2113 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 2114 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 2115 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 2124 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate() 3252 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 3253 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 3254 colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT); in iterate() 3263 &colorBlendAttachmentState, // cons in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 159 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in createPipelineCacheTest() local 185 rasterizationStateCreateInfo, multisampleStateCreateInfo, colorBlendAttachmentState, colorBlendStateCreateInfo, dynamicStateCreateInfo, dynamicStates, *pipelineLayout, *renderPass); in createPipelineCacheTest()
|
H A D | vktPipelineIdentifierTests.cpp | 189 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentState (pipelineCount); in testGraphicsPipelineIdentifier() 222 rasterizationStateCreateInfo[i], multisampleStateCreateInfo[i], colorBlendAttachmentState[i], colorBlendStateCreateInfo[i], dynamicStateCreateInfo[i], dynamicStates[i], *pipelineLayout, *renderPass); in testGraphicsPipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 839 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState[] = in iterate() local 860 sizeof(colorBlendAttachmentState) / sizeof(colorBlendAttachmentState[0]), // deUint32 attachmentCount; in iterate() 861 colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 839 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState[] = in iterate() local 860 sizeof(colorBlendAttachmentState) / sizeof(colorBlendAttachmentState[0]), // deUint32 attachmentCount; in iterate() 861 colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 216 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in NegativeViewportHeightTestInstance() local 223 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in NegativeViewportHeightTestInstance()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 282 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in InvertedDepthRangesTestInstance() local 289 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in InvertedDepthRangesTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 282 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in InvertedDepthRangesTestInstance() local 289 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in InvertedDepthRangesTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 277 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local 289 std::vector<VkPipelineColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorBlendAttachmentState); in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 533 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local 556 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 607 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in MultipleSubpassesMultipleCommandBuffersTestInstance() local 630 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 277 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local 289 std::vector<VkPipelineColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorBlendAttachmentState); in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 533 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local 556 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 608 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in MultipleSubpassesMultipleCommandBuffersTestInstance() local 631 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPipelineTests.cpp | 329 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in drawTriangleTest() local 349 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in drawTriangleTest() 792 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in createSimpleGraphicsPipeline() local 812 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in createSimpleGraphicsPipeline()
|