Home
last modified time | relevance | path

Searched refs:bind (Results 1076 - 1100 of 2370) sorted by relevance

1...<<41424344454647484950>>...95

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1033 proc.on('close', process.exit.bind(process));
/third_party/nghttp2/src/
H A Dshrpx_worker.cc906 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 Dutil.cc1089 if (bind(fd, rp->ai_addr, rp->ai_addrlen) != -1) { in bind_any_addr_udp()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c810 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 Dnv84_video.c651 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 Dmacro-assembler-arm.h567 // 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 Dmacro-assembler-loong64.h753 // 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 Dmacro-assembler-x64.h562 // 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 Dvl_idct.c714 tex_templ.bind = PIPE_BIND_SAMPLER_VIEW; in vl_idct_upload_matrix()
H A Dvl_mpeg12_decoder.c183 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW; in init_zscan_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c324 util_dump_member(stream, uint, state, bind); in util_dump_resource()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c368 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 Dpan_job.c802 assert(!(z_rsrc->base.bind & PAN_BIND_SHARED_MASK)); in panfrost_batch_submit()
/third_party/node/deps/uv/src/unix/
H A Dudp.c582 if (bind(fd, addr, addrlen)) { in uv__udp_bind()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs723 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 Dmod.rs973 pub fn bind(s: ::c_int, name: *const ::sockaddr, namelen: ::socklen_t) -> ::c_int; in bind() functions
/third_party/python/Lib/asyncio/
H A Dunix_events.py317 sock.bind(path)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp472 computePipeline.bind(*cmdBuffer); in iterate()
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp199 pipeline.bind(*cmdBuffer); in runCompute()
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp131 pipeline.bind(*cmdBuffer);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp620 // 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 DvktPipelineBindPointTests.cpp58 // 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 DvktPipelineDescriptorLimitsTests.cpp670 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 DvktPipelineInterfaceMatchingTests.cpp220 // allocate and bind color image memory in iterate()
375 m_graphicsPipeline.bind(*m_cmdBuffer); in iterate()
H A DvktPipelineStencilTests.cpp402 // Allocate and bind color image memory
432 // Allocate and bind stencil image memory
761 m_graphicsPipelines[quadNdx].bind(*m_cmdBuffer);

Completed in 44 milliseconds

1...<<41424344454647484950>>...95