Home
last modified time | relevance | path

Searched refs:StackEntry (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/executor/tools/
DxeExtractShaderPrograms.cpp100 struct StackEntry struct
105 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument
110 vector<StackEntry> itemListStack; in extractShaderPrograms()
113 itemListStack.push_back(StackEntry(&result.resultItems)); in extractShaderPrograms()
117 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms()
130 itemListStack.push_back(StackEntry(&static_cast<const xe::ri::Section&>(curItem).items)); in extractShaderPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
319 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction()
326 StackEntry, 1 + I, "gc_root"); in runOnFunction()
344 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction()
346 StackEntry, 0, "gc_newhead"); in runOnFunction()
356 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp319 struct StackEntry { struct
333 DenseMap<Profile::ThreadID, std::vector<StackEntry>> ThreadStacks; in profileFromTrace()
360 std::mem_fn(&StackEntry::FuncId)); in profileFromTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
54 using StackVector = SmallVector<StackEntry, 16>;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1331 struct StackEntry struct
1336 …bool operator!=(const StackEntry &other) const { return block != other.block || line != other.line… in operator !=() argument
1375 std::vector<StackEntry> stack;
2206 std::vector<StackEntry> newStack; in trap()
2209 newStack.emplace_back(StackEntry{ block, block->line }); in trap()
2215 newStack.emplace_back(StackEntry{ block, inlined->line }); in trap()