Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl12 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; variable
50 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeature…
82 deviceVariablePointersFeatures[ndx].pNext = &device8BitStorageFeatures[ndx];
84 device8BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES;
85 device8BitStorageFeatures[ndx].pNext = &deviceShaderAtomicInt64Features[ndx];
134 log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
201 …(device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffe…
202device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…
203device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp4927 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variab… in deviceFeatureExtensionsConsistencyVulkan12() local
4928 …omicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
4951 log << TestLog::Message << device8BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
5001 …if (( device8BitStorageFeatures.storageBuffer8BitAccess != vulkan12Features.storageBuffer8BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()
5002device8BitStorageFeatures.uniformAndStorageBuffer8BitAccess != vulkan12Features.uniformAndStorageB… in deviceFeatureExtensionsConsistencyVulkan12()
5003 device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8 )) in deviceFeatureExtensionsConsistencyVulkan12()