Searched refs:mCustomBorderColorFeatures (Results 1 – 2 of 2) sorted by relevance
1817 mCustomBorderColorFeatures = {}; in queryDeviceExtensionFeatures()1818 mCustomBorderColorFeatures.sType = in queryDeviceExtensionFeatures()1952 vk::AddToPNextChain(&deviceFeatures, &mCustomBorderColorFeatures); in queryDeviceExtensionFeatures()2002 mCustomBorderColorFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()2353 vk::AddToPNextChain(&mEnabledFeatures, &mCustomBorderColorFeatures); in initializeDevice()3081 mCustomBorderColorFeatures.customBorderColors == VK_TRUE && in initFeatures()3082 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
624 VkPhysicalDeviceCustomBorderColorFeaturesEXT mCustomBorderColorFeatures; variable