Searched refs:mPhysicalDeviceFeatures2 (Results 1 – 4 of 4) sorted by relevance
44 backendContext.fDeviceFeatures2 = mPhysicalDeviceFeatures2; in getGaneshBackendContext()61 backendContext.fDeviceFeatures2 = mPhysicalDeviceFeatures2; in getGraphiteBackendContext()440 mPhysicalDeviceFeatures2 = new VkPhysicalDeviceFeatures2; in init()441 mPhysicalDeviceFeatures2->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()442 mPhysicalDeviceFeatures2->pNext = nullptr; in init()449 mPhysicalDeviceFeatures2->pNext = mSamplerYcbcrConversionFeatures; in init()469 vkGetPhysicalDeviceFeatures2(physicalDevice, mPhysicalDeviceFeatures2); in init()471 mPhysicalDeviceFeatures2->features.robustBufferAccess = VK_FALSE; in init()505 mPhysicalDeviceFeatures2, in init()593 if (mPhysicalDeviceFeatures2) { in teardown()[all …]
90 VkPhysicalDeviceFeatures2* mPhysicalDeviceFeatures2 = nullptr; variable
140 free_features_extensions_structs(mPhysicalDeviceFeatures2); in ~VulkanManager()141 mPhysicalDeviceFeatures2 = {}; in ~VulkanManager()409 this->setupDevice(mExtensions, mPhysicalDeviceFeatures2); in initialize()518 backendContext.fDeviceFeatures2 = &mPhysicalDeviceFeatures2; in createContext()547 .device_features_2 = &mPhysicalDeviceFeatures2, in getVkFunctorInitParams()
202 VkPhysicalDeviceFeatures2 mPhysicalDeviceFeatures2{};