Home
last modified time | relevance | path

Searched refs:blendEnable (Results 1 – 25 of 56) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp66 bool blendEnable = false; member
DvktDrawUtil.cpp493 pipelineState.blendEnable, // VkBool32 blendEnable; in registerDrawObject()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfullscreenquad.c471 .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/
DRenderPipelineVk.cpp236 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/
DvkTypeUtil.inl232 …orBlendAttachmentState makePipelineColorBlendAttachmentState (VkBool32 blendEnable, VkBlendFactor … argument
235 res.blendEnable = blendEnable;
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c381 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/
Dsvga_pipe_blend.c155 perRT[i].blendEnable = bs->rt[i].blend_enable; in define_blend_state_object()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c106 if (!b_state->blendEnable) in pack_blend()
Dv3dv_meta_clear.c600 .blendEnable = false, in create_color_clear_pipeline()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPipelineVk.cpp231 attachment.blendEnable = BlendEnabled(descriptor) ? VK_TRUE : VK_FALSE; in ComputeColorDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp382 Attachment (vk::VkBool32 blendEnable = false,
DvktDrawCreateInfoUtil.cpp954 blendEnable = _blendEnable; in Attachment()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp398 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp243 blendAttachmentState.blendEnable = VK_FALSE; in createGraphicsPipeline()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp441 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp563 blendState[i] = { (attachment.blendEnable != VK_FALSE), in GraphicsState()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1793 _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/
Dsvga3d_dx.h1479 uint8 blendEnable; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline.h1409 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/
Dhelpers.cpp714 blend->blendEnable = false; in create_graphics_pipeline()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c559 out->equation.blend_enable = in->blendEnable; in panvk_pipeline_builder_parse_color_blend()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp614 color_attachment[0].blendEnable = VK_TRUE; in ImGui_ImplVulkan_CreateDeviceObjects()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp867 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2159 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/
DvktImageDepthStencilDescriptorTests.cpp980 colorBlendAttState.blendEnable = VK_FALSE; in iterate()

123