Home
last modified time | relevance | path

Searched refs:colorBlendAttachmentState (Results 1 – 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMatchedAttachmentsTests.cpp271 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testMatchedAttachments() local
291 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testMatchedAttachments()
DvktPipelineEarlyDestroyTests.cpp159 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in testEarlyDestroy() local
178 …&colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in testEarlyDestroy()
DvktPipelineSamplerBorderSwizzleTests.cpp961 VkPipelineColorBlendAttachmentState colorBlendAttachmentState; in iterate() local
962 deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState)); in iterate()
963colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | … in iterate()
973 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
DvktPipelineCreationFeedbackTests.cpp360 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local
383 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
DvktPipelineBlendOperationAdvancedTests.cpp1138 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()
DvktPipelineExecutablePropertiesTests.cpp411 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local
434 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
DvktPipelineColorWriteEnableTests.cpp776 std::vector<vk::VkPipelineColorBlendAttachmentState> colorBlendAttachmentState( in iterate() local
812colorBlendAttachmentState.data(), // const VkPipelineColorBlendAttachmentState* pAttachm… in iterate()
DvktPipelineDepthRangeUnrestrictedTests.cpp622 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local
645 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
DvktPipelineInputAssemblyTests.cpp1362 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in InputAssemblyInstance() local
1383 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in InputAssemblyInstance()
DvktPipelineCacheTests.cpp307 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in buildPipeline() local
330 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in buildPipeline()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp252 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local
275 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in makeGraphicsPipeline()
485 VkPipelineColorBlendAttachmentState colorBlendAttachmentState = {}; in makeGraphicsPipeline() local
486colorBlendAttachmentState.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/
DvktFragmentShadingRatePixelConsistency.cpp832 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/
DvktDrawNegativeViewportHeightTests.cpp210 const PipelineCreateInfo::ColorBlendState::Attachment colorBlendAttachmentState; in NegativeViewportHeightTestInstance() local
217 pipelineCreateInfo.addState (PipelineCreateInfo::ColorBlendState (1, &colorBlendAttachmentState)); in NegativeViewportHeightTestInstance()
DvktDrawInvertedDepthRangesTests.cpp271 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/
DvktApiPipelineTests.cpp329 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()
DvktApiSmokeTests.cpp915 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in renderTriangleDummyExtStructTest() local
938 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in renderTriangleDummyExtStructTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp608 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in MultipleSubpassesMultipleCommandBuffersTestInstance() local
631 …&colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachmen… in MultipleSubpassesMultipleCommandBuffersTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp753 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in UnusedClearAttachmentTestInstance() local
770 colorBlendAttachmentStates.push_back(colorBlendAttachmentState); in UnusedClearAttachmentTestInstance()
DvktRenderPassLoadStoreOpNoneTests.cpp1004 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local
1024 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate()
DvktRenderPassSubpassDependencyTests.cpp2605 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()
DvktRenderPassFragmentDensityMapTests.cpp1006 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState in buildGraphicsPipeline() local
1029 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in buildGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp314 const VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in makeGraphicsPipeline() local
326 …neColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorBlendAttachmentState); in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp533 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local
556 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments; in iterate()
DvktRasterizationOrderAttachmentAccessTests.cpp981 std::vector<VkPipelineColorBlendAttachmentState> colorBlendAttachmentState(m_colorAttNum, in createPipeline() local
1002 (deUint32)colorBlendAttachmentState.size(), // deUint32 attachmentCount; in createPipeline()
1003colorBlendAttachmentState.data(), // const VkPipelineColorBlendAttachmentState* pAttachments; in createPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1020 const vk::VkPipelineColorBlendAttachmentState colorBlendAttachmentState = in iterate() local
1043 &colorBlendAttachmentState, // const VkPipelineColorBlendAttachmentState* pAttachments in iterate()

12