Searched refs:multiviewFeatures (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 349 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 351 if (!multiviewFeatures.multiview) in checkSupport() 354 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport() 357 if (hasGeom && !multiviewFeatures.multiviewGeometryShader) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 379 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 381 if (!multiviewFeatures.multiview) in checkSupport() 384 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport() 387 if (m_params.useGeometry && !multiviewFeatures.multiviewGeometryShader) in checkSupport()
|
D | vktDrawInstancedTests.cpp | 332 const vk::VkPhysicalDeviceMultiviewFeatures& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 334 if (!multiviewFeatures.multiview) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTestsEXT.cpp | 567 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 568 if (!multiviewFeatures.multiview) in checkSupport() 1921 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 1922 if (!multiviewFeatures.multiview) in checkSupport()
|
D | vktMeshShaderBuiltinTestsEXT.cpp | 2123 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local 2124 if (!multiviewFeatures.multiview) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 757 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = in createMultiViewDevices() local 772 enabledFeatures.pNext = &multiviewFeatures; in createMultiViewDevices() 776 if (!multiviewFeatures.multiview) in createMultiViewDevices() 779 if (m_parameters.geometryShaderNeeded() && !multiviewFeatures.multiviewGeometryShader) in createMultiViewDevices() 782 …if (TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex && !multiviewFeatures.multiviewT… in createMultiViewDevices()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1900 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate() local 1973 …FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiview, "VK_KHR_multivie… in featureBitInfluenceOnDeviceCreate() 1974 …FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewGeometryShader, "VK_KH… in featureBitInfluenceOnDeviceCreate() 1975 …FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewTessellationShader, "VK… in featureBitInfluenceOnDeviceCreate() 2027 …DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewGeometryShader, multi… in featureBitInfluenceOnDeviceCreate() 2028 …DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewTessellationShader, mu… in featureBitInfluenceOnDeviceCreate()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 790 …const VkPhysicalDeviceMultiviewFeatures *multiviewFeatures = reinterpret_cast<const VkPhysicalDevi… in vkCreateDevice() local 792 if(multiviewFeatures->multiviewGeometryShader || in vkCreateDevice() 793 multiviewFeatures->multiviewTessellationShader) in vkCreateDevice()
|