Home
last modified time | relevance | path

Searched refs:syncType (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp69 const char* getSyncTypeName (EGLenum syncType) in getSyncTypeName() argument
71 switch (syncType) in getSyncTypeName()
116 SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description);
143 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentContext, const char* name, const char* description) in SyncTest() argument
145 , m_syncType (syncType) in SyncTest()
234 SyncTest::Extension getSyncTypeExtension (EGLenum syncType) in getSyncTypeExtension() argument
236 switch (syncType) in getSyncTypeExtension()
638 destroySyncFuncType destroySyncFunc, EGLenum syncType, in test()
672 m_sync = (egl.*createSyncFunc)(m_eglDisplay, syncType, NULL); in test()
675 << ", " << getSyncTypeName(syncType) << ", NUL in test()
635 test(string funcNames[FUNC_NAME_NUM_NAMES], createSyncFuncType createSyncFunc, clientWaitSyncFuncType clientWaitSyncFunc, destroySyncFuncType destroySyncFunc, EGLenum syncType, EGLint flags, const string& flagsName, EGLTime eglTime, const string& eglTimeName, EGLint condSatisfied) test() argument
705 CreateLongRunningSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateLongRunningSyncTest() argument
758 CreateNullAttribsTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateNullAttribsTest() argument
806 CreateEmptyAttribsTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateEmptyAttribsTest() argument
858 CreateInvalidDisplayTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateInvalidDisplayTest() argument
918 CreateInvalidTypeTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateInvalidTypeTest() argument
980 CreateInvalidAttribsTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateInvalidAttribsTest() argument
1044 CreateInvalidContextTest(EglTestContext& eglTestCtx, EGLenum syncType) CreateInvalidContextTest() argument
1108 ClientWaitNoTimeoutTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitNoTimeoutTest() argument
1171 ClientWaitForeverTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitForeverTest() argument
1253 ClientWaitNoContextTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitNoContextTest() argument
1336 ClientWaitForeverFlushTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitForeverFlushTest() argument
1413 ClientWaitInvalidDisplayTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitInvalidDisplayTest() argument
1488 ClientWaitInvalidSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) ClientWaitInvalidSyncTest() argument
1553 GetSyncTypeTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncTypeTest() argument
1616 GetSyncStatusTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncStatusTest() argument
1681 GetSyncStatusSignaledTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncStatusSignaledTest() argument
1787 GetSyncConditionTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncConditionTest() argument
1855 GetSyncInvalidDisplayTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncInvalidDisplayTest() argument
1931 GetSyncInvalidSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncInvalidSyncTest() argument
2001 GetSyncInvalidAttributeTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncInvalidAttributeTest() argument
2076 GetSyncInvalidValueTest(EglTestContext& eglTestCtx, EGLenum syncType) GetSyncInvalidValueTest() argument
2152 DestroySyncTest(EglTestContext& eglTestCtx, EGLenum syncType) DestroySyncTest() argument
2215 DestroySyncInvalidDislayTest(EglTestContext& eglTestCtx, EGLenum syncType) DestroySyncInvalidDislayTest() argument
2285 DestroySyncInvalidSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) DestroySyncInvalidSyncTest() argument
2348 WaitSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) WaitSyncTest() argument
2413 WaitSyncInvalidDisplayTest(EglTestContext& eglTestCtx, EGLenum syncType) WaitSyncInvalidDisplayTest() argument
2485 WaitSyncInvalidSyncTest(EglTestContext& eglTestCtx, EGLenum syncType) WaitSyncInvalidSyncTest() argument
2548 WaitSyncInvalidFlagTest(EglTestContext& eglTestCtx, EGLenum syncType) WaitSyncInvalidFlagTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp121 SyncType syncType; member
369 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
380 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
477 if (m_data.syncType != ST_CONTROL_AND_MEMORY_BARRIER && m_data.syncType != ST_CONTROL_BARRIER) in initPrograms()
681 if (m_data.syncType == ST_CONTROL_AND_MEMORY_BARRIER) in initPrograms()
688 else if (m_data.syncType == ST_CONTROL_BARRIER) in initPrograms()
701 if (m_data.syncType in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp121 SyncType syncType; member
369 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
380 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
477 if (m_data.syncType != ST_CONTROL_AND_MEMORY_BARRIER && m_data.syncType != ST_CONTROL_BARRIER) in initPrograms()
681 if (m_data.syncType == ST_CONTROL_AND_MEMORY_BARRIER) in initPrograms()
688 else if (m_data.syncType == ST_CONTROL_BARRIER) in initPrograms()
701 if (m_data.syncType in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp145 SynchronizationType syncType,
149 SynchronizationType syncType,
156 SynchronizationType syncType,
H A DvktGlobalPriorityQueueTests.cpp79 SyncType syncType; member
367 switch (m_config.syncType) in submitCommands()
970 cfg.syncType = sync.first; in createGlobalPriorityQueueTests()
H A DvktSynchronizationOperation.cpp5321 OperationContext::OperationContext (Context& context, SynchronizationType syncType, PipelineCacheData& pipelineCacheData) in OperationContext() argument
5323 , m_syncType (syncType) in OperationContext()
5335 SynchronizationType syncType, in OperationContext()
5341 , m_syncType (syncType) in OperationContext()
5353 SynchronizationType syncType, in OperationContext()
5362 , m_syncType (syncType) in OperationContext()
5334 OperationContext(Context& context, SynchronizationType syncType, const DeviceInterface& vk, const VkDevice device, vk::Allocator& allocator, PipelineCacheData& pipelineCacheData) OperationContext() argument
5352 OperationContext(Context& context, SynchronizationType syncType, const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::Allocator& allocator, vk::BinaryCollection& programCollection, PipelineCacheData& pipelineCacheData) OperationContext() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp138 SynchronizationType syncType,
142 SynchronizationType syncType,
149 SynchronizationType syncType,
H A DvktGlobalPriorityQueueTests.cpp78 SyncType syncType; member
414 switch (m_config.syncType) in submitCommands()
1072 cfg.syncType = sync.first; in createGlobalPriorityQueueTests()
H A DvktSynchronizationOperation.cpp5188 OperationContext::OperationContext (Context& context, SynchronizationType syncType, PipelineCacheData& pipelineCacheData) in OperationContext() argument
5190 , m_syncType (syncType) in OperationContext()
5202 SynchronizationType syncType, in OperationContext()
5208 , m_syncType (syncType) in OperationContext()
5220 SynchronizationType syncType, in OperationContext()
5229 , m_syncType (syncType) in OperationContext()
5201 OperationContext(Context& context, SynchronizationType syncType, const DeviceInterface& vk, const VkDevice device, vk::Allocator& allocator, PipelineCacheData& pipelineCacheData) OperationContext() argument
5219 OperationContext(Context& context, SynchronizationType syncType, const vk::InstanceInterface& vki, const vk::DeviceInterface& vkd, vk::VkPhysicalDevice physicalDevice, vk::VkDevice device, vk::Allocator& allocator, vk::BinaryCollection& programCollection, PipelineCacheData& pipelineCacheData) OperationContext() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c621 data.syncType = PRESCB_SYNCTYPE_NONE; in stw_framebuffer_present_locked()
H A Dgldrv.h397 IN UINT syncType; // See PRESCB_SYNCTYPE_NONE and PRESCB_SYNCTYPE_VSYNC member

Completed in 34 milliseconds