Home
last modified time | relevance | path

Searched refs:pushed (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_push_ubo.c53 BITSET_DECLARE(pushed, MAX_UBO_WORDS);
122 /* Mark it as pushed so we can rewrite */ in bi_pick_ubo()
123 BITSET_SET(block->pushed, r); in bi_pick_ubo()
143 /* The load can't be pushed, so this UBO needs to be in bi_opt_push_ubo()
155 if (!BITSET_TEST(analysis.blocks[ubo].pushed, offset / 4)) { in bi_opt_push_ubo()
267 * The pass works by creating a graph of pushed uniforms, where edges denote the
275 * After a new ordering is selected, pushed uniforms in the program and the
286 unsigned pushed = 0, unpaired_count = 0; in bi_opt_reorder_push() local
310 memcpy(ordering + pushed, component, sizeof(unsigned) * size); in bi_opt_reorder_push()
311 pushed in bi_opt_reorder_push()
[all...]
/third_party/node/test/parallel/
H A Dtest-domain-enter-exit.js44 `a not pushed: ${names(domain._stack)}`);
48 `b not pushed: ${names(domain._stack)}`);
52 `c not pushed: ${names(domain._stack)}`);
60 `b not pushed: ${names(domain._stack)}`);
H A Dtest-stream-readable-async-iterators.js259 if (!this.pushed) {
261 this.pushed = true;
/third_party/ffmpeg/tests/checkasm/arm/
H A Dcheckasm.S59 #define ARG_STACK_A (((ARG_STACK + pushed + 7) & ~7) - pushed + 8)
62 .equ pushed, 4*9
69 .equ pushed, pushed + 16*4 + 4
81 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + pos]
90 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + 4*(MAX_ARGS-4)]
101 ldrd r2, r3, [sp, #ARG_STACK_A + pushed]
106 ldr r12, [sp, #ARG_STACK_A + pushed + 8 + 4*(MAX_ARGS-4)]
/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-utils.js6 this.pushed = 0;
36 source.pushed++;
38 if (source.toPush > 0 && source.pushed > source.toPush) {
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir_promote_uniforms.c61 BITSET_DECLARE(pushed, MAX_UBO_QWORDS);
121 /* Mark it as pushed so we can rewrite */ in mir_pick_ubo()
122 BITSET_SET(block->pushed, vec4); in mir_pick_ubo()
135 BITSET_WORD *push = res->blocks[i].pushed;
143 bool pushed = BITSET_TEST(push, j);
144 assert(used || !pushed);
146 putchar(pushed ? '*' : used ? '-' : '_');
268 /* If nothing is pushed, all UBOs need to be uploaded in midgard_promote_uniforms()
305 if (!BITSET_TEST(analysis.blocks[ubo].pushed, qword)) { in midgard_promote_uniforms()
310 /* Find where we pushed t in midgard_promote_uniforms()
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dandroid.py56 # This remembers what we have already pushed to the device.
57 self.pushed = set()
79 # Only push files not yet pushed in one execution.
80 if file_on_host in self.pushed:
102 self.pushed.add(file_on_host)
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c504 int pushed, workers_pushed = 0; in sched_work() local
519 pushed = try_push_work(j, path); in sched_work()
520 i += pushed; in sched_work()
521 workers_pushed += pushed; in sched_work()
523 if (!pushed) in sched_work()
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S14 # always start with the current CFA pushed onto the stack. This file contains a
38 # which uses implicit CFA pushed onto stack. #
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp169 std::vector<void const *> pushed; member in rr::DebugInfo
/third_party/curl/lib/vtls/
H A Dbearssl.c125 size_t n, i, pushed; in load_cafile() local
157 pushed = br_pem_decoder_push(&pc, p, n); in load_cafile()
160 p += pushed; in load_cafile()
161 n -= pushed; in load_cafile()
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm105 ; All arguments have been pushed on the stack instead of registers in order to
/third_party/nghttp2/src/
H A Dnghttp.cc1590 auto pushed = req->stream_id % 2 == 0; in output_har() local
1593 json_string(pushed ? "Pushed Object" : "")); in output_har()
2219 pushed by server. in print_stats()
2241 auto pushed = req->stream_id % 2 == 0; in print_stats() local
2245 << (pushed ? "*" : " ") << std::setw(11) in print_stats()
2768 The number of concurrent pushed streams this client in print_help()
/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c504 int pushed = 0; in push_output_configuration() local
508 pushed = 1; in push_output_configuration()
511 return pushed; in push_output_configuration()
3339 int pushed = push_output_configuration(ac); local
3340 if (pce_found && !pushed) {
/third_party/python/Python/
H A Dcompile.c2356 Return 0 on error, -1 if no dict pushed, 1 if a dict is pushed. in compiler_visit_kwonlydefaults()
2473 Return 0 on error, -1 if no annotations pushed, 1 if a annotations is pushed. in compiler_visit_annotations()
3343 exceptions are pushed onto the value stack (and the exception
4379 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, in starunpack_helper() argument
4394 if (tuple && !pushed) { in starunpack_helper()
4403 ADDOP_I(c, build, pushed); in starunpack_helper()
4413 int big = n+pushed > STACK_USE_GUIDELINE; in starunpack_helper()
4427 ADDOP_I(c, BUILD_TUPLE, n+pushed); in starunpack_helper()
[all...]
/third_party/gn/src/gn/
H A Dvariables.cc544 arflags are NOT pushed to dependents, so applying arflags to source sets or
1429 ldflags are NOT pushed to dependents, so applying ldflags to source sets or
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm149 ; Pops anything that was pushed by PROLOGUE, and returns.
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc301 bool pushed() const { return state_ == kPushed; } in pushed() function in v8::internal::compiler::RepresentationSelector::final
606 } else if (input_info->pushed()) { in GenerateTraversal()
608 // If we had already pushed (and not visited) an input, it means that in GenerateTraversal()
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h214 // pushed as part of frame construction, so we don't need to allocate memory in PatchPrepareStackFrame()
4236 int pushed = src.kind() == kS128 ? kSimd128Size : kSystemPointerSize; in Construct() local
4237 liftoff::push(asm_, src.reg(), src.kind(), stack_decrement - pushed); in Construct()

Completed in 42 milliseconds