Home
last modified time | relevance | path

Searched refs:colorBlendAttachmentState (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp352 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 DvkSafetyCriticalUtil.hpp48 VkPipelineColorBlendAttachmentState& colorBlendAttachmentState,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp156 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local
175 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
H A DvktPipelineShaderModuleIdentifierTests.cpp2124 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 DvktPipelineSamplerBorderSwizzleTests.cpp1007 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 DvktPipelineCreationFeedbackTests.cpp541 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState in preparePipelineWrapper()
564 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in preparePipelineWrapper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp159 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in createPipelineCacheTest() local
185 rasterizationStateCreateInfo, multisampleStateCreateInfo, colorBlendAttachmentState, colorBlendStateCreateInfo, dynamicStateCreateInfo, dynamicStates, *pipelineLayout, *renderPass); in createPipelineCacheTest()
H A DvktPipelineIdentifierTests.cpp189 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 DvktPipelineEarlyDestroyTests.cpp149 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local
168 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
H A DvktPipelineSamplerBorderSwizzleTests.cpp891 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 DvktPipelineShaderModuleIdentifierTests.cpp2113 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 DvktPipelineCacheSCTests.cpp159 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in createPipelineCacheTest() local
185 rasterizationStateCreateInfo, multisampleStateCreateInfo, colorBlendAttachmentState, colorBlendStateCreateInfo, dynamicStateCreateInfo, dynamicStates, *pipelineLayout, *renderPass); in createPipelineCacheTest()
H A DvktPipelineIdentifierTests.cpp189 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 DvktFragmentShadingRatePixelConsistency.cpp839 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 DvktFragmentShadingRatePixelConsistency.cpp839 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 DvktDrawNegativeViewportHeightTests.cpp216 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in NegativeViewportHeightTestInstance() local
223 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in NegativeViewportHeightTestInstance()
H A DvktDrawInvertedDepthRangesTests.cpp282 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 DvktDrawInvertedDepthRangesTests.cpp282 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 DvktImageTestsUtil.cpp277 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 DvktRasterizationFragShaderSideEffectsTests.cpp533 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 DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp607 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 DvktImageTestsUtil.cpp277 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 DvktRasterizationFragShaderSideEffectsTests.cpp533 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 DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp608 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 DvktApiPipelineTests.cpp329 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()

Completed in 43 milliseconds

1234