Searched refs:device8BitStorageFeatures (Results 1 – 2 of 2) sorted by relevance
12 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; variable50 …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…202 …device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…203 …device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
4927 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variab… in deviceFeatureExtensionsConsistencyVulkan12() local4928 …omicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()4951 log << TestLog::Message << device8BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()5001 …if (( device8BitStorageFeatures.storageBuffer8BitAccess != vulkan12Features.storageBuffer8BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()5002 …device8BitStorageFeatures.uniformAndStorageBuffer8BitAccess != vulkan12Features.uniformAndStorageB… in deviceFeatureExtensionsConsistencyVulkan12()5003 device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8 )) in deviceFeatureExtensionsConsistencyVulkan12()