/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 769 SynchronizationType synchronizationType) in createRenderPass() 786 if (synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZATION2) in createRenderPass() 824 SynchronizationType synchronizationType) in createRenderPass() 839 RenderPassCreateInfo2>(vk, device, renderPassInfo, synchronizationType); in createRenderPass() 766 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, SynchronizationType synchronizationType) createRenderPass() argument 820 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, RenderingType renderingType, SynchronizationType synchronizationType) createRenderPass() argument
|
H A D | vktRenderPassTestsUtil.hpp | 415 SynchronizationType synchronizationType = SYNCHRONIZATION_TYPE_LEGACY);
|
H A D | vktRenderPassSubpassDependencyTests.cpp | 394 , synchronizationType (synchronizationType_) in ExternalTestConfig() 403 SynchronizationType synchronizationType; member 431 const SynchronizationType synchronizationType); 500 , m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZATION2) && context.requireDeviceFunctionality("VK_KHR_synchronization2")) in ExternalDependencyTestInstance() 511 , m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses, testConfig.renderingType, testConfig.synchronizationType)) in ExternalDependencyTestInstance() 616 const SynchronizationType synchronizationType) in createRenderPasses() 622 renderPasses.push_back(makeSharedPtr(createRenderPass(vkd, device, renderPassInfo, renderingType, synchronizationType))); in createRenderPasses() 3988 testConfig.synchronizationType = SYNCHRONIZATION_TYPE_SYNCHRONIZATION2; in initTests() 612 createRenderPasses(const DeviceInterface& vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingType renderingType, const SynchronizationType synchronizationType) createRenderPasses() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 769 SynchronizationType synchronizationType) in createRenderPass() 786 if (synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZATION2) in createRenderPass() 824 SynchronizationType synchronizationType) in createRenderPass() 839 RenderPassCreateInfo2>(vk, device, renderPassInfo, synchronizationType); in createRenderPass() 766 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, SynchronizationType synchronizationType) createRenderPass() argument 820 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, RenderingType renderingType, SynchronizationType synchronizationType) createRenderPass() argument
|
H A D | vktRenderPassTestsUtil.hpp | 415 SynchronizationType synchronizationType = SYNCHRONIZATION_TYPE_LEGACY);
|
H A D | vktRenderPassSubpassDependencyTests.cpp | 394 , synchronizationType (synchronizationType_) in ExternalTestConfig() 403 SynchronizationType synchronizationType; member 431 const SynchronizationType synchronizationType); 500 , m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZATION2) && context.requireDeviceFunctionality("VK_KHR_synchronization2")) in ExternalDependencyTestInstance() 511 , m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses, testConfig.renderingType, testConfig.synchronizationType)) in ExternalDependencyTestInstance() 616 const SynchronizationType synchronizationType) in createRenderPasses() 622 renderPasses.push_back(makeSharedPtr(createRenderPass(vkd, device, renderPassInfo, renderingType, synchronizationType))); in createRenderPasses() 3988 testConfig.synchronizationType = SYNCHRONIZATION_TYPE_SYNCHRONIZATION2; in initTests() 612 createRenderPasses(const DeviceInterface& vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingType renderingType, const SynchronizationType synchronizationType) createRenderPasses() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 71 SynchronizationType synchronizationType; member 156 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1212 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore); in testSemaphores() 1251 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore); in testSemaphores() 1291 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 72 SynchronizationType synchronizationType; member 157 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1213 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore); in testSemaphores() 1252 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore); in testSemaphores() 1292 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|