Lines Matching defs:config
103 Move<VkDevice> createTestDevice (Context& context, SemaphoreTestConfig& config, const VkInstance& instance, const InstanceInterface& vki, deUint32* outQueueFamilyIndex)
149 if (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE)
156 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2)
1145 tcu::TestStatus testSemaphores (Context& context, SemaphoreTestConfig config)
1147 if (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE && !context.getTimelineSemaphoreFeatures().timelineSemaphore)
1156 bool isTimelineSemaphore (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE);
1157 vk::Move<VkDevice> device (createTestDevice(context, config, instance, instanceDriver, &queueFamilyIdx));
1176 Unique<VkSemaphore> semaphore (createSemaphoreType(deviceDriver, *device, config.semaphoreType));
1212 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore);
1251 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(config.synchronizationType, deviceDriver, isTimelineSemaphore);
1287 void checkSupport(Context& context, SemaphoreTestConfig config)
1289 if (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE)
1291 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2)