Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatures2.inl486 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; local
491 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));
492device8BitStorageFeatures[ndx].sType = is8BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8…
493 device8BitStorageFeatures[ndx].pNext = DE_NULL;
497 extFeatures.pNext = &device8BitStorageFeatures[ndx];
503 log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
506 …(device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffe…
507device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…
508device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures2.inl857 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; local
862 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));
863device8BitStorageFeatures[ndx].sType = is8BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8…
864 device8BitStorageFeatures[ndx].pNext = DE_NULL;
868 extFeatures.pNext = &device8BitStorageFeatures[ndx];
874 log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
877 …(device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffe…
878device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…
879device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
5211 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(); local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp6387 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variablePoint… in deviceFeatureExtensionsConsistencyVulkan12() local
6389 initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
6423 log << TestLog::Message << device8BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
6476 …if ((device8BitStorageFeatures.storageBuffer8BitAccess != vulkan12Features.storageBuffer8BitAccess… in deviceFeatureExtensionsConsistencyVulkan12()
6477 device8BitStorageFeatures.uniformAndStorageBuffer8BitAccess != in deviceFeatureExtensionsConsistencyVulkan12()
6479device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8)) in deviceFeatureExtensionsConsistencyVulkan12()