Home
last modified time | relevance | path

Searched refs:getPipelineConstructionType (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp122 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon28166::CacheTestParam
389 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
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()
426 m_pipelineLayout = PipelineLayoutWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, &pipelineLayoutParams);
430 m_renderPass = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
614 if (m_param->getPipelineConstructionType() == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC) in preparePipelineWrapper()
633 if (m_param->getPipelineConstructionType() == PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY) in preparePipelineWrapper()
683 bool isMonolithic = m_param->getPipelineConstructionType() in verifyTestResult()
[all...]
H A DvktPipelineCacheTests.cpp96 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon28158::CacheTestParam
459 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
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()
493 m_renderPassFramebuffer[PIPELINE_CACHE_NDX_NO_CACHE] = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
494 m_renderPassFramebuffer[PIPELINE_CACHE_NDX_CACHED] = RenderPassWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, m_colorFormat, m_depthFormat);
646 m_pipelineLayout = PipelineLayoutWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, &pipelineLayoutParams);
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 DvktPipelineExecutablePropertiesTests.cpp163 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon28190::ExecutablePropertiesTestParam
882 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
893 { m_context.getInstanceInterface(), m_context.getDeviceInterface(), m_context.getPhysicalDevice(), m_context.getDevice(), m_context.getDeviceExtensions(), param->getPipelineConstructionType(), in GraphicsExecutablePropertiesTestInstance()
895 { m_context.getInstanceInterface(), m_context.getDeviceInterface(), m_context.getPhysicalDevice(), m_context.getDevice(), m_context.getDeviceExtensions(),param->getPipelineConstructionType(), in GraphicsExecutablePropertiesTestInstance()
918 m_pipelineLayout = PipelineLayoutWrapper(m_param->getPipelineConstructionType(), vk, vkDevice, &pipelineLayoutParams);
H A DvktPipelineTimestampTests.cpp248 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon28282::TimestampTestParam
431 , m_pipelineConstructionType (param->getPipelineConstructionType()) in TimestampTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp121 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon29393::CacheTestParam
405 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
421 { context.getDeviceInterface(), context.getDevice(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT }, in GraphicsCacheTestInstance()
422 { context.getDeviceInterface(), context.getDevice(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_DERIVATIVE_BIT }, in GraphicsCacheTestInstance()
423 { context.getDeviceInterface(), context.getDevice(), param->getPipelineConstructionType(), VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT }, in GraphicsCacheTestInstance()
625 if (m_param->getPipelineConstructionType() == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC) in preparePipelineWrapper()
644 if (m_param->getPipelineConstructionType() == PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY) in preparePipelineWrapper()
697 bool isMonolithic = m_param->getPipelineConstructionType() == PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC; in verifyTestResult()
H A DvktPipelineExecutablePropertiesTests.cpp162 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon29416::ExecutablePropertiesTestParam
909 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
920 { m_context.getDeviceInterface(), m_context.getDevice(), param->getPipelineConstructionType(), in GraphicsExecutablePropertiesTestInstance()
922 { m_context.getDeviceInterface(), m_context.getDevice(), param->getPipelineConstructionType(), in GraphicsExecutablePropertiesTestInstance()
H A DvktPipelineCacheTests.cpp95 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon29385::CacheTestParam
470 checkPipelineLibraryRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), m_param.getPipelineConstructionType()); in checkSupport()
486 { context.getDeviceInterface(), context.getDevice(), param->getPipelineConstructionType() }, in GraphicsCacheTestInstance()
487 { context.getDeviceInterface(), context.getDevice(), param->getPipelineConstructionType() }, in GraphicsCacheTestInstance()
1404 GraphicsPipelineWrapper localPipeline (vk, device, m_param->getPipelineConstructionType()); in createPipelineCache()
1405 GraphicsPipelineWrapper localMissPipeline (vk, device, m_param->getPipelineConstructionType()); in createPipelineCache()
H A DvktPipelineTimestampTests.cpp247 PipelineConstructionType getPipelineConstructionType (void) const { return m_pipelineConstructionType; } in getPipelineConstructionType() function in vkt::pipeline::__anon29496::TimestampTestParam
460 , m_pipelineConstructionType (param->getPipelineConstructionType()) in TimestampTest()

Completed in 23 milliseconds