/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMatchedAttachmentsTests.cpp | 271 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testMatchedAttachments() local 291 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testMatchedAttachments()
|
D | vktPipelineEarlyDestroyTests.cpp | 159 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local 178 …&colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
|
D | vktPipelineSamplerBorderSwizzleTests.cpp | 961 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local 962 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate() 963 …colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | … in iterate() 973 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
D | vktPipelineCreationFeedbackTests.cpp | 360 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 383 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 1138 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 1152 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline() 1912 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 1926 colorBlendAttachmentStates.emplace_back(colorBlendAttachmentState); in buildPipeline()
|
D | vktPipelineExecutablePropertiesTests.cpp | 411 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 434 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
|
D | vktPipelineColorWriteEnableTests.cpp | 776 std::vector<vk::VkPipelineColorBlendAttachmentState> colorBlendAttachmentState( in iterate() local 812 …colorBlendAttachmentState.data(), // const VkPipelineColorBlendAttachmentState* pAttachm… in iterate()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 622 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 645 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
|
D | vktPipelineInputAssemblyTests.cpp | 1362 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in InputAssemblyInstance() local 1383 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in InputAssemblyInstance()
|
D | vktPipelineCacheTests.cpp | 307 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local 330 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 252 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local 275 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in makeGraphicsPipeline() 485 VkPipelineColorBlendAttachmentState colorBlendAttachmentState = {}; in makeGraphicsPipeline() local 486 …colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | … in makeGraphicsPipeline() 490 colorBlendStateCreateInfoDefault.pAttachments = &colorBlendAttachmentState; in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 832 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState[] = in iterate() local 853 …sizeof(colorBlendAttachmentState) / sizeof(colorBlendAttachmentState[0]), // deUint32 att… in iterate() 854 colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawNegativeViewportHeightTests.cpp | 210 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in NegativeViewportHeightTestInstance() local 217 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in NegativeViewportHeightTestInstance()
|
D | vktDrawInvertedDepthRangesTests.cpp | 271 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in InvertedDepthRangesTestInstance() local 278 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in InvertedDepthRangesTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 329 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in drawTriangleTest() local 349 …&colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in drawTriangleTest() 789 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in createSimpleGraphicsPipeline() local 809 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in createSimpleGraphicsPipeline()
|
D | vktApiSmokeTests.cpp | 915 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in renderTriangleDummyExtStructTest() local 938 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in renderTriangleDummyExtStructTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 608 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in MultipleSubpassesMultipleCommandBuffersTestInstance() local 631 …&colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachmen… in MultipleSubpassesMultipleCommandBuffersTestInstance()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 753 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in UnusedClearAttachmentTestInstance() local 770 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in UnusedClearAttachmentTestInstance()
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 1004 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local 1024 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate()
|
D | vktRenderPassSubpassDependencyTests.cpp | 2605 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterateInternal() local 2626 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterateInternal() 3255 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterateInternal() local 3278 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterateInternal()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 1006 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState in buildGraphicsPipeline() local 1029 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in buildGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 314 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local 326 …neColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorBlendAttachmentState); in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 533 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local 556 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
|
D | vktRasterizationOrderAttachmentAccessTests.cpp | 981 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentState(m_colorAttNum, in createPipeline() local 1002 (deUint32)colorBlendAttachmentState.size(), // deUint32 attachmentCount; in createPipeline() 1003 …colorBlendAttachmentState.data(), // const VkPipelineColorBlendAttachmentState* pAttachments; in createPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 1020 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local 1043 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate()
|