Searched refs:mCustomBorderColorFeatures (Results 1 – 2 of 2) sorted by relevance
1500 mCustomBorderColorFeatures = {}; in queryDeviceExtensionFeatures()1501 mCustomBorderColorFeatures.sType = in queryDeviceExtensionFeatures()1633 vk::AddToPNextChain(&deviceFeatures, &mCustomBorderColorFeatures); in queryDeviceExtensionFeatures()1688 mCustomBorderColorFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()2038 vk::AddToPNextChain(&mEnabledFeatures, &mCustomBorderColorFeatures); in initializeDevice()2693 mCustomBorderColorFeatures.customBorderColors == VK_TRUE && in initFeatures()2694 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
571 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures; variable