Searched refs:m8BitStorageFeatures (Results 1 – 2 of 2) sorted by relevance
3172 vk::AddToPNextChain(deviceFeatures, &m8BitStorageFeatures); in appendDeviceExtensionFeaturesPromotedTo12()3413 m8BitStorageFeatures = {}; in queryDeviceExtensionFeatures()3414 m8BitStorageFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR; in queryDeviceExtensionFeatures()3525 m8BitStorageFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()4009 vk::AddToPNextChain(&mEnabledFeatures, &m8BitStorageFeatures); in enableDeviceExtensionsPromotedTo12()6086 m8BitStorageFeatures.storageBuffer8BitAccess == VK_TRUE); in initFeatures()6089 m8BitStorageFeatures.uniformAndStorageBuffer8BitAccess == VK_TRUE); in initFeatures()6092 m8BitStorageFeatures.storagePushConstant8 == VK_TRUE); in initFeatures()
897 VkPhysicalDevice8BitStorageFeatures m8BitStorageFeatures; variable