Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatures2.inl54 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; local
59 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));
60deviceMultiviewFeatures[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 ||
75deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…
76deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatures2.inl91 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; local
96 deMemset(&deviceMultiviewFeatures[ndx], 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));
97deviceMultiviewFeatures[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 ||
112deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometry…
113deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTess…
5153 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorag… local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp6379 …VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures = initVulkanStructure(&device16BitStorag… in deviceFeatureExtensionsConsistencyVulkan12() local
6380 …iceProtectedMemoryFeatures protectedMemoryFeatures = initVulkanStructure(&deviceMultiviewFeatures); in deviceFeatureExtensionsConsistencyVulkan12()
6418 log << TestLog::Message << deviceMultiviewFeatures << TestLog::EndMessage; in deviceFeatureExtensionsConsistencyVulkan12()
6446 if ((deviceMultiviewFeatures.multiview != vulkan11Features.multiview || in deviceFeatureExtensionsConsistencyVulkan12()
6447deviceMultiviewFeatures.multiviewGeometryShader != vulkan11Features.multiviewGeometryShader || in deviceFeatureExtensionsConsistencyVulkan12()
6448deviceMultiviewFeatures.multiviewTessellationShader != vulkan11Features.multiviewTessellationShade… in deviceFeatureExtensionsConsistencyVulkan12()