/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 240 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 D | v3dvx_pipeline.c | 120 config.color_blend_mode = b_state->colorBlendOp; in pack_blend()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateClearTests.cpp | 65 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 D | vktDynamicStateClearTests.cpp | 64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
|
H A D | vktDrawCreateInfoUtil.cpp | 960 colorBlendOp = _colorBlendOp; in Attachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
|
H A D | vktDrawCreateInfoUtil.cpp | 960 colorBlendOp = _colorBlendOp; in Attachment()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 402 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 1183 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 D | vktPipelineBlendTests.cpp | 318 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 D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 813 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 D | vktPipelineImageSamplingInstance.cpp | 786 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 D | vktPipelineExtendedDynamicStateTests.cpp | 837 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 D | vktPipelineBlendTests.cpp | 318 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 D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 728 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 D | zink_state.c | 384 att.colorBlendOp = blend_op(rt->rgb_func); in zink_create_blend_state()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | graphics_pipeline.cc | 550 colorblend_attachment.colorBlendOp = in GetVkPipelineColorBlendAttachmentState()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 564 attachment.srcColorBlendFactor, attachment.dstColorBlendFactor, attachment.colorBlendOp, in GraphicsState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.cpp | 287 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 D | vkPipelineConstructionUtil.cpp | 138 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 D | vkSafetyCriticalUtil.cpp | 473 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 D | vn_protocol_driver_pipeline.h | 1412 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 D | panvk_vX_pipeline.c | 561 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 D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1020 m_colorBlendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()
|