Home
last modified time | relevance | path

Searched refs:blendFeatures (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp539 auto blendFeatures = in initGrCaps() local
543 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp539 auto blendFeatures = in initGrCaps() local
543 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp576 auto blendFeatures = in initGrCaps() local
580 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp539 auto blendFeatures = in initGrCaps() local
543 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp539 auto blendFeatures = in initGrCaps() local
543 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp628 auto blendFeatures = in initGrCaps() local
632 if (blendFeatures && blendFeatures->advancedBlendCoherentOperations == VK_TRUE) { in initGrCaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1716 …const VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT blendFeatures = context.getBlendOperationA… in checkSupport() local
1717 if (m_param.coherentOperations && !blendFeatures.advancedBlendCoherentOperations) in checkSupport()