Home
last modified time | relevance | path

Searched defs:ring (Results 26 - 50 of 151) sorted by relevance

1234567

/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c198 fd_pipe_emit_fence(struct fd_pipe *pipe, struct fd_ringbuffer *ring) in fd_pipe_emit_fence() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c41 load_ring(nir_builder *b, unsigned ring, lower_abi_state *s) in load_ring() argument
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtcases.c40 int ring = 3; variable
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtcases.c40 int ring = 3; variable
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H A Dprotocol_lws_minimal.c61 struct lws_ring *ring; /* ringbuffer holding unsent messages */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c48 occlusion_get_sample(struct fd_batch *batch, struct fd_ringbuffer *ring) in occlusion_get_sample() argument
[all...]
H A Dfd4_compute.c37 cs_program_emit(struct fd_ringbuffer *ring, struct ir3_shader_variant *v) in cs_program_emit() argument
128 struct fd_ringbuffer *ring = ctx->batch->draw; global() variable
[all...]
H A Dfd4_draw.h49 fd4_draw(struct fd_batch *batch, struct fd_ringbuffer *ring, in fd4_draw() argument
87 fd4_draw_emit(struct fd_batch *batch, struct fd_ringbuffer *ring, enum pc_di_primtype primtype, enum pc_di_vis_cull_mode vismode, const struct pipe_draw_info *info, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draw, unsigned index_offset) fd4_draw_emit() argument
[all...]
H A Dfd4_emit.h117 fd4_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd4_emit_ib() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c41 fd6_emit_single_plane_descriptor(struct fd_ringbuffer *ring, in fd6_emit_single_plane_descriptor() argument
79 fd6_emit_image_descriptor(struct fd_context *ctx, struct fd_ringbuffer *ring, const struct pipe_image_view *buf, bool ibo) in fd6_emit_image_descriptor() argument
133 fd6_emit_image_tex(struct fd_context *ctx, struct fd_ringbuffer *ring, const struct pipe_image_view *pimg) fd6_emit_image_tex() argument
140 fd6_emit_ssbo_tex(struct fd_context *ctx, struct fd_ringbuffer *ring, const struct pipe_shader_buffer *pbuf) fd6_emit_ssbo_tex() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h103 fd3_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd3_emit_ib() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring_reader.h37 CordRepRing* ring() const { return ring_; } in ring() function in absl::cord_internal::CordRepRingReader
76 Reset(CordRepRing* ring) Reset() argument
[all...]
H A Dcordz_statistics.h42 size_t ring = 0; // #ring buffer reps member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_dbg_ring.c39 dhd_dbg_ring_init(dhd_pub_t *dhdp, dhd_dbg_ring_t *ring, uint16 id, uint8 *name, in dhd_dbg_ring_init() argument
73 dhd_dbg_ring_deinit(dhd_pub_t *dhdp, dhd_dbg_ring_t *ring) dhd_dbg_ring_deinit() argument
89 dhd_dbg_ring_sched_pull(dhd_dbg_ring_t *ring, uint32 pending_len, os_pullreq_t pull_fn, void *os_pvt, const int id) dhd_dbg_ring_sched_pull() argument
114 dhd_dbg_ring_get_pending_len(dhd_dbg_ring_t *ring) dhd_dbg_ring_get_pending_len() argument
132 dhd_dbg_ring_push(dhd_dbg_ring_t *ring, dhd_dbg_ring_entry_t *hdr, void *data) dhd_dbg_ring_push() argument
269 dhd_dbg_ring_pull_single(dhd_dbg_ring_t *ring, void *data, uint32 buf_len, bool strip_header) dhd_dbg_ring_pull_single() argument
361 dhd_dbg_ring_pull(dhd_dbg_ring_t *ring, void *data, uint32 buf_len, bool strip_hdr) dhd_dbg_ring_pull() argument
389 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) dhd_dbg_ring_config() argument
414 dhd_dbg_ring_start(dhd_dbg_ring_t *ring) dhd_dbg_ring_start() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlf_ring.c64 void FillpLfRingInit(struct FillpLfRing *ring, char *name, size_t size) in FillpLfRingInit() argument
88 FillpLfRingSetProdSafe(struct FillpLfRing *ring, FILLP_BOOL safe) FillpLfRingSetProdSafe() argument
93 FillpLfRingSetConsSafe(struct FillpLfRing *ring, FILLP_BOOL safe) FillpLfRingSetConsSafe() argument
98 FillpLfRingMpEnqueueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG *prodHead, FILLP_ULONG *prodNext) FillpLfRingMpEnqueueWait() argument
131 FillpLfRingMpEnqueue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) FillpLfRingMpEnqueue() argument
181 FillpLfRingMcDequeueWait(struct FillpLfRing *ring, FILLP_UINT count, FILLP_ULONG *consHead, FILLP_ULONG *consNext) FillpLfRingMcDequeueWait() argument
214 FillpLfRingMcDequeue(struct FillpLfRing *ring, void **dataTable, FILLP_UINT count) FillpLfRingMcDequeue() argument
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.h116 static inline void fd_ringbuffer_emit(struct fd_ringbuffer *ring, in fd_ringbuffer_emit() argument
[all...]
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_ringbuffer.c107 static void * kgsl_ringbuffer_hostptr(struct fd_ringbuffer *ring) in kgsl_ringbuffer_hostptr() argument
113 static int kgsl_ringbuffer_flush(struct fd_ringbuffer *ring, uint32_t *last_start, in kgsl_ringbuffer_flush() argument
163 kgsl_ringbuffer_emit_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *r) kgsl_ringbuffer_emit_reloc() argument
177 kgsl_ringbuffer_emit_reloc_ring(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) kgsl_ringbuffer_emit_reloc_ring() argument
186 kgsl_ringbuffer_destroy(struct fd_ringbuffer *ring) kgsl_ringbuffer_destroy() argument
208 struct fd_ringbuffer *ring = NULL; kgsl_ringbuffer_new() local
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da4xx.c65 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit() argument
159 emit_const(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t constid, uint32_t sizedwords, const uint32_t *dwords) emit_const() argument
202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t grid[3]) cs_const_emit() argument
227 cs_ibo_emit(struct fd_ringbuffer *ring, struct fd_submit *submit, struct kernel *kernel) cs_ibo_emit() argument
280 struct fd_ringbuffer *ring = fd_submit_new_ringbuffer( a4xx_emit_grid() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dprotocol_lws_minimal.c52 struct lws_ring *ring; /* {lock_ring} ringbuffer holding unsent content */ member
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H A Dprotocol_lws_minimal.c50 struct lws_ring *ring; /* ringbuffer holding unsent messages */ member
[all...]
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
H A Dprotocol_lws_minimal.c48 struct lws_ring *ring; /* ringbuffer holding unsent messages */ member
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A Dprotocol_lws_minimal.c48 struct lws_ring *ring; /* {lock_ring} ringbuffer holding unsent content */ member
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
H A Dprotocol_lws_minimal_server_echo.c34 struct lws_ring *ring; member
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dprotocol_lws_minimal.c48 struct lws_ring *ring; /* {lock_ring} ringbuffer holding unsent content */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c154 emit_setup(struct fd_ringbuffer *ring) in emit_setup() argument
191 emit_blit_buffer(struct fd_ringbuffer *ring, const struct pipe_blit_info *info) emit_blit_buffer() argument
306 emit_blit(struct fd_ringbuffer *ring, const struct pipe_blit_info *info) emit_blit() argument
[all...]

Completed in 10 milliseconds

1234567