OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FENCE_NODE
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/layers/
core_validation.h
519
class
FENCE_NODE
: public BASE_NODE {
534
FENCE_NODE
() : queue(NULL), needsSignaled(VK_FALSE){};
[
all
...]
core_validation.cpp
136
unordered_map<VkFence,
FENCE_NODE
> fenceMap;
393
FENCE_NODE
*pCurFenceInfo = &(*fence_item).second;
[
all
...]
Completed in 221 milliseconds