Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1624 VkPhysicalDevice8BitStorageFeatures storage8bit; in is8BitUBOStorageSupported() local
1625 deMemset(&storage8bit, 0, sizeof(storage8bit)); in is8BitUBOStorageSupported()
1626 storage8bit.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR; in is8BitUBOStorageSupported()
1627 storage8bit.pNext = DE_NULL; in is8BitUBOStorageSupported()
1632 features2.pNext = &storage8bit; in is8BitUBOStorageSupported()
1640 return bool(storage8bit.uniformAndStorageBuffer8BitAccess); in is8BitUBOStorageSupported()
1666 VkPhysicalDevice8BitStorageFeatures storage8bit; in isFormatSupportedForDevice() local
1667 deMemset(&storage8bit, 0, sizeof(storage8bit)); in isFormatSupportedForDevice()
1669 storage8bit.pNext = DE_NULL; in isFormatSupportedForDevice()
1682 storage16bit.pNext = &storage8bit; in isFormatSupportedForDevice()
[all …]