Searched refs:device8BitStorageFeatures (Results 1 – 3 of 3) sorted by relevance
486 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; local491 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));492 …device8BitStorageFeatures[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…507 …device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…508 …device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…
857 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures[count]; local862 …deMemset(&device8BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));863 …device8BitStorageFeatures[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…878 …device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uni…879 …device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConst…5211 VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(); local[all …]
6387 …VkPhysicalDevice8BitStorageFeatures device8BitStorageFeatures = initVulkanStructure(&variablePoint… in deviceFeatureExtensionsConsistencyVulkan12() local6389 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()6479 … device8BitStorageFeatures.storagePushConstant8 != vulkan12Features.storagePushConstant8)) in deviceFeatureExtensionsConsistencyVulkan12()