Searched refs:deviceMultiviewFeatures (Results 1 – 3 of 3) sorted by relevance
54 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; local59 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));60 …deviceMultiviewFeatures[ndx].sType = isMultiviewFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI…61 deviceMultiviewFeatures[ndx].pNext = DE_NULL;65 extFeatures.pNext = &deviceMultiviewFeatures[ndx];71 log << TestLog::Message << deviceMultiviewFeatures[0] << TestLog::EndMessage;74 (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||75 …deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…76 …deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
91 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; local96 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));97 …deviceMultiviewFeatures[ndx].sType = isMultiviewFeatures ? VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI…98 deviceMultiviewFeatures[ndx].pNext = DE_NULL;102 extFeatures.pNext = &deviceMultiviewFeatures[ndx];108 log << TestLog::Message << deviceMultiviewFeatures[0] << TestLog::EndMessage;111 (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||112 …deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…113 …deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…5153 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorag… local[all …]
6379 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorag… in deviceFeatureExtensionsConsistencyVulkan12() local6380 …iceProtectedMemoryFeatures protectedMemoryFeatures = initVulkanStructure(&deviceMultiviewFeatures); in deviceFeatureExtensionsConsistencyVulkan12()6418 log << TestLog::Message << deviceMultiviewFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()6446 if ((deviceMultiviewFeatures.multiview != vulkan11Features.multiview || in deviceFeatureExtensionsConsistencyVulkan12()6447 … deviceMultiviewFeatures.multiviewGeometryShader != vulkan11Features.multiviewGeometryShader || in deviceFeatureExtensionsConsistencyVulkan12()6448 …deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()