Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatures2.inl93 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures[count]; local
98 …deMemset(&device16BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures…
99device16BitStorageFeatures[ndx].sType = is16BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE…
100 device16BitStorageFeatures[ndx].pNext = DE_NULL;
104 extFeatures.pNext = &device16BitStorageFeatures[ndx];
110 log << TestLog::Message << device16BitStorageFeatures[0] << TestLog::EndMessage;
113 …(device16BitStorageFeatures[0].storageBuffer16BitAccess != device16BitStorageFeatures[1].storageBu…
114device16BitStorageFeatures[0].uniformAndStorageBuffer16BitAccess != device16BitStorageFeatures[1].…
115device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo…
116device16BitStorageFeatures[0].storageInputOutput16 != device16BitStorageFeatures[1].storageInputOu…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures2.inl204 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures[count]; local
209 …deMemset(&device16BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures…
210device16BitStorageFeatures[ndx].sType = is16BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE…
211 device16BitStorageFeatures[ndx].pNext = DE_NULL;
215 extFeatures.pNext = &device16BitStorageFeatures[ndx];
221 log << TestLog::Message << device16BitStorageFeatures[0] << TestLog::EndMessage;
224 …(device16BitStorageFeatures[0].storageBuffer16BitAccess != device16BitStorageFeatures[1].storageBu…
225device16BitStorageFeatures[0].uniformAndStorageBuffer16BitAccess != device16BitStorageFeatures[1].…
226device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo…
227device16BitStorageFeatures[0].storageInputOutput16 != device16BitStorageFeatures[1].storageInputOu…
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp6378 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures = initVulkanStructure(); in deviceFeatureExtensionsConsistencyVulkan12() local
6379 …DeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
6417 log << TestLog::Message << device16BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
6437 …if ((device16BitStorageFeatures.storageBuffer16BitAccess != vulkan11Features.storageBuffer16BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()
6438 device16BitStorageFeatures.uniformAndStorageBuffer16BitAccess != in deviceFeatureExtensionsConsistencyVulkan12()
6440device16BitStorageFeatures.storagePushConstant16 != vulkan11Features.storagePushConstant16 || in deviceFeatureExtensionsConsistencyVulkan12()
6441device16BitStorageFeatures.storageInputOutput16 != vulkan11Features.storageInputOutput16)) in deviceFeatureExtensionsConsistencyVulkan12()