Home
last modified time | relevance | path

Searched refs:pipe_state (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Dpipe_test.c24 struct pipe_state { struct
64 struct pipe_state *state = ctx; in s_fixture_before() argument
109 struct pipe_state *state = ctx; in s_fixture_after()
171 struct pipe_state *state = user_data; in s_done_pred()
220 struct pipe_state *state;
241 struct pipe_state *state, in s_schedule_task()
336 struct pipe_state *state = user_data; in s_clean_up_write_end_on_write_completed()
420 struct pipe_state *state = user_data; in s_on_readable_event()
467 struct pipe_state *state = user_data; in s_sentonce_on_readable_event()
519 struct pipe_state *state = user_data; in s_subscribe_on_write_completed()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsys_pipe.c219 pipe->pipe_state = PIPE_SIGNALR; in pipe_ctor()
378 pipe->pipe_state |= PIPE_LWANT; in pipelock()
387 pipe->pipe_state |= PIPE_LOCKFL; in pipelock()
401 pipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()
403 pipe->pipe_state &= ~PIPE_LWANT; in pipeunlock()
552 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()
597 wakeup_state = rpipe->pipe_state; in pipe_read()
1090 pipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1314 pipe->pipe_state |= PIPE_EOF; in pipeclose()
1327 ppipe->pipe_state |= PIPE_EOF; in pipeclose()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Pipe.ocd/
H A DScript.c35 local pipe_state = nil; variable
111 return _inherited(other) && (pipe_state == other.pipe_state); in CanBeStackedWith()
143 public func IsNeutralPipe() { return pipe_state == PIPE_STATE_Neutral; } in IsNeutralPipe()
144 public func IsDrainPipe() { return pipe_state == PIPE_STATE_Drain; } in IsDrainPipe()
145 public func IsSourcePipe() { return pipe_state == PIPE_STATE_Source; } in IsSourcePipe()
146 public func IsAirPipe() { return pipe_state == PIPE_STATE_Air; } in IsAirPipe()
148 public func GetPipeState() { return pipe_state; } in GetPipeState()
152 pipe_state = PIPE_STATE_Neutral; in SetNeutralPipe()
165 pipe_state = PIPE_STATE_Drain; in SetDrainPipe()
179 pipe_state = PIPE_STATE_Source; in SetSourcePipe()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/ipc/
H A Dvfs_ipc.c45 struct pipe_state { struct
61 struct pipe_state *s; in pipe_state_find()
195 struct pipe_state *p; in ipc_open_generic()
265 struct pipe_state *p; in ipc_open_ntcreatex()
287 struct pipe_state *p; in ipc_open_openx()
310 struct pipe_state *p; in ipc_open_smb2()
414 struct pipe_state *p; in ipc_read()
454 struct pipe_state *p; in ipc_write()
507 struct pipe_state *p; in ipc_close()
679 struct pipe_state *p; in ipc_dcerpc_cmd()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dser-pipe.c39 struct pipe_state struct
52 struct pipe_state *state; in pipe_open() argument
134 state = XNEW (struct pipe_state); in pipe_open()
149 struct pipe_state *state = (struct pipe_state *) scb->state; in pipe_close()
H A Dser-mingw.c799 struct pipe_state struct
813 static struct pipe_state * argument
816 struct pipe_state *ps = XCNEW (struct pipe_state); in make_pipe_state()
827 free_pipe_state (struct pipe_state *ps) in free_pipe_state()
854 void operator() (pipe_state *ps) const in operator()
860 typedef std::unique_ptr<pipe_state, pipe_state_destroyer> pipe_state_up;
925 struct pipe_state *ps; in pipe_windows_fdopen()
950 struct pipe_state *ps = (struct pipe_state *) scb->state; in pipe_windows_close()
986 struct pipe_state *ps = (struct pipe_state *) scb->state; in pipe_windows_write()
1008 struct pipe_state *ps = (struct pipe_state *) scb->state; in pipe_wait_handle()
[all …]
/dports/net/samba412/samba-4.12.15/source4/ntvfs/ipc/
H A Dvfs_ipc.c53 struct pipe_state { struct
73 struct pipe_state *s; in pipe_state_find()
219 struct pipe_state *p;
248 struct pipe_state *p; in ipc_open()
542 struct pipe_state *p;
558 struct pipe_state *p; in ipc_read()
631 struct pipe_state *p;
647 struct pipe_state *p; in ipc_write()
738 struct pipe_state *p; in ipc_close()
926 struct pipe_state *p;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-pipe.c42 struct pipe_state struct
55 struct pipe_state *state; in pipe_open() argument
108 state = XMALLOC (struct pipe_state); in pipe_open()
122 struct pipe_state *state = scb->state; in pipe_close()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-pipe.c42 struct pipe_state struct
55 struct pipe_state *state; in pipe_open() argument
108 state = XMALLOC (struct pipe_state); in pipe_open()
122 struct pipe_state *state = scb->state; in pipe_close()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dser-pipe.c43 struct pipe_state struct
56 struct pipe_state *state; in pipe_open() argument
144 state = XMALLOC (struct pipe_state); in pipe_open()
159 struct pipe_state *state = scb->state; in pipe_close()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dser-pipe.c41 struct pipe_state struct
54 struct pipe_state *state; in pipe_open() argument
142 state = XMALLOC (struct pipe_state); in pipe_open()
157 struct pipe_state *state = scb->state; in pipe_close()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/vulkan/
H A Danv_cmd_buffer.c236 if (pipe_state->push_descriptors[i]) { in anv_cmd_pipeline_state_finish()
914 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_bind_descriptor_set() local
919 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_bind_descriptor_set()
934 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_bind_descriptor_set()
948 pipe_state->descriptors[set_index] = set; in anv_cmd_buffer_bind_descriptor_set()
1233 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1239 struct anv_cmd_pipeline_state *pipe_state = in anv_CmdPushConstants() local
1359 struct anv_cmd_pipeline_state *pipe_state; in anv_cmd_buffer_push_descriptor_set() local
1363 pipe_state = &cmd_buffer->state.gfx.base; in anv_cmd_buffer_push_descriptor_set()
1371 pipe_state = &cmd_buffer->state.rt.base; in anv_cmd_buffer_push_descriptor_set()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c33 struct pipe_state { struct
405 struct pipe_state pipe_state; member
435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()
563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()
582 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()
634 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local
639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/
H A Dnouveau_engine_graph_nv10.c42 struct pipe_state { struct
409 struct pipe_state pipe_state; member
492 struct pipe_state *pipe = &chan->pipe_state; in nv17_graph_mthd_lma_window()
630 struct pipe_state *pipe = &chan->pipe_state; in nv10_graph_save_pipe()
648 struct pipe_state *pipe = &chan->pipe_state; in nv10_graph_load_pipe()
698 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_graph_create_pipe() local
703 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_graph_create_pipe()
707 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_graph_create_pipe()
708 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_graph_create_pipe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c33 struct pipe_state { struct
405 struct pipe_state pipe_state; member
435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()
563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()
582 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()
634 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local
639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c33 struct pipe_state { struct
405 struct pipe_state pipe_state; member
435 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()
563 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()
582 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()
634 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local
639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Dnv10_graph.c32 struct pipe_state { struct
391 struct pipe_state pipe_state; member
398 struct pipe_state *fifo_pipe_state = &pgraph_ctx->pipe_state; in nv10_graph_save_pipe()
425 struct pipe_state *fifo_pipe_state = &pgraph_ctx->pipe_state; in nv10_graph_load_pipe()
482 struct pipe_state *fifo_pipe_state = &pgraph_ctx->pipe_state; in nv10_graph_create_pipe()

123456