Searched refs:device16BitStorageFeatures (Results 1 – 3 of 3) sorted by relevance
93 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures[count]; local98 …deMemset(&device16BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures…99 …device16BitStorageFeatures[ndx].sType = is16BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE…100 device16BitStorageFeatures[ndx].pNext = DE_NULL;104 extFeatures.pNext = &device16BitStorageFeatures[ndx];110 log << TestLog::Message << device16BitStorageFeatures[0] << TestLog::EndMessage;113 …(device16BitStorageFeatures[0].storageBuffer16BitAccess != device16BitStorageFeatures[1].storageBu…114 …device16BitStorageFeatures[0].uniformAndStorageBuffer16BitAccess != device16BitStorageFeatures[1].…115 …device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo…116 …device16BitStorageFeatures[0].storageInputOutput16 != device16BitStorageFeatures[1].storageInputOu…
204 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures[count]; local209 …deMemset(&device16BitStorageFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures…210 …device16BitStorageFeatures[ndx].sType = is16BitStorageFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE…211 device16BitStorageFeatures[ndx].pNext = DE_NULL;215 extFeatures.pNext = &device16BitStorageFeatures[ndx];221 log << TestLog::Message << device16BitStorageFeatures[0] << TestLog::EndMessage;224 …(device16BitStorageFeatures[0].storageBuffer16BitAccess != device16BitStorageFeatures[1].storageBu…225 …device16BitStorageFeatures[0].uniformAndStorageBuffer16BitAccess != device16BitStorageFeatures[1].…226 …device16BitStorageFeatures[0].storagePushConstant16 != device16BitStorageFeatures[1].storagePushCo…227 …device16BitStorageFeatures[0].storageInputOutput16 != device16BitStorageFeatures[1].storageInputOu…[all …]
6378 VkPhysicalDevice16BitStorageFeatures device16BitStorageFeatures = initVulkanStructure(); in deviceFeatureExtensionsConsistencyVulkan12() local6379 …DeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorageFeatures); in deviceFeatureExtensionsConsistencyVulkan12()6417 log << TestLog::Message << device16BitStorageFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()6437 …if ((device16BitStorageFeatures.storageBuffer16BitAccess != vulkan11Features.storageBuffer16BitAcc… in deviceFeatureExtensionsConsistencyVulkan12()6438 device16BitStorageFeatures.uniformAndStorageBuffer16BitAccess != in deviceFeatureExtensionsConsistencyVulkan12()6440 … device16BitStorageFeatures.storagePushConstant16 != vulkan11Features.storagePushConstant16 || in deviceFeatureExtensionsConsistencyVulkan12()6441 … device16BitStorageFeatures.storageInputOutput16 != vulkan11Features.storageInputOutput16)) in deviceFeatureExtensionsConsistencyVulkan12()