Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp566 class ThreadGroupThread : private Thread class
569ThreadGroupThread(const Context &context, VkPipelineCache pipelineCache, const VkPipelineLayout &p… in ThreadGroupThread() function in vkt::synchronization::__anonb2d64e1c0111::ThreadGroupThread
582 virtual ~ThreadGroupThread(void) in ~ThreadGroupThread()
606 ThreadGroupThread(const ThreadGroupThread &);
607 ThreadGroupThread &operator=(const ThreadGroupThread &);
636 void ThreadGroupThread::start(de::SpinBarrier *groupBarrier) in start()
642 inline void ThreadGroupThread::barrier(void) in barrier()
649 typedef vector<SharedPtr<ThreadGroupThread>> ThreadVector;
659 void add(MovePtr<ThreadGroupThread> thread) in add()
661 m_threads.push_back(SharedPtr<ThreadGroupThread>(thread.release())); in add()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp91 class ThreadGroupThread;
119 void add(de::MovePtr<ThreadGroupThread> thread);
123 typedef std::vector<de::SharedPtr<ThreadGroupThread>> ThreadVector;
129 class ThreadGroupThread : private de::Thread class
132 ThreadGroupThread(void);
133 virtual ~ThreadGroupThread(void);
150 ThreadGroupThread(const ThreadGroupThread &);
151 ThreadGroupThread &operator=(const ThreadGroupThread &);
169 void ThreadGroup::add(de::MovePtr<ThreadGroupThread> thread) in add()
171 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release())); in add()
[all …]