/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 78 ctx.getDeviceExtensions(), ctx.getUniversalQueueFamilyIndex(), in createEngineConfig() 154 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport() 155 ctx.getDeviceExtensions().end()); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 77 ctx.getDeviceExtensions(), ctx.getUniversalQueueFamilyIndex(), in createEngineConfig() 153 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport() 154 ctx.getDeviceExtensions().end()); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 397 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance() 398 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance() 399 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DepthTestInstance() 400 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in DepthTestInstance() 404 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType }, 405 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType }, 406 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType }, 407 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), m_context.getDeviceExtensions(), pipelineConstructionType }
|
H A D | vktPipelineBlendTests.cpp | 608 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance() 609 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance() 610 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in BlendTestInstance() 611 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in BlendTestInstance() 1202 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DualSourceBlendTestInstance() 1203 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DualSourceBlendTestInstance() 1204 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in DualSourceBlendTestInstance() 1205 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in DualSourceBlendTestInstance() 1907 GraphicsPipelineWrapper graphicsPipeline(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in iterate()
|
H A D | vktPipelineMatchedAttachmentsTests.cpp | 233 GraphicsPipelineWrapper graphicsPipeline(vki, vk, physicalDevice, vkDevice, context.getDeviceExtensions(), params.pipelineConstructionType); in testMatchedAttachments()
|
H A D | vktPipelineDynamicControlPoints.cpp | 265 vk::GraphicsPipelineWrapper pipeline1(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_config.constructionType); in iterate() 266 vk::GraphicsPipelineWrapper pipeline2(vki, vkd, physicalDevice, device, m_context.getDeviceExtensions(), m_config.constructionType); in iterate()
|
H A D | vktPipelineStencilExportTests.cpp | 512 GraphicsPipelineWrapper colorPipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), params.pipelineConstructionType); in testStencilExportReplace() 542 GraphicsPipelineWrapper stencilPipeline (vki, vk, physicalDevice, device, context.getDeviceExtensions(), params.pipelineConstructionType); in testStencilExportReplace()
|
H A D | vktPipelineCreationFeedbackTests.cpp | 405 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT }, in GraphicsCacheTestInstance() 406 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_DERIVATIVE_BIT }, in GraphicsCacheTestInstance() 407 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT }, in GraphicsCacheTestInstance()
|
H A D | vktPipelineStencilTests.cpp | 365 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance() 366 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance() 367 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType }, in StencilTestInstance() 368 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType } in StencilTestInstance()
|
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 179 std::vector<std::string> nonCoreExtensions (removeExtensions(context.getDeviceExtensions(), coreExtensions)); in createDynamicVertexStateDevice() 247 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate()
|
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1632 GraphicsPipelineWrapper pipeline(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawSinglePass() 2341 GraphicsPipelineWrapper pipeline(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawPatternChangeReference() 2531 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawRenderPasses() 2539 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawRenderPasses() 2902 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawSubpasses() 2910 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawSubpasses() 3065 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawSameSubpass() 3073 pipelines.emplace_back(vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_params.pipelineConstructionType); in drawSameSubpass()
|
H A D | vktPipelineEarlyDestroyTests.cpp | 197 GraphicsPipelineWrapper graphicsPipeline (vki, vk, physicalDevice, vkDevice, context.getDeviceExtensions(), params.pipelineConstructionType, VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT); in testEarlyDestroy()
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 445 GraphicsPipelineWrapper graphicsPipelineMSPass(instance, deviceInterface, physicalDevice, device, m_context.getDeviceExtensions(), m_imageMSParams.pipelineConstructionType); in iterate() 494 graphicsPipelinesPerSampleFetch.emplace_back(instance, deviceInterface, physicalDevice, device, m_context.getDeviceExtensions(), m_imageMSParams.pipelineConstructionType); in iterate()
|
H A D | vktPipelineCacheTests.cpp | 475 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType() }, in GraphicsCacheTestInstance() 476 { context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), param->getPipelineConstructionType() }, in GraphicsCacheTestInstance() 1400 GraphicsPipelineWrapper localPipeline (vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_param->getPipelineConstructionType()); in createPipelineCache() 1401 GraphicsPipelineWrapper localMissPipeline (vki, vk, physicalDevice, device, m_context.getDeviceExtensions(), m_param->getPipelineConstructionType()); in createPipelineCache()
|
H A D | vktPipelineRenderToImageTests.cpp | 1070 pipelines.emplace_back(vki, vk, physDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType, (basePipeline == DE_NULL ? VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT in testWithSizeReduction() 1073 pipelines.emplace_back(vki, vk, physDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType, 0u); in testWithSizeReduction() 1365 pipelines.emplace_back(vki, vk, physDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType, (basePipeline == DE_NULL ? VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT in drawToMipLevel() 1368 pipelines.emplace_back(vki, vk, physDevice, device, context.getDeviceExtensions(), caseDef.pipelineConstructionType, 0u); in drawToMipLevel()
|
H A D | vktPipelineExtendedDynamicStateMiscTests.cpp | 309 WrapperPtr pipelineWrapper(new GraphicsPipelineWrapper(ctx.vki, ctx.vkd, ctx.physicalDevice, ctx.device, context.getDeviceExtensions(), constructionType)); in sampleShadingWithDynamicSampleCount()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_extension_inspection.hpp | 23 std::set<std::string> const & getDeviceExtensions(); 72 VULKAN_HPP_INLINE std::set<std::string> const & getDeviceExtensions() in getDeviceExtensions() function in VULKAN_HPP_NAMESPACE::std
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 581 virtual const std::vector<std::string>& getDeviceExtensions (void) const = 0; 594 , m_extensions (context.getDeviceExtensions()) in ContextDeviceHelper() 604 const std::vector<std::string>& getDeviceExtensions (void) const override { return m_extensions; } 685 const std::vector<std::string>& getDeviceExtensions (void) const override { return m_extensions; }
|
H A D | vktDynamicStateBaseClass.cpp | 53 , m_pipeline (context.getInstanceInterface(), context.getDeviceInterface(), context.getPhysicalDevice(), context.getDevice(), context.getDeviceExtensions(), pipelineConstructionType) in DynamicStateBaseClass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 455 const vector<string>& getDeviceExtensions (void) const { return m_deviceExtensions; } in getDeviceExtensions() function in vkt::DefaultDevice 595 // still reported as part of Context::getDeviceExtensions(). If we need the list of extensions actually used when creating the in DefaultDevice() 772 const auto& extensions = getDeviceExtensions(); in isDeviceFunctionalitySupported() 799 const vector<string>& Context::getDeviceExtensions (void) const { return m_device->getDeviceExtensions(); } in getDeviceExtensions() function in vkt::Context
|
H A D | vktTestCase.hpp | 124 const std::vector<std::string>& getDeviceExtensions (void) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 423 const vector<string>& getDeviceExtensions (void) const { return m_deviceExtensions; } in getDeviceExtensions() function in vkt::DefaultDevice 710 const auto& extensions = getDeviceExtensions(); in isDeviceFunctionalitySupported() 737 const vector<string>& Context::getDeviceExtensions (void) const { return m_device->getDeviceExtensions(); } in getDeviceExtensions() function in vkt::Context
|
H A D | vktTestCase.hpp | 119 const std::vector<std::string>& getDeviceExtensions (void) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiFullScreenExclusiveTests.cpp | 342 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_full_screen_exclusive")) in fullScreenExclusiveTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiFullScreenExclusiveTests.cpp | 342 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_full_screen_exclusive")) in fullScreenExclusiveTest()
|