/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 256 …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/ |
D | framebuffer.adoc | 200 * 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 …]
|
D | framebuffer.txt | 167 * 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/ |
D | VK_EXT_extended_dynamic_state3.adoc | 94 - VkPipelineColorBlendAttachmentState::colorBlendOp 131 - VkPipelineColorBlendAttachmentState::colorBlendOp
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 240 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/ |
D | vktDynamicStateClearTests.cpp | 64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateClearTests.cpp | 64 m_attachmentState.colorBlendOp = vk::VK_BLEND_OP_ADD; in CmdBaseCase()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_pipeline.c | 120 config.color_blend_mode = b_state->colorBlendOp; in pack_blend()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 385 vk::VkBlendOp colorBlendOp = vk::VK_BLEND_OP_ADD,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 1106 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()
|
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, // VkBlendOp colo… in iterate()
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 728 …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/ |
D | vktPipelineBlendTests.cpp | 1106 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()
|
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, // VkBlendOp colo… in iterate()
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 728 …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/ |
D | GrVkPipeline.cpp | 402 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/ |
D | vk_cache_utils.cpp | 287 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/ |
D | Context.cpp | 564 … attachment.srcColorBlendFactor, attachment.dstColorBlendFactor, attachment.colorBlendOp, in GraphicsState()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | graphics_pipeline.cc | 550 colorblend_attachment.colorBlendOp = in GetVkPipelineColorBlendAttachmentState()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 325 * `colorBlendOp <VkBlendOp>`
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 384 att.colorBlendOp = blend_op(rt->rgb_func); in zink_create_blend_state()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
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/ |
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/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1020 m_colorBlendAttachmentState.colorBlendOp = VK_BLEND_OP_ADD; in addPipelineInfo()
|