Home
last modified time | relevance | path

Searched refs:colorBlendOp (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp240 attachment.colorBlendOp = VulkanBlendOperation(state->blend->color.operation); in ComputeColorDesc()
249 attachment.colorBlendOp = VK_BLEND_OP_ADD; in ComputeColorDesc()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c120 config.color_blend_mode = b_state->colorBlendOp; in pack_blend()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp65 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
H A DvktDrawCreateInfoUtil.cpp960 colorBlendOp = _colorBlendOp; in Attachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
H A DvktDrawCreateInfoUtil.cpp960 colorBlendOp = _colorBlendOp; in Attachment()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp402 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1183 vk::VkBlendOp colorBlendOp; member
1191 , colorBlendOp (vk::VK_BLEND_OP_ADD) in ColorBlendEq()
1205 , colorBlendOp (colorBlendOp_) in ColorBlendEq()
1210 if (isAdvancedBlendOp(colorBlendOp)) in ColorBlendEq()
1211 DE_ASSERT(colorBlendOp == alphaBlendOp); in ColorBlendEq()
1216 return isAdvancedBlendOp(colorBlendOp); in isAdvanced()
4112 configEq.colorBlendOp, // VkBlendOp advancedBlendOp; in setDynamicStates()
4124 // VUID-VkColorBlendEquationEXT-colorBlendOp-07361 forbids colorBlendOp and alphaBlendOp to be any advanced operation. in setDynamicStates()
4126 vk::VkBlendOp colorBlendOp in setDynamicStates() local
[all...]
H A DvktPipelineBlendTests.cpp318 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
400 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
1104 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1519 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1883 vk::VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in iterate()
2046 shortName << "color_" << shortBlendFactorNames[blendState.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp813 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup()
1350 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup()
H A DvktPipelineImageSamplingInstance.cpp786 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp837 vk::VkBlendOp colorBlendOp; member
845 , colorBlendOp (vk::VK_BLEND_OP_ADD) in ColorBlendEq()
859 , colorBlendOp (colorBlendOp_) in ColorBlendEq()
864 if (isAdvancedBlendOp(colorBlendOp)) in ColorBlendEq()
865 DE_ASSERT(colorBlendOp == alphaBlendOp); in ColorBlendEq()
870 return isAdvancedBlendOp(colorBlendOp); in isAdvanced()
3397 configEq.colorBlendOp, // VkBlendOp advancedBlendOp; in setDynamicStates()
3411 configEq.colorBlendOp, // VkBlendOp colorBlendOp; in setDynamicStates()
4676 m_testConfig.colorBlendEquationConfig.staticValue.colorBlendOp, // VkBlendO in iterate()
[all...]
H A DvktPipelineBlendTests.cpp318 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
400 m_blendOps[blendOpColorIndex], // VkBlendOp colorBlendOp; in getIndexedValue()
1106 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1521 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1885 vk::VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in iterate()
2048 shortName << "color_" << shortBlendFactorNames[blendState.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp728 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup()
1211 colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colorBlendOp; in setup()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c384 att.colorBlendOp = blend_op(rt->rgb_func); in zink_create_blend_state()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc550 colorblend_attachment.colorBlendOp = in GetVkPipelineColorBlendAttachmentState()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp564 attachment.srcColorBlendFactor, attachment.dstColorBlendFactor, attachment.colorBlendOp, in GraphicsState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp287 stateOut->colorBlendOp = static_cast<VkBlendOp>(packedState.colorBlendOp); in UnpackBlendAttachmentState()
1683 SetBitField(blendAttachmentState.colorBlendOp, VK_BLEND_OP_ADD);
2312 blendAttachmentState.colorBlendOp =
2358 blendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp138 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp
3627 state->colorBlendAdvanced[i].advancedBlendOp = pointerToCreateInfo->pColorBlendState->pAttachments[i].colorBlendOp; in buildPipeline()
3644 state->blendEquations[i].colorBlendOp = pointerToCreateInfo->pColorBlendState->pAttachments[i].colorBlendOp; in buildPipeline()
3651 // colorBlendOp and alphaBlendOp must not be advanced blend operations and they will be set with colorBlendAdvanced in buildPipeline()
3654 state->blendEquations[i].colorBlendOp = vk::VK_BLEND_OP_ADD; in buildPipeline()
4082 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in setShaderObjectDynamicStates()
H A DvkSafetyCriticalUtil.cpp473 gpCI.pColorBlendState->pAttachments[i].blendEnable, deUint32(gpCI.pColorBlendState->pAttachments[i].srcColorBlendFactor), deUint32(gpCI.pColorBlendState->pAttachments[i].dstColorBlendFactor), deUint32(gpCI.pColorBlendState->pAttachments[i].colorBlendOp), in calculateGraphicsPipelineHash()
813 VK_BLEND_OP_ADD, // VkBlendOp colorBlendOp; in prepareSimpleGraphicsPipelineCI()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1412 size += vn_sizeof_VkBlendOp(&val->colorBlendOp); in vn_sizeof_VkPipelineColorBlendAttachmentState()
1426 vn_encode_VkBlendOp(enc, &val->colorBlendOp); in vn_encode_VkPipelineColorBlendAttachmentState()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c561 out->equation.rgb_func = translate_blend_op(in->colorBlendOp); in panvk_pipeline_builder_parse_color_blend()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp1020 m_colorBlendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()

Completed in 64 milliseconds

12