OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadGroupThread
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp
493
class
ThreadGroupThread
: private Thread
496
ThreadGroupThread
(const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout,
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
>(thread.release()))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp
80
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
120
ThreadGroupThread
(void);
121
virtual ~
ThreadGroupThread
(void);
135
ThreadGroupThread
(const
ThreadGroupThread
&);
136
ThreadGroupThread
& operator= (const ThreadGroupThread&)
[
all
...]
Completed in 111 milliseconds