Home
last modified time | relevance | path

Searched refs:sixteenBitStorageFeatures (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp320 VkPhysicalDevice16BitStorageFeatures sixteenBitStorageFeatures; member in vkt::__anonf742dd390111::DeviceFeatures
340 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()