Home
last modified time | relevance | path

Searched refs:colorBlendOp (Results 1 – 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl256 …tor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor … argument
262 res.colorBlendOp = colorBlendOp;
703 …tor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp colorBlendOp, VkBlendFactor … argument
708 res.colorBlendOp = colorBlendOp;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dframebuffer.adoc200 * pname:colorBlendOp selects which blend operation is used to calculate
244 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01406]]
245 If either of pname:colorBlendOp or pname:alphaBlendOp is an
247 pname:colorBlendOp must: equal pname:alphaBlendOp
251 is ename:VK_FALSE and pname:colorBlendOp is an
253 pname:colorBlendOp must: be the same for all attachments
263 is ename:VK_FALSE, then pname:colorBlendOp must: not be
280 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01410]]
281 If pname:colorBlendOp or pname:alphaBlendOp is an
380 slink:VkPipelineColorBlendAttachmentState::pname:colorBlendOp,
[all …]
Dframebuffer.txt167 * pname:colorBlendOp selects which blend operation is used to calculate
211 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01406]]
212 If either of pname:colorBlendOp or pname:alphaBlendOp is an
214 pname:colorBlendOp must: equal pname:alphaBlendOp
218 is ename:VK_FALSE and pname:colorBlendOp is an
220 pname:colorBlendOp must: be the same for all attachments
230 is ename:VK_FALSE, then pname:colorBlendOp must: not be
247 * [[VUID-VkPipelineColorBlendAttachmentState-colorBlendOp-01410]]
248 If pname:colorBlendOp or pname:alphaBlendOp is an
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_extended_dynamic_state3.adoc94 - VkPipelineColorBlendAttachmentState::colorBlendOp
131 - VkPipelineColorBlendAttachmentState::colorBlendOp
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp240 attachment.colorBlendOp = VulkanBlendOperation(state->blend->color.operation); in ComputeColorDesc()
249 attachment.colorBlendOp = VK_BLEND_OP_ADD; in ComputeColorDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateClearTests.cpp64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateClearTests.cpp64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c120 config.color_blend_mode = b_state->colorBlendOp; in pack_blend()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp1106 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1521 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
2048 …rtBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
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, // VkBlendOp colo… in iterate()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp728 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in setup()
1211 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in setup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineBlendTests.cpp1106 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
1521 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
2048 …rtBlendFactorNames[blendState.dstColorBlendFactor] << "_" << blendOpNames[blendState.colorBlendOp]; in getBlendStateName()
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, // VkBlendOp colo… in iterate()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp728 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in setup()
1211 …colorBlendAttachmentStates[imgNdx].colorBlendOp = VK_BLEND_OP_ADD; // VkBlendOp colo… in setup()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp402 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation); in setup_color_blend_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp287 stateOut->colorBlendOp = static_cast<VkBlendOp>(packedState.colorBlendOp); in UnpackBlendAttachmentState()
1683 SetBitField(blendAttachmentState.colorBlendOp, VK_BLEND_OP_ADD); in initDefaults()
2312 blendAttachmentState.colorBlendOp = in updateBlendEquations()
2358 blendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in resetBlendFuncsAndEquations()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp564 … attachment.srcColorBlendFactor, attachment.dstColorBlendFactor, attachment.colorBlendOp, in GraphicsState()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dgraphics_pipeline.cc550 colorblend_attachment.colorBlendOp = in GetVkPipelineColorBlendAttachmentState()
/third_party/vk-gl-cts/external/amber/src/docs/
Dvk_script.md325 * `colorBlendOp <VkBlendOp>`
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c384 att.colorBlendOp = blend_op(rt->rgb_func); in zink_create_blend_state()
/third_party/mesa3d/src/virtio/venus-protocol/
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/
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/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp1020 m_colorBlendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()

123