Searched refs:device8BitStorageFeatures (Results 1 – 2 of 2) sorted by relevance
12 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; variable52 …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…210 …device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…211 …device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
5029 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variab… in deviceFeatureExtensionsConsistencyVulkan12() local5030 …omicInt64Features shaderAtomicInt64Features = initVulkanStructure(&device8BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()5053 log << TestLog::Message << device8BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()5103 …if (( device8BitStorageFeatures.storageBuffer8BitAccess != vulkan12Features.storageBuffer8BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()5104 …device8BitStorageFeatures.uniformAndStorageBuffer8BitAccess != vulkan12Features.uniformAndStorageB… in deviceFeatureExtensionsConsistencyVulkan12()5105 device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8 )) in deviceFeatureExtensionsConsistencyVulkan12()