Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp662 VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT blendProps; in initGrCaps() local
663 blendProps.sType = in initGrCaps()
665 blendProps.pNext = nullptr; in initGrCaps()
669 props.pNext = &blendProps; in initGrCaps()
673 if (blendProps.advancedBlendAllOperations == VK_TRUE) { in initGrCaps()