Home
last modified time | relevance | path

Searched refs:bind (Results 276 - 300 of 3593) sorted by relevance

1...<<11121314151617181920>>...144

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c75 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nv50_mt_choose_storage_type()
131 if (mt->base.base.bind & PIPE_BIND_SCANOUT) { in nv50_mt_choose_storage_type()
151 if (mt->base.base.bind & PIPE_BIND_CURSOR) in nv50_mt_choose_storage_type()
350 if (pt->bind & PIPE_BIND_LINEAR) in nv50_miptree_create()
383 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) in nv50_miptree_create()
389 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nv50_miptree_create()
H A Dnv50_context.c212 unsigned bind = res->bind ? res->bind : PIPE_BIND_VERTEX_BUFFER; in nv50_invalidate_resource_storage() local
215 if (bind & PIPE_BIND_RENDER_TARGET) { in nv50_invalidate_resource_storage()
227 if (bind & PIPE_BIND_DEPTH_STENCIL) { in nv50_invalidate_resource_storage()
237 if (bind & (PIPE_BIND_VERTEX_BUFFER | in nv50_invalidate_resource_storage()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc147 bind(&skip); in Jump()
173 bind(&skip); in Jump()
184 bind(&skip); in Jump()
258 bind(&skip); in Call()
279 bind(&skip); in CallBuiltin()
323 bind(&loop); in PushArray()
328 bind(&done); in PushArray()
336 bind(&loop); in PushArray()
340 bind(&done); in PushArray()
487 bind( in MultiPushF64AndV128()
[all...]
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dpvcalls.h8 /* "1" means socket, connect, release, bind, listen, accept and poll */
63 } bind; member
102 } bind; member
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dpvcalls.h10 /* "1" means socket, connect, release, bind, listen, accept and poll */
65 } bind; member
104 } bind; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dbind_timewait.c52 ret = bind(server_fd, (struct sockaddr *)&self->addr, self->addrlen); in create_timewait_socket()
85 ret = bind(fd, (struct sockaddr *)&self->addr, self->addrlen);
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_008.cpp55 ret = bind(udp_sock, const_cast<struct sockaddr *>(reinterpret_cast<struct sockaddr *>(&sa)), sizeof(sa)); in UdpTcpBind()
65 ret = bind(tcp_sock, const_cast<struct sockaddr *>(reinterpret_cast<struct sockaddr *>(&sa)), sizeof(sa)); in UdpTcpBind()
/third_party/elfio/examples/tutorial/
H A Dtutorial.cpp90 unsigned char bind; in main() local
96 symbols.get_symbol( j, name, value, size, bind, type, in main()
/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
H A Dfs_bind_rbind27.sh20 EXPECT_PASS mount --bind share1 parent1/child1
21 EXPECT_PASS mount --bind share2 parent2
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.h79 unsigned bind);
129 unsigned bind,
/third_party/node/lib/internal/
H A Ddgram.js54 handle.bind = handle.bind6;
76 err = handle.bind(address, port || 0, flags);
/third_party/node/test/parallel/
H A Dtest-cluster-bind-twice.js37 // that is routed to the second worker. When it tries to bind, it expects to
111 worker.on('message', process.send.bind(process));
112 process.on('message', worker.send.bind(worker));
H A Dtest-cluster-dgram-bind-fd.js26 const err = rawHandle.bind(common.localhostIPv4, 0, 0);
107 socket.bind({
H A Dtest-dgram-send-error.js16 socket.bind(common.mustCall(() => {
49 socket.bind(common.mustCall(() => {
/third_party/node/test/pummel/
H A Dtest-stream-pipe-multi.js50 process.nextTick(this.emit.bind(this, 'drain'));
58 process.nextTick(this.close.bind(this));
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c51 TST_EXP_FAIL(bind(*tcase->socket_fd, tcase->sockaddr, tcase->salen), in verify_bind()
54 TST_EXP_PASS(bind(*tcase->socket_fd, tcase->sockaddr, tcase->salen), in verify_bind()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dblockingcall.h40 scheduler->bind(); in call()
65 scheduler->bind(); in call()
/third_party/typescript/tests/baselines/reference/
H A DprivateNameAccessorsCallExpression.js42 const str = __classPrivateFieldGet(this, _A_instances, "a", _A_fieldFunc2_get).bind(this) `head${1}middle${2}tail`;
43 __classPrivateFieldGet((_a = this.getInstance()), _A_instances, "a", _A_fieldFunc2_get).bind(_a) `test${1}and${2}`;
H A DprivateNameFieldCallExpression.js47 const str = __classPrivateFieldGet(this, _A_fieldFunc2, "f").bind(this) `head${1}middle${2}tail`;
48 __classPrivateFieldGet((_b = this.getInstance()), _A_fieldFunc2, "f").bind(_b) `test${1}and${2}`;
H A DprivateNameStaticAccessorsCallExpression.js44 const str = __classPrivateFieldGet(this, _a, "a", _A_fieldFunc2_get).bind(this) `head${1}middle${2}tail`;
45 __classPrivateFieldGet((_b = this.getClass()), _a, "a", _A_fieldFunc2_get).bind(_b) `test${1}and${2}`;
H A DprivateNameStaticFieldCallExpression.js45 const str = __classPrivateFieldGet(A, _a, "f", _A_fieldFunc2).bind(A) `head${1}middle${2}tail`;
46 __classPrivateFieldGet((_c = this.getClass()), _a, "f", _A_fieldFunc2).bind(_c) `test${1}and${2}`;
/third_party/skia/modules/skottie/src/effects/
H A DFillEffect.cpp51 .bind( kColor_Index, fColor ) in FillAdapter()
52 .bind(kOpacity_Index, fOpacity); in FillAdapter()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc338 bind(&if_code_is_off_heap); in LoadCodeObjectEntry()
346 bind(&out); in LoadCodeObjectEntry()
427 bind(&loop); in PushArray()
431 bind(&entry); in PushArray()
437 bind(&loop); in PushArray()
440 bind(&entry); in PushArray()
659 bind(&ok); in RecordWriteField()
665 bind(&done); in RecordWriteField()
830 bind(&done); in CallRecordWriteStub()
1183 bind( in CallRecordWriteStub()
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c380 unsigned bind; in drisw_allocate_textures() local
386 dri_drawable_get_format(drawable, statts[i], &format, &bind); in drisw_allocate_textures()
390 bind |= PIPE_BIND_DISPLAY_TARGET; in drisw_allocate_textures()
396 templ.bind = bind; in drisw_allocate_textures()
410 templ.bind = templ.bind & in drisw_allocate_textures()
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c438 templat.bind = 0; /* setup below */ in osmesa_st_framebuffer_validate()
443 unsigned bind = 0; in osmesa_st_framebuffer_validate() local
452 bind = PIPE_BIND_RENDER_TARGET; in osmesa_st_framebuffer_validate()
456 bind = PIPE_BIND_DEPTH_STENCIL; in osmesa_st_framebuffer_validate()
460 bind = PIPE_BIND_RENDER_TARGET; in osmesa_st_framebuffer_validate()
468 templat.bind = bind; in osmesa_st_framebuffer_validate()

Completed in 16 milliseconds

1...<<11121314151617181920>>...144