Home
last modified time | relevance | path

Searched refs:storage_16bit_feature_ (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc648 storage_16bit_feature_(VkPhysicalDevice16BitStorageFeaturesKHR()), in ConfigHelperVulkan()
1015 storage_16bit_feature_.sType = in CreateDeviceWithFeatures2()
1017 storage_16bit_feature_.pNext = nullptr; in CreateDeviceWithFeatures2()
1040 *next_ptr = &storage_16bit_feature_; in CreateDeviceWithFeatures2()
1041 next_ptr = &storage_16bit_feature_.pNext; in CreateDeviceWithFeatures2()
1080 storage_16bit_feature_.storageBuffer16BitAccess = VK_TRUE; in CreateDeviceWithFeatures2()
1082 storage_16bit_feature_.uniformAndStorageBuffer16BitAccess = VK_TRUE; in CreateDeviceWithFeatures2()
1084 storage_16bit_feature_.storagePushConstant16 = VK_TRUE; in CreateDeviceWithFeatures2()
1086 storage_16bit_feature_.storageInputOutput16 = VK_TRUE; in CreateDeviceWithFeatures2()
H A Dconfig_helper_vulkan.h122 VkPhysicalDevice16BitStorageFeaturesKHR storage_16bit_feature_; member in sample::ConfigHelperVulkan

Completed in 2 milliseconds