Searched refs:deviceMultiviewFeatures (Results 1 – 2 of 2) sorted by relevance
8 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; variable48 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));73 device16BitStorageFeatures[ndx].pNext = &deviceMultiviewFeatures[ndx];75 deviceMultiviewFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES;76 deviceMultiviewFeatures[ndx].pNext = &deviceProtectedMemoryFeatures[ndx];132 log << TestLog::Message << deviceMultiviewFeatures[0] << TestLog::EndMessage;186 (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||187 …deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…188 …deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
5024 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16B… in deviceFeatureExtensionsConsistencyVulkan12() local5025 …ectedMemoryFeatures protectedMemoryFeatures = initVulkanStructure(&deviceMultiviewFeatures); in deviceFeatureExtensionsConsistencyVulkan12()5048 log << TestLog::Message << deviceMultiviewFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()5075 if (( deviceMultiviewFeatures.multiview != vulkan11Features.multiview || in deviceFeatureExtensionsConsistencyVulkan12()5076 deviceMultiviewFeatures.multiviewGeometryShader != vulkan11Features.multiviewGeometryShader || in deviceFeatureExtensionsConsistencyVulkan12()5077 …deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()