Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.h37 bool blendEnable; member
102 if (!blendState.blendEnable) in Canonicalize()
117 if (!blendState.blendEnable && !blendState.logicOpEnable) in Canonicalize()
Dblend_jit.cpp656 if (state.blendState.blendEnable) in Create()
741 if (!state.blendState.blendEnable) in Create()
/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.c376 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/
Dswr_state.cpp97 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/
Dv3dvx_pipeline.c108 if (!b_state->blendEnable) in pack_blend()
Dv3dv_meta_clear.c626 .blendEnable = false, in create_color_clear_pipeline()
/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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp382 Attachment (vk::VkBool32 blendEnable = false,
/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/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp441 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/skia/src/gpu/vk/
DGrVkPipeline.cpp398 attachmentState->blendEnable = !blendOff; in setup_color_blend_state()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1180 uint8 blendEnable; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_pipeline.h905 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/
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/amd/compiler/tests/
Dhelpers.cpp636 blend->blendEnable = false; in create_graphics_pipeline()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c595 out->equation.blend_enable = in->blendEnable; in panvk_pipeline_builder_parse_color_blend()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2050 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/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp867 m_colorBlendAttachmentState.blendEnable = VK_FALSE; in addPipelineInfo()

123