Home
last modified time | relevance | path

Searched refs:stack (Results 751 - 775 of 2170) sorted by relevance

1...<<31323334353637383940>>...87

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c372 util_debug_message(&rctx->b.debug, SHADER_INFO, "%s shader: %d dw, %d gprs, %d alu_groups, %d loops, %d cf, %d stack", in r600_pipe_shader_create()
10450 struct r600_stack_info *stack = &ctx->bc->stack; in callstack_update_max_depth() local
10454 unsigned entry_size = stack->entry_size; in callstack_update_max_depth()
10456 elements = (stack->loop + stack->push_wqm ) * entry_size; in callstack_update_max_depth()
10457 elements += stack->push; in callstack_update_max_depth()
10463 * the stack must be reserved to hold the current active/continue in callstack_update_max_depth()
10465 if (reason == FC_PUSH_VPM || stack->push > 0) { in callstack_update_max_depth()
10471 /* r9xx: any stack operatio in callstack_update_max_depth()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_neon.S894 @ Align the stack, allocate a temp buffer
1579 @ Align the stack, allocate a temp buffer
/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mc.asm104 ; On WIN64, the arg is already on the stack
H A Dsynth_filter.asm124 ; Make sure offset is in a register and not on the stack
/third_party/libunwind/libunwind/src/ia64/
H A DGinstall_cursor.S346 /* We do not need executable stack. */
347 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex20 information about the procedure that created the stack frame
/third_party/libunwind/libunwind/tests/
H A Dia64-test-rbs-asm.S47 /* first, calculate address of new stack: */ \
65 adds sp = -16, r3; /* switch the memory stack */ \
93 1: /* switch back to stack: */ \
273 /* We do not need executable stack. */
274 .section .note.GNU-stack,"",@progbits
/third_party/mesa3d/src/glx/
H A Dglxclient.h227 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h38 #include <stack>
/third_party/node/lib/
H A D_http_agent.js85 debug('SOCKET ERROR on FREE socket:', err.message, err.stack);
/third_party/node/lib/internal/policy/
H A Dmanifest.js73 _rawDebug(error.stack);
/third_party/node/lib/internal/test_runner/
H A Drunner.js432 // The stack will not be useful since the failures came from tests
434 stack: undefined,
/third_party/node/src/
H A Dnode_internals.h82 void PrintStackTrace(v8::Isolate* isolate, v8::Local<v8::StackTrace> stack);
/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c255 gwp_asan_printf("It dosen't see any stack trace!\n"); in gwp_asan_printf_backtrace()
284 /* This function is used for gwp_asan to record the call stack when allocate and deallocate.
286 * The unwind process may stop because the value of fp is incorrect(fp was not saved on the stack due to optimization)
287 * We can build library with "-fno-omit-frame-pointer" to get a more accurate call stack.
308 size_t stack_end = (size_t)(__pthread_self()->stack); in libc_gwp_asan_unwind_fast()
/third_party/musl/src/gwp_asan/linux/
H A Dgwp_asan.c255 gwp_asan_printf("It dosen't see any stack trace!\n"); in gwp_asan_printf_backtrace()
284 /* This function is used for gwp_asan to record the call stack when allocate and deallocate.
286 * The unwind process may stop because the value of fp is incorrect(fp was not saved on the stack due to optimization)
287 * We can build library with "-fno-omit-frame-pointer" to get a more accurate call stack.
308 size_t stack_end = (size_t)(__pthread_self()->stack); in libc_gwp_asan_unwind_fast()
/third_party/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S686 .section .note.GNU-stack,"",%progbits
/third_party/ltp/testcases/kernel/kvm/
H A Dbootstrap_x86_64.S214 * initialize stack.
339 /* load handler arguments from the stack and call handler */
596 .section .bss.stack, "aw", @nobits
H A Dbootstrap_x86.S117 /* Create a stack descriptor in the 4th GDT slot */
442 .section .bss.stack, "aw", @nobits
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h53 std::vector<CpuProfileDeoptFrame> stack; member
289 // In the resulting CpuProfile tree, intermediate nodes in a stack trace
363 * \param mode Type of computation of stack frame line numbers.
417 * Synchronously collect current stack sample in all profilers attached to
811 * empty JS call-stack. The lifetime of the returned Node* is scoped to the
1083 * |track_allocations| parameter controls whether stack trace of each
1117 * currently live in the system. Each sampled allocation includes the stack
1126 * |stack_depth| parameter controls the maximum number of stack frames to be
/third_party/node/deps/v8/include/
H A Dv8-profiler.h53 std::vector<CpuProfileDeoptFrame> stack; member
292 // In the resulting CpuProfile tree, intermediate nodes in a stack trace
366 * \param mode Type of computation of stack frame line numbers.
417 * Synchronously collect current stack sample in all profilers attached to
808 * empty JS call-stack. The lifetime of the returned Node* is scoped to the
1012 * |track_allocations| parameter controls whether stack trace of each
1046 * currently live in the system. Each sampled allocation includes the stack
1055 * |stack_depth| parameter controls the maximum number of stack frames to be
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp27 #include <stack>
/third_party/node/deps/openssl/openssl/crypto/stack/
H A Dstack.c13 #include <openssl/stack.h>
343 st->sorted = 1; /* empty or single-element stack is considered sorted */ in internal_find()
471 st->sorted = 1; /* empty or single-element stack is considered sorted */ in OPENSSL_sk_sort()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp563 uint32_t stack = 0; // maximum call depth. member
/third_party/openssl/crypto/stack/
H A Dstack.c13 #include <openssl/stack.h>
343 st->sorted = 1; /* empty or single-element stack is considered sorted */ in internal_find()
471 st->sorted = 1; /* empty or single-element stack is considered sorted */ in OPENSSL_sk_sort()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp33 #include <stack>
248 // Need to move the stack contents individually.
358 // In case for some reason two allocations both come from same stack.
525 // A vector without stack storage.

Completed in 30 milliseconds

1...<<31323334353637383940>>...87