Home
last modified time | relevance | path

Searched refs:StackItem (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_stack.c36 typedef struct StackItem { struct
40 } StackItem; argument
60 StackItem *items;
150 StackItem *item = &s->items[i]; in process_slice()
212 StackItem *item = &s->items[i]; in config_output()
236 StackItem *item = &s->items[i]; in config_output()
269 StackItem *item = &s->items[k]; in config_output()
313 StackItem *item = &s->items[i]; in config_output()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp53 enum StackItem { enum
61 std::vector<StackItem> BranchStack;
62 std::vector<StackItem> LoopStack;
72 bool branchStackContains(CFStack::StackItem);
74 unsigned getSubEntrySize(CFStack::StackItem Item);
86 bool CFStack::branchStackContains(CFStack::StackItem Item) { in branchStackContains()
87 for (std::vector<CFStack::StackItem>::const_iterator I = BranchStack.begin(), in branchStackContains()
133 unsigned CFStack::getSubEntrySize(CFStack::StackItem Item) { in getSubEntrySize()
168 CFStack::StackItem Item = CFStack::ENTRY; in pushBranch()
204 CFStack::StackItem Top = BranchStack.back(); in popBranch()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1081 struct StackItem struct in D3D12MA::JsonWriter
1089 Vector<StackItem> m_Stack;
1118 StackItem stackItem; in BeginObject()
1144 StackItem stackItem; in BeginArray()
1287 StackItem& currItem = m_Stack.back(); in BeginValue()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8124 struct StackItem struct
8132 VmaVector< StackItem, VmaStlAllocator<StackItem> > m_Stack; argument
8143 m_Stack(VmaStlAllocator<StackItem>(pAllocationCallbacks)), in VmaJsonWriter()
8161 StackItem item; in BeginObject()
8186 StackItem item; in BeginArray()
8328 StackItem& currItem = m_Stack.back(); in BeginValue()