| /third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
| H A D | command.js | 1033 proc.on('close', process.exit.bind(process));
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.cc | 906 if (bind(fd, rp->ai_addr, rp->ai_addrlen) == -1) { in create_quic_server_socket() 908 LOG(WARN) << "bind() syscall failed: " in create_quic_server_socket()
|
| H A D | util.cc | 1089 if (bind(fd, rp->ai_addr, rp->ai_addrlen) != -1) { in bind_any_addr_udp()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.c | 810 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in nouveau_video_buffer_create()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 651 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in nv84_video_buffer_create()
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | macro-assembler-arm.h | 567 // Define an exception handler and bind a label. 568 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.h | 753 // Define an exception handler and bind a label. 754 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | macro-assembler-x64.h | 562 // Define an exception handler and bind a label. 563 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_idct.c | 714 tex_templ.bind = PIPE_BIND_SAMPLER_VIEW; in vl_idct_upload_matrix()
|
| H A D | vl_mpeg12_decoder.c | 183 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in init_zscan_buffer()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_dump_state.c | 324 util_dump_member(stream, uint, state, bind); in util_dump_resource()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_render_pass.c | 368 rt->invalid = !zink_resource(psurf->texture)->valid || (ctx->new_swapchain && (psurf->texture->bind & PIPE_BIND_DISPLAY_TARGET)); in zink_init_color_attachment()
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 802 assert(!(z_rsrc->base.bind & PAN_BIND_SHARED_MASK)); in panfrost_batch_submit()
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | udp.c | 582 if (bind(fd, addr, addrlen)) { in uv__udp_bind()
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| H A D | mod.rs | 723 link_name = "bind$UNIX2003" 725 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
|
| /third_party/rust/crates/libc/src/unix/hermit/ |
| H A D | mod.rs | 973 pub fn bind(s: ::c_int, name: *const ::sockaddr, namelen: ::socklen_t) -> ::c_int; in bind() functions
|
| /third_party/python/Lib/asyncio/ |
| H A D | unix_events.py | 317 sock.bind(path)
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeIndirectComputeDispatchTests.cpp | 472 computePipeline.bind(*cmdBuffer); in iterate()
|
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 199 pipeline.bind(*cmdBuffer); in runCompute()
|
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 131 pipeline.bind(*cmdBuffer);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateInheritanceTests.cpp | 620 // Record subpass command buffer, bind vertex buffer and pipeline, in startRenderCmds() 709 m_rectanglePipelines[staticViewportCount].bind(m_subpassCmdBuffer.get()); in startRenderCmds()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindPointTests.cpp | 58 // To avoid combinatory explosions, we'll only use two pipeline types per test, which means 2 pipeline bind operations and 2 related set bind operations. 71 // How to bind each set. 89 constexpr auto kTestBindPoints = 2; // Two bind points per test. 90 constexpr auto kSetupSequenceSize = kTestBindPoints * 2; // For each bind point: bind pipeline and bind set. 91 constexpr auto kDispatchSequenceSize = kTestBindPoints; // Dispatch two types of work, matching the bind points being used. 655 graphicsPipeline.bind(cmdBuffer); in iterate()
|
| H A D | vktPipelineDescriptorLimitsTests.cpp | 670 graphicsPipelineWrapper.bind(*cmdBuffer); in iterate() 850 // We have to make sure, that we don't bind anything outside of valid descriptor binding locations determined by maxPerStageResources. in checkSupport()
|
| H A D | vktPipelineInterfaceMatchingTests.cpp | 220 // allocate and bind color image memory in iterate() 375 m_graphicsPipeline.bind(*m_cmdBuffer); in iterate()
|
| H A D | vktPipelineStencilTests.cpp | 402 // Allocate and bind color image memory 432 // Allocate and bind stencil image memory 761 m_graphicsPipelines[quadNdx].bind(*m_cmdBuffer);
|