Home
last modified time | relevance | path

Searched refs:syncType (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/egl/
DteglSyncTests.cpp62 const char* getSyncTypeName (EGLenum syncType) in getSyncTypeName() argument
64 switch (syncType) in getSyncTypeName()
105 …SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCurrentConte…
132 SyncTest::SyncTest (EglTestContext& eglTestCtx, EGLenum syncType, Extension extensions, bool useCu… in SyncTest() argument
134 , m_syncType (syncType) in SyncTest()
223 SyncTest::Extension getSyncTypeExtension (EGLenum syncType) in getSyncTypeExtension() argument
225 switch (syncType) in getSyncTypeExtension()
323 CreateNullAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateNullAttribsTest() argument
324 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "cr… in CreateNullAttribsTest()
371 CreateEmptyAttribsTest (EglTestContext& eglTestCtx, EGLenum syncType) in CreateEmptyAttribsTest() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp120 SyncType syncType; member
368 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
379 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
476 if (m_data.syncType != ST_CONTROL_AND_MEMORY_BARRIER && m_data.syncType != ST_CONTROL_BARRIER) in initPrograms()
680 if (m_data.syncType == ST_CONTROL_AND_MEMORY_BARRIER) in initPrograms()
687 else if (m_data.syncType == ST_CONTROL_BARRIER) in initPrograms()
700 if (m_data.syncType == ST_FENCE_ATOMIC || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
734 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
765 if (m_data.syncType == ST_ATOMIC_FENCE || m_data.syncType == ST_FENCE_FENCE) in initPrograms()
1004 if (m_data.syncType == ST_ATOMIC_ATOMIC || m_data.syncType == ST_ATOMIC_FENCE) { in initProgramsTransitive()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp137 SynchronizationType syncType,
141 SynchronizationType syncType,
148 SynchronizationType syncType,
DvktSynchronizationOperation.cpp5168 OperationContext::OperationContext (Context& context, SynchronizationType syncType, PipelineCacheDa… in OperationContext() argument
5170 , m_syncType (syncType) in OperationContext()
5182 SynchronizationType syncType, in OperationContext() argument
5188 , m_syncType (syncType) in OperationContext()
5200 SynchronizationType syncType, in OperationContext() argument
5209 , m_syncType (syncType) in OperationContext()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c561 data.syncType = PRESCB_SYNCTYPE_NONE; in stw_framebuffer_present_locked()
Dgldrv.h397 IN UINT syncType; // See PRESCB_SYNCTYPE_NONE and PRESCB_SYNCTYPE_VSYNC member