Home
last modified time | relevance | path

Searched refs:colorBlending (Results 1 – 11 of 11) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/vulkan/
H A DVulkanRenderer.cpp750 vk::PipelineColorBlendStateCreateInfo colorBlending; in createGraphicsPipeline() local
751 colorBlending.logicOpEnable = false; in createGraphicsPipeline()
752 colorBlending.logicOp = vk::LogicOp::eCopy; in createGraphicsPipeline()
753 colorBlending.attachmentCount = 1; in createGraphicsPipeline()
754 colorBlending.pAttachments = &colorBlendAttachment; in createGraphicsPipeline()
755 colorBlending.blendConstants[0] = 0.0f; in createGraphicsPipeline()
756 colorBlending.blendConstants[1] = 0.0f; in createGraphicsPipeline()
757 colorBlending.blendConstants[2] = 0.0f; in createGraphicsPipeline()
758 colorBlending.blendConstants[3] = 0.0f; in createGraphicsPipeline()
786 pipelineInfo.pColorBlendState = &colorBlending; in createGraphicsPipeline()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Driven_graphics.h260 void colorBlending(uint32 flyColor, byte &r, byte &g, byte &b, int alpha);
H A Driven_graphics.cpp1161 colorBlending(color, r, g, b, fly.alphaMap[fly.width * y + x] - fly.posZ); in draw()
1180 colorBlending(color, r, g, b, fly.blurAlphaMap[fly.blurWidth * y + x] - fly.posZ); in draw()
1211 void FliesEffect::colorBlending(uint32 flyColor, byte &r, byte &g, byte &b, int alpha) { in colorBlending() function in Mohawk::FliesEffect
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Driven_graphics.h255 void colorBlending(uint32 flyColor, byte &r, byte &g, byte &b, int alpha);
H A Driven_graphics.cpp1181 colorBlending(color, r, g, b, fly.alphaMap[fly.width * y + x] - fly.posZ); in draw()
1200 colorBlending(color, r, g, b, fly.blurAlphaMap[fly.blurWidth * y + x] - fly.posZ); in draw()
1231 void FliesEffect::colorBlending(uint32 flyColor, byte &r, byte &g, byte &b, int alpha) { in colorBlending() function in Mohawk::FliesEffect
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{ in init() local
947 &colorBlending, in init()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{ in init() local
947 &colorBlending, in init()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{ in init() local
947 &colorBlending, in init()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{ in init() local
947 &colorBlending, in init()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{ in init() local
947 &colorBlending, in init()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/
H A Dpugl_vulkan_cxx_demo.cpp915 const VkPipelineColorBlendStateCreateInfo colorBlending{
947 &colorBlending,