Home
last modified time | relevance | path

Searched refs:multiviewFeatures (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp367 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
369 if (!multiviewFeatures.multiview) in checkSupport()
372 if (hasTess && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
375 if (hasGeom && !multiviewFeatures.multiviewGeometryShader) in checkSupport()
H A DvktPipelineExtendedDynamicStateTests.cpp4403 vk::VkPhysicalDeviceMultiviewFeatures multiviewFeatures = vk::initVulkanStructure(); in ShadingRateImageDeviceHelper() local
4414 addFeatures(&multiviewFeatures); in ShadingRateImageDeviceHelper()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp349 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp381 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
383 if (!multiviewFeatures.multiview) in checkSupport()
386 if (m_params.useTessellation && !multiviewFeatures.multiviewTessellationShader) in checkSupport()
389 if (m_params.useGeometry && !multiviewFeatures.multiviewGeometryShader) in checkSupport()
H A DvktDrawInstancedTests.cpp344 const vk::VkPhysicalDeviceMultiviewFeatures& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
346 if (!multiviewFeatures.multiview) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp379 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()
H A DvktDrawInstancedTests.cpp332 const vk::VkPhysicalDeviceMultiviewFeatures& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
334 if (!multiviewFeatures.multiview) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp567 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()
H A DvktMeshShaderBuiltinTestsEXT.cpp2123 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
2124 if (!multiviewFeatures.multiview) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp567 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()
H A DvktMeshShaderBuiltinTestsEXT.cpp2123 const auto& multiviewFeatures = context.getMultiviewFeatures(); in checkSupport() local
2124 if (!multiviewFeatures.multiview) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp627 auto multiviewFeatures = m_context.getMultiviewFeatures(); in iterate() local
778 &multiviewFeatures, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp759 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = in createMultiViewDevices() local
774 enabledFeatures.pNext = &multiviewFeatures; in createMultiViewDevices()
778 if (!multiviewFeatures.multiview) in createMultiViewDevices()
781 if (m_parameters.geometryShaderNeeded() && !multiviewFeatures.multiviewGeometryShader) in createMultiViewDevices()
784 if (TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex && !multiviewFeatures.multiviewTessellationShader) in createMultiViewDevices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp138 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = initVulkanStructure(); in getDevice() local
151 addFeatures(&multiviewFeatures); in getDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp772 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = in createMultiViewDevices() local
787 enabledFeatures.pNext = &multiviewFeatures; in createMultiViewDevices()
791 if (!multiviewFeatures.multiview) in createMultiViewDevices()
794 if (m_parameters.geometryShaderNeeded() && !multiviewFeatures.multiviewGeometryShader) in createMultiViewDevices()
797 if (TEST_TYPE_VIEW_INDEX_IN_TESELLATION == m_parameters.viewIndex && !multiviewFeatures.multiviewTessellationShader) in createMultiViewDevices()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp781 const VkPhysicalDeviceMultiviewFeatures *multiviewFeatures = reinterpret_cast<const VkPhysicalDeviceMultiviewFeatures *>(extensionCreateInfo); in vkCreateDevice() local
783 if(multiviewFeatures->multiviewGeometryShader || in vkCreateDevice()
784 multiviewFeatures->multiviewTessellationShader) in vkCreateDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1909 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate() local
1982 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiview, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
1983 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewGeometryShader, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
1984 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewTessellationShader, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
2036 DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewGeometryShader, multiview), in featureBitInfluenceOnDeviceCreate()
2037 DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewTessellationShader, multiview), in featureBitInfluenceOnDeviceCreate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1900 VkPhysicalDeviceMultiviewFeatures multiviewFeatures = initVulkanStructure(); in featureBitInfluenceOnDeviceCreate() local
1973 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiview, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
1974 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewGeometryShader, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
1975 FEATURE_TABLE_ITEM(vulkan11Features, multiviewFeatures, multiviewTessellationShader, "VK_KHR_multiview"), in featureBitInfluenceOnDeviceCreate()
2027 DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewGeometryShader, multiview), in featureBitInfluenceOnDeviceCreate()
2028 DEPENDENCY_DUAL_ITEM (vulkan11Features, multiviewFeatures, multiviewTessellationShader, multiview), in featureBitInfluenceOnDeviceCreate()

Completed in 130 milliseconds