Home
last modified time | relevance | path

Searched refs:stack_entry (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dconvolve.c84 stack_entry; typedef
92 stack_entry *stack;
114 state->stack = calloc (state->stack_size + 1, sizeof (stack_entry)); in convolve_init()
161 convolve_run (stack_entry * top, unsigned size, double *scratch) in convolve_run()
290 stack_entry *top = state->stack + (state->stack_size - 1); in convolve_match()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp92 struct stack_entry { struct in __anon2e7d07760111::find_lowerable_rvalues_visitor
129 std::vector<stack_entry> stack;
134 void add_lowerable_children(const stack_entry &entry);
198 stack_entry entry; in stack_enter()
207 find_lowerable_rvalues_visitor::add_lowerable_children(const stack_entry &entry) in add_lowerable_children()
219 const stack_entry &entry = stack.back(); in pop_stack_entry()
225 stack_entry &parent = stack.end()[-2]; in pop_stack_entry()
249 stack_entry &parent = stack.end()[-2]; in pop_stack_entry()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h32880 struct stack_entry { struct