Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl12 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; variable
52 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeature…
85 deviceVariablePointersFeatures[ndx].pNext = &device8BitStorageFeatures[ndx];
87 device8BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES;
88 device8BitStorageFeatures[ndx].pNext = &deviceShaderAtomicInt64Features[ndx];
140 log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
209 …(device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffe…
210device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…
211device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5029 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variab… in deviceFeatureExtensionsConsistencyVulkan12() local
5030 …omicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
5053 log << TestLog::Message << device8BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
5103 …if (( device8BitStorageFeatures.storageBuffer8BitAccess != vulkan12Features.storageBuffer8BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()
5104device8BitStorageFeatures.uniformAndStorageBuffer8BitAccess != vulkan12Features.uniformAndStorageB… in deviceFeatureExtensionsConsistencyVulkan12()
5105 device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8 )) in deviceFeatureExtensionsConsistencyVulkan12()