/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.h | 37 bool blendEnable; member 102 if (!blendState.blendEnable) in Canonicalize() 117 if (!blendState.blendEnable && !blendState.logicOpEnable) in Canonicalize()
|
D | blend_jit.cpp | 656 if (state.blendState.blendEnable) in Create() 741 if (!state.blendState.blendEnable) in Create()
|
/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 | 376 att.blendEnable = VK_TRUE; in zink_create_blend_state() 419 … blend && blend->dual_src_blend && state->blend_state->attachments[1].blendEnable; in zink_bind_blend_state()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 97 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state() 98 if (compileState.blendEnable) { in swr_create_blend_state() 129 compileState.blendEnable = false; in swr_create_blend_state() 1959 compileState.blendState.blendEnable = false; in swr_update_derived() 1961 if (compileState.blendState.blendEnable == false && in swr_update_derived()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_pipeline.c | 108 if (!b_state->blendEnable) in pack_blend()
|
D | v3dv_meta_clear.c | 626 .blendEnable = false, in create_color_clear_pipeline()
|
/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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 382 Attachment (vk::VkBool32 blendEnable = false,
|
/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/flutter/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 441 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/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 398 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1180 uint8 blendEnable; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_pipeline.h | 905 size += vn_sizeof_VkBool32(&val->blendEnable); in vn_sizeof_VkPipelineColorBlendAttachmentState() 919 vn_encode_VkBool32(enc, &val->blendEnable); in vn_encode_VkPipelineColorBlendAttachmentState()
|
/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/amd/compiler/tests/ |
D | helpers.cpp | 636 blend->blendEnable = false; in create_graphics_pipeline()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_pipeline.c | 595 out->equation.blend_enable = in->blendEnable; in panvk_pipeline_builder_parse_color_blend()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 2050 if (att->blendEnable) { in tu6_rb_mrt_control() 2091 if (att->blendEnable || rop_reads_dst) in tu6_emit_rb_mrt_controls() 3031 if (blendAttachment.blendEnable || blendAttachment.colorWriteMask != 0xf) { in tu_pipeline_builder_parse_multisample_and_color_blend()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 867 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()
|