Searched refs:ThreadGroupThread (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp493 class ThreadGroupThread : private Thread class in namespace:vkt::synchronization::__anon4039
496 ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, function in class:vkt::synchronization::__anon4039::ThreadGroupThread
507 virtual ~ThreadGroupThread (void)
529 ThreadGroupThread (const ThreadGroupThread&);
530 ThreadGroupThread& operator= (const ThreadGroupThread&);
558 typedef vector<SharedPtr<ThreadGroupThread> > ThreadVector;
567 void add (MovePtr<ThreadGroupThread> thread)
569 m_threads.push_back(SharedPtr<ThreadGroupThread>(threa
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp80 class ThreadGroupThread;
89 * early either by returning from ThreadGroupThread::runThread() or throwing
107 void add (de::MovePtr<ThreadGroupThread> thread);
111 typedef std::vector<de::SharedPtr<ThreadGroupThread> > ThreadVector;
117 class ThreadGroupThread : private de::Thread class in namespace:vkt::api::__anon3791
120 ThreadGroupThread (void);
121 virtual ~ThreadGroupThread (void);
135 ThreadGroupThread (const ThreadGroupThread&);
136 ThreadGroupThread
181 ThreadGroupThread::ThreadGroupThread (void) function in class:vkt::api::__anon3791::ThreadGroupThread
[all...]

Completed in 129 milliseconds