Home
last modified time | relevance | path

Searched refs:getDeviceExtensions (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp78 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 DvktAmberTestCase.cpp77 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 DvktPipelineDepthTests.cpp397 { 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 DvktPipelineBlendTests.cpp608 { 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 DvktPipelineMatchedAttachmentsTests.cpp233 GraphicsPipelineWrapper graphicsPipeline(vki, vk, physicalDevice, vkDevice, context.getDeviceExtensions(), params.pipelineConstructionType); in testMatchedAttachments()
H A DvktPipelineDynamicControlPoints.cpp265 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 DvktPipelineStencilExportTests.cpp512 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 DvktPipelineCreationFeedbackTests.cpp405 { 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 DvktPipelineStencilTests.cpp365 { 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 DvktPipelineDynamicVertexAttributeTests.cpp179 std::vector<std::string> nonCoreExtensions (removeExtensions(context.getDeviceExtensions(), coreExtensions)); in createDynamicVertexStateDevice()
247 const auto& deviceExtensions = m_context.getDeviceExtensions(); in iterate()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1632 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 DvktPipelineEarlyDestroyTests.cpp197 GraphicsPipelineWrapper graphicsPipeline (vki, vk, physicalDevice, vkDevice, context.getDeviceExtensions(), params.pipelineConstructionType, VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT); in testEarlyDestroy()
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp445 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 DvktPipelineCacheTests.cpp475 { 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 DvktPipelineRenderToImageTests.cpp1070 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 DvktPipelineExtendedDynamicStateMiscTests.cpp309 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 Dvulkan_extension_inspection.hpp23 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 DvktDynamicStateComputeTests.cpp581 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 DvktDynamicStateBaseClass.cpp53 , 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 DvktTestCase.cpp455 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 DvktTestCase.hpp124 const std::vector<std::string>& getDeviceExtensions (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp423 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 DvktTestCase.hpp119 const std::vector<std::string>& getDeviceExtensions (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp342 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 DvktWsiFullScreenExclusiveTests.cpp342 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_full_screen_exclusive")) in fullScreenExclusiveTest()

Completed in 41 milliseconds

1234