Home
last modified time | relevance | path

Searched refs:VK_BLEND_FACTOR_ZERO (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp822 if(sourceBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
824 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
835 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
846 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
856 if(sourceBlendFactor(index) == VK_BLEND_FACTOR_ZERO && attachments.isColorClamped(index)) in blendOperation()
862 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
873 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
883 if(sourceBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
885 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO) in blendOperation()
896 if(destBlendFactor(index) == VK_BLEND_FACTOR_ZERO && attachments.isColorClamped(index)) in blendOperation()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMatchedAttachmentsTests.cpp274 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in testMatchedAttachments()
275 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in testMatchedAttachments()
277 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in testMatchedAttachments()
278 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in testMatchedAttachments()
DvktPipelineEarlyDestroyTests.cpp162 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in testEarlyDestroy()
163 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in testEarlyDestroy()
165 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in testEarlyDestroy()
166 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in testEarlyDestroy()
DvktPipelineStencilExportTests.cpp358 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in makeGraphicsPipeline()
359 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
361 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in makeGraphicsPipeline()
362 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktPipelineSpecConstantUtil.cpp218 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in build()
221 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in build()
DvktPipelineColorWriteEnableTests.cpp781 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in iterate()
782 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in iterate()
784 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in iterate()
785 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp332 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in drawTriangleTest()
333 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in drawTriangleTest()
335 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in drawTriangleTest()
336 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in drawTriangleTest()
792 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in createSimpleGraphicsPipeline()
793 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in createSimpleGraphicsPipeline()
795 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in createSimpleGraphicsPipeline()
796 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in createSimpleGraphicsPipeline()
DvktApiSmokeTests.cpp918 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in renderTriangleDummyExtStructTest()
919 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in renderTriangleDummyExtStructTest()
921 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in renderTriangleDummyExtStructTest()
922 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in renderTriangleDummyExtStructTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp255 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in makeGraphicsPipeline()
256 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in makeGraphicsPipeline()
258 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in makeGraphicsPipeline()
259 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp611 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in MultipleSubpassesMultipleCommandBuffersTestInstance()
612 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in MultipleSubpassesMultipleCommandBuffersTestInstance()
614 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in MultipleSubpassesMultipleCommandBuffersTestInstance()
615 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in MultipleSubpassesMultipleCommandBuffersTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp756 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in UnusedClearAttachmentTestInstance()
757 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in UnusedClearAttachmentTestInstance()
759 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in UnusedClearAttachmentTestInstance()
760 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in UnusedClearAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp536 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor in iterate()
537 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor in iterate()
539 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor in iterate()
540 vk::VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor in iterate()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h116 case VK_BLEND_FACTOR_ZERO: in vk_conv_blend_factor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp164 return VK_BLEND_FACTOR_ZERO; in VulkanBlendFactor()
248 attachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in ComputeColorDesc()
251 attachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in ComputeColorDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp836 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcColorBlendFactor; in iterate()
837 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in iterate()
839 VK_BLEND_FACTOR_ZERO, // VkBlendFactor srcAlphaBlendFactor; in iterate()
840 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp319 VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD,
320 VK_BLEND_FACTOR_ZERO, VK_BLEND_FACTOR_ZERO, VK_BLEND_OP_ADD,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c42 return VK_BLEND_FACTOR_ZERO; in clamp_void_blend_factor()
120 blend_att[i].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in zink_create_gfx_pipeline()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp301 return VK_BLEND_FACTOR_ZERO; in blend_coeff_to_vk_blend()
333 return VK_BLEND_FACTOR_ZERO; in blend_coeff_to_vk_blend()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp95 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
98 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp265 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
268 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktDrawShaderLayerTests.cpp239 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
242 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktDrawShaderViewportIndexTests.cpp256 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
259 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h186 [VK_BLEND_FACTOR_ZERO] = FACTOR_ZERO, in tu6_blend_factor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp838 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
839 blendAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
840 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
841 blendAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp318 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
321 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()

1234