/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.hpp | 66 bool blendEnable = false; member
|
D | vktDrawUtil.cpp | 493 pipelineState.blendEnable, // VkBool32 blendEnable; in registerDrawObject()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfullscreenquad.c | 471 .blendEnable = VK_FALSE in create_pipeline() 475 .blendEnable = VK_FALSE in create_pipeline() 479 .blendEnable = VK_FALSE in create_pipeline() 483 .blendEnable = VK_FALSE in create_pipeline()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 236 attachment.blendEnable = state->blend != nullptr ? VK_TRUE : VK_FALSE; in ComputeColorDesc() 237 if (attachment.blendEnable) { in ComputeColorDesc()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 232 …orBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor … argument 235 res.blendEnable = blendEnable;
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 381 att.blendEnable = VK_TRUE; in zink_create_blend_state() 424 … blend && blend->dual_src_blend && state->blend_state->attachments[0].blendEnable; in zink_bind_blend_state()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 155 perRT[i].blendEnable = bs->rt[i].blend_enable; in define_blend_state_object()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_pipeline.c | 106 if (!b_state->blendEnable) in pack_blend()
|
D | v3dv_meta_clear.c | 600 .blendEnable = false, in create_color_clear_pipeline()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPipelineVk.cpp | 231 attachment.blendEnable = BlendEnabled(descriptor) ? VK_TRUE : VK_FALSE; in ComputeColorDesc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 382 Attachment (vk::VkBool32 blendEnable = false,
|
D | vktDrawCreateInfoUtil.cpp | 954 blendEnable = _blendEnable; in Attachment()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 398 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 243 blendAttachmentState.blendEnable = VK_FALSE; in createGraphicsPipeline()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 441 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Context.cpp | 563 blendState[i] = { (attachment.blendEnable != VK_FALSE), in GraphicsState()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1793 _debug_printf("\t\t.perRT[%u].blendEnable = %u\n", i, rt->blendEnable); in dump_SVGA3dCmdDXDefineBlendState() 1794 if (rt->blendEnable) { in dump_SVGA3dCmdDXDefineBlendState()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1479 uint8 blendEnable; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_pipeline.h | 1409 size += vn_sizeof_VkBool32(&val->blendEnable); in vn_sizeof_VkPipelineColorBlendAttachmentState() 1423 vn_encode_VkBool32(enc, &val->blendEnable); in vn_encode_VkPipelineColorBlendAttachmentState()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 714 blend->blendEnable = false; in create_graphics_pipeline()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_pipeline.c | 559 out->equation.blend_enable = in->blendEnable; in panvk_pipeline_builder_parse_color_blend()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 614 color_attachment[0].blendEnable = VK_TRUE; in ImGui_ImplVulkan_CreateDeviceObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 867 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 2159 if (att->blendEnable) { in tu6_rb_mrt_control() 2238 if (att->blendEnable) in tu6_emit_rb_mrt_controls() 2241 if (att->blendEnable || *rop_reads_dst) { in tu6_emit_rb_mrt_controls()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 980 colorBlendAttState.blendEnable = VK_FALSE; in iterate()
|