Home
last modified time | relevance | path

Searched refs:deviceMultiviewFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl8 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; variable
48 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 ||
187deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…
188deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5024 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16B… in deviceFeatureExtensionsConsistencyVulkan12() local
5025 …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()
5077deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()