Searched refs:sixteenBitStorageFeatures (Results 1 – 1 of 1) sorted by relevance
320 VkPhysicalDevice16BitStorageFeatures sixteenBitStorageFeatures; member in vkt::__anonf742dd390111::DeviceFeatures340 deMemset(&sixteenBitStorageFeatures, 0, sizeof(sixteenBitStorageFeatures)); in DeviceFeatures()356 sixteenBitStorageFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR; in DeviceFeatures()388 *nextPtr = &sixteenBitStorageFeatures; in DeviceFeatures()389 nextPtr = &sixteenBitStorageFeatures.pNext; in DeviceFeatures()476 … get16BitStorageFeatures (void) const { return m_deviceFeatures.sixteenBitStorageFeatures; } in get16BitStorageFeatures()