Lines Matching defs:context

55 tcu::TestStatus basicOneFenceCase (Context& context, FenceConfig config)
57 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL);
58 const DeviceInterface& vk = getSyncDeviceInterface(videoDevice, context);
59 const VkDevice device = getSyncDevice(videoDevice, context);
60 const VkQueue queue = getSyncQueue(videoDevice, context);
61 const deUint32 queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context);
116 void checkVideoSupport (Context& context, FenceConfig config)
119 VideoDevice::checkSupport(context, config.videoCodecOperationFlags);
122 void checkCommandBufferSimultaneousUseSupport (Context& context, FenceConfig config)
125 if (context.getDeviceVulkanSC10Properties().commandBufferSimultaneousUse == VK_FALSE)
129 checkVideoSupport(context, config);
132 tcu::TestStatus basicSignaledCase (Context& context, FenceConfig config)
134 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL);
135 const DeviceInterface& vkd = getSyncDeviceInterface(videoDevice, context);
136 const VkDevice device = getSyncDevice(videoDevice, context);
165 tcu::TestStatus basicMultiFenceCase (Context& context, FenceConfig config)
173 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL);
174 const DeviceInterface& vk = getSyncDeviceInterface(videoDevice, context);
175 const VkDevice device = getSyncDevice(videoDevice, context);
176 const VkQueue queue = getSyncQueue(videoDevice, context);
177 const deUint32 queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context);
245 tcu::TestStatus emptySubmitCase (Context& context, FenceConfig config)
247 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL);
248 const DeviceInterface& vk = getSyncDeviceInterface(videoDevice, context);
249 const VkDevice device = getSyncDevice(videoDevice, context);
250 const VkQueue queue = getSyncQueue(videoDevice, context);
269 tcu::TestStatus basicMultiFenceWaitAllFalseCase (Context& context, FenceConfig config)
277 de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) : DE_NULL);
278 const DeviceInterface& vk = getSyncDeviceInterface(videoDevice, context);
279 const VkDevice device = getSyncDevice(videoDevice, context);
280 const VkQueue queue = getSyncQueue(videoDevice, context);
281 const deUint32 queueFamilyIndex = getSyncQueueFamilyIndex(videoDevice, context);