/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 372 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 D | vp9itxfm_neon.S | 894 @ Align the stack, allocate a temp buffer 1579 @ Align the stack, allocate a temp buffer
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vc1dsp_mc.asm | 104 ; On WIN64, the arg is already on the stack
|
H A D | synth_filter.asm | 124 ; Make sure offset is in a register and not on the stack
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Ginstall_cursor.S | 346 /* We do not need executable stack. */ 347 .section .note.GNU-stack,"",@progbits
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 20 information about the procedure that created the stack frame
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-rbs-asm.S | 47 /* 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 D | glxclient.h | 227 __GLXattribute *stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.h | 38 #include <stack>
|
/third_party/node/lib/ |
H A D | _http_agent.js | 85 debug('SOCKET ERROR on FREE socket:', err.message, err.stack);
|
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 73 _rawDebug(error.stack);
|
/third_party/node/lib/internal/test_runner/ |
H A D | runner.js | 432 // The stack will not be useful since the failures came from tests 434 stack: undefined,
|
/third_party/node/src/ |
H A D | node_internals.h | 82 void PrintStackTrace(v8::Isolate* isolate, v8::Local<v8::StackTrace> stack);
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 255 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 D | gwp_asan.c | 255 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 D | read_rgba_span_x86.S | 686 .section .note.GNU-stack,"",%progbits
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | bootstrap_x86_64.S | 214 * initialize stack. 339 /* load handler arguments from the stack and call handler */ 596 .section .bss.stack, "aw", @nobits
|
H A D | bootstrap_x86.S | 117 /* 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 D | v8-profiler.h | 53 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 D | v8-profiler.h | 53 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 D | sb_ssa_builder.cpp | 27 #include <stack>
|
/third_party/node/deps/openssl/openssl/crypto/stack/ |
H A D | stack.c | 13 #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 D | Shader.hpp | 563 uint32_t stack = 0; // maximum call depth. member
|
/third_party/openssl/crypto/stack/ |
H A D | stack.c | 13 #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 D | spirv_cross_containers.hpp | 33 #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.
|