Searched refs:eightBitStorageFeatures (Results 1 – 1 of 1) sorted by relevance
319 VkPhysicalDevice8BitStorageFeaturesKHR eightBitStorageFeatures; member in vkt::__anonf742dd390111::DeviceFeatures339 deMemset(&eightBitStorageFeatures, 0, sizeof(eightBitStorageFeatures)); in DeviceFeatures()355 eightBitStorageFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR; in DeviceFeatures()383 *nextPtr = &eightBitStorageFeatures; in DeviceFeatures()384 nextPtr = &eightBitStorageFeatures.pNext; in DeviceFeatures()475 …HR& get8BitStorageFeatures (void) const { return m_deviceFeatures.eightBitStorageFeatures; } in get8BitStorageFeatures()