Home
last modified time | relevance | path

Searched defs:ring (Results 51 - 75 of 147) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c46 draw_emit_xfb(struct fd_ringbuffer *ring, struct CP_DRAW_INDX_OFFSET_0 *draw0, in draw_emit_xfb() argument
72 draw_emit_indirect(struct fd_ringbuffer *ring, in draw_emit_indirect() argument
96 draw_emit(struct fd_ringbuffer *ring, struct CP_DRAW_INDX_OFFSET_0 *draw0, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, unsigned index_offset) draw_emit() argument
241 struct fd_ringbuffer *ring = ctx->batch->draw; global() variable
328 struct fd_ringbuffer *ring = ctx->batch->draw; global() variable
345 struct fd_ringbuffer *ring; global() variable
355 OUT_WFI5(ring); global() variable
432 OUT_WFI5(ring); global() variable
440 OUT_WFI5(ring); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c545 fd_wfi(struct fd_batch *batch, struct fd_ringbuffer *ring) in fd_wfi() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c79 struct fd_ringbuffer *ring = batch->draw; variable
118 struct fd_ringbuffer *ring = batch->draw; variable
[all...]
H A Dfd2_draw.c43 emit_cacheflush(struct fd_ringbuffer *ring) in emit_cacheflush() argument
115 OUT_WFI(ring); global() variable
144 OUT_WFI(ring); global() variable
151 emit_cacheflush(ring); global() variable
329 clear_state_restore(struct fd_context *ctx, struct fd_ringbuffer *ring) clear_state_restore() argument
348 clear_fast(struct fd_batch *batch, struct fd_ringbuffer *ring, uint32_t color_clear, uint32_t depth_clear, unsigned patch_type) clear_fast() argument
434 struct fd_ringbuffer *ring = batch->draw; global() variable
534 struct fd_ringbuffer *ring = ctx->batch->draw; global() variable
[all...]
H A Dfd2_program.c68 emit(struct fd_ringbuffer *ring, gl_shader_stage type, in emit() argument
206 fd2_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring, in fd2_program_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c154 static void emit_image_tex(struct fd_ringbuffer *ring, unsigned slot, in emit_image_tex() argument
200 emit_image_ssbo(struct fd_ringbuffer *ring, unsigned slot, struct fd4_image *img, enum pipe_shader_type shader) emit_image_ssbo() argument
234 fd4_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring, enum pipe_shader_type shader, const struct ir3_shader_variant *v) fd4_emit_images() argument
[all...]
H A Dfd4_program.c41 fd4_emit_shader(struct fd_ringbuffer *ring, const struct ir3_shader_variant *so) in fd4_emit_shader() argument
154 fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, int nr, in fd4_program_emit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_cs.h69 radeon_add_to_buffer_list(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage) radeon_add_to_buffer_list() argument
99 radeon_add_to_buffer_list_check_mem(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage, bool check_mem) radeon_add_to_buffer_list_check_mem() argument
114 r600_emit_reloc(struct r600_common_context *rctx, struct r600_ring *ring, struct r600_resource *rbo, unsigned usage) r600_emit_reloc() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcm_ring.h203 bcm_ring_init(bcm_ring_t *ring) bcm_ring_init() argument
234 bcm_ring_is_empty(bcm_ring_t *ring) bcm_ring_is_empty() argument
249 __bcm_ring_next_write(bcm_ring_t *ring, const int ring_size) __bcm_ring_next_write() argument
263 __bcm_ring_full(bcm_ring_t *ring, int next_write) __bcm_ring_full() argument
276 bcm_ring_is_full(bcm_ring_t *ring, const int ring_size) bcm_ring_is_full() argument
292 bcm_ring_prod_done(bcm_ring_t *ring, int write) bcm_ring_prod_done() argument
306 bcm_ring_prod_pend(bcm_ring_t *ring, int *pend_write, const int ring_size) bcm_ring_prod_pend() argument
328 bcm_ring_prod(bcm_ring_t *ring, const int ring_size) bcm_ring_prod() argument
349 bcm_ring_cons_done(bcm_ring_t *ring, int read) bcm_ring_cons_done() argument
363 bcm_ring_cons_pend(bcm_ring_t *ring, int *pend_read, const int ring_size) bcm_ring_cons_pend() argument
385 bcm_ring_cons(bcm_ring_t *ring, const int ring_size) bcm_ring_cons() argument
431 bcm_ring_prod_avail(const bcm_ring_t *ring, const int ring_size) bcm_ring_prod_avail() argument
440 ASSERT(prod_avail < ring_size); return prod_avail; } static INLINE int bcm_ring_cons_avail(const bcm_ring_t *ring, const int ring_size) { int cons_avail; RING_ASSERT(BCM_RING_IS_VALID(ring) && BCM_RING_SIZE_IS_VALID(ring_size)); if (ring->read == ring->write) bcm_ring_prod_avail() argument
[all...]
/third_party/ffmpeg/libswscale/
H A Dslice.c78 static int alloc_slice(SwsSlice *s, enum AVPixelFormat fmt, int lumLines, int chrLines, int h_sub_sample, int v_sub_sample, int ring) in alloc_slice() argument
/third_party/backends/backend/
H A Depsonds-ops.c377 SANE_Status eds_ring_init(ring_buffer *ring, SANE_Int size) in eds_ring_init() argument
392 eds_ring_write(ring_buffer *ring, SANE_Byte *buf, SANE_Int size) eds_ring_write() argument
424 eds_ring_read(ring_buffer *ring, SANE_Byte *buf, SANE_Int size) eds_ring_read() argument
461 eds_ring_skip(ring_buffer *ring, SANE_Int size) eds_ring_skip() argument
481 eds_ring_avail(ring_buffer *ring) eds_ring_avail() argument
486 eds_ring_flush(ring_buffer *ring) eds_ring_flush() argument
491 eds_ring_destory(ring_buffer *ring) eds_ring_destory() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_taskmesh_io_to_mem.c240 nir_ssa_def *ring = nir_load_ring_task_draw_amd(b); in task_write_draw_ring() local
304 nir_ssa_def *ring = nir_load_ring_task_payload_amd(b); in lower_task_payload_store() local
330 nir_ssa_def *ring in lower_taskmesh_payload_load() local
[all...]
H A Dac_nir_lower_esgs_io_to_mem.c168 nir_ssa_def *ring = nir_build_load_ring_esgs_amd(b); in lower_es_output_store() local
282 nir_ssa_def *ring = nir_build_load_ring_esgs_amd(b); in lower_gs_per_vertex_input_load() local
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c446 finalize_current_cmd(struct fd_ringbuffer *ring) in finalize_current_cmd() argument
459 fd_ringbuffer_sp_grow(struct fd_ringbuffer *ring, uint32_t size) in fd_ringbuffer_sp_grow() argument
478 fd_ringbuffer_references_bo(struct fd_ringbuffer *ring, struct fd_bo *bo) fd_ringbuffer_references_bo() argument
497 fd_ringbuffer_sp_cmd_count(struct fd_ringbuffer *ring) fd_ringbuffer_sp_cmd_count() argument
505 fd_ringbuffer_sp_check_size(struct fd_ringbuffer *ring) fd_ringbuffer_sp_check_size() argument
519 fd_ringbuffer_sp_destroy(struct fd_ringbuffer *ring) fd_ringbuffer_sp_destroy() argument
582 struct fd_ringbuffer *ring = &fd_ring->base; fd_ringbuffer_sp_init() local
[all...]
H A Dfreedreno_ringbuffer.h158 fd_ringbuffer_del(struct fd_ringbuffer *ring) in fd_ringbuffer_del() argument
167 fd_ringbuffer_ref(struct fd_ringbuffer *ring) fd_ringbuffer_ref() argument
174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) fd_ringbuffer_grow() argument
185 fd_ringbuffer_check_size(struct fd_ringbuffer *ring) fd_ringbuffer_check_size() argument
191 fd_ringbuffer_emit(struct fd_ringbuffer *ring, uint32_t data) fd_ringbuffer_emit() argument
220 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) fd_ringbuffer_reloc() argument
226 fd_ringbuffer_cmd_count(struct fd_ringbuffer *ring) fd_ringbuffer_cmd_count() argument
234 fd_ringbuffer_emit_reloc_ring_full(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) fd_ringbuffer_emit_reloc_ring_full() argument
248 fd_ringbuffer_size(struct fd_ringbuffer *ring) fd_ringbuffer_size() argument
259 fd_ringbuffer_empty(struct fd_ringbuffer *ring) fd_ringbuffer_empty() argument
268 OUT_RING(struct fd_ringbuffer *ring, uint32_t data) OUT_RING() argument
281 OUT_RELOC(struct fd_ringbuffer *ring, struct fd_bo *bo, uint32_t offset, uint64_t orval, int32_t shift) OUT_RELOC() argument
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c167 append_ring(struct set *set, struct fd_ringbuffer *ring) in append_ring() argument
250 handle_stateobj_relocs(struct msm_submit *submit, struct msm_ringbuffer *ring) in handle_stateobj_relocs() argument
287 struct fd_ringbuffer *ring = (void *)entry->key; msm_submit_flush() local
303 struct fd_ringbuffer *ring = (void *)entry->key; msm_submit_flush() local
387 struct fd_ringbuffer *ring = (void *)entry->key; unref_rings() local
441 finalize_current_cmd(struct fd_ringbuffer *ring) finalize_current_cmd() argument
458 msm_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t size) msm_ringbuffer_grow() argument
478 msm_ringbuffer_emit_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) msm_ringbuffer_emit_reloc() argument
537 struct fd_ringbuffer *ring = (void *)entry->key; append_stateobj_rings() local
548 msm_ringbuffer_emit_reloc_ring(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) msm_ringbuffer_emit_reloc_ring() argument
592 msm_ringbuffer_cmd_count(struct fd_ringbuffer *ring) msm_ringbuffer_cmd_count() argument
600 msm_ringbuffer_check_size(struct fd_ringbuffer *ring) msm_ringbuffer_check_size() argument
620 msm_ringbuffer_destroy(struct fd_ringbuffer *ring) msm_ringbuffer_destroy() argument
662 struct fd_ringbuffer *ring = &msm_ring->base; msm_ringbuffer_init() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c34 struct lws_ring *ring; member
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_mirror.c68 struct lws_ring *ring; member
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c328 LLVMValueRef ring, tmp; in si_preload_gs_rings() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.h50 struct vn_ring ring; member
59 } ring; member
116 struct vn_ring *ring = &instance->ring.ring; in vn_instance_ring_wait() local
/third_party/libdrm/tests/amdgpu/
H A Dhotunplug_tests.c167 amdgpu_cs_sync(amdgpu_context_handle context, unsigned int ip_type, int ring, unsigned int seqno) amdgpu_cs_sync() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c50 struct lws_ring *ring; /* ringbuffer holding unsent messages */ member
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c60 struct lws_ring *ring; /* ringbuffer holding unsent messages */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c46 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, in emit_mrt() argument
134 emit_zs(struct fd_ringbuffer *ring, struct pipe_surface *zsbuf, const struct fd_gmem_stateobj *gmem) emit_zs() argument
238 emit_msaa(struct fd_ringbuffer *ring, uint32_t nr_samples) emit_msaa() argument
301 struct fd_ringbuffer *ring = batch->gmem; global() variable
342 struct fd_ringbuffer *ring = batch->gmem; global() variable
397 struct fd_ringbuffer *ring = batch->gmem; global() variable
460 struct fd_ringbuffer *ring = batch->gmem; global() variable
509 struct fd_ringbuffer *ring = batch->gmem; emit_mem2gmem_surf() local
567 struct fd_ringbuffer *ring = batch->gmem; fd5_emit_tile_mem2gmem() local
609 struct fd_ringbuffer *ring = batch->gmem; fd5_emit_tile_renderprep() local
630 struct fd_ringbuffer *ring = batch->gmem; emit_gmem2mem_surf() local
704 struct fd_ringbuffer *ring = batch->gmem; global() variable
718 struct fd_ringbuffer *ring = batch->gmem; global() variable
784 struct fd_ringbuffer *ring = batch->gmem; fd5_emit_sysmem_fini() local
[all...]
H A Dfd5_query.c63 struct fd_ringbuffer *ring = batch->draw; in occlusion_resume() local
80 struct fd_ringbuffer *ring = batch->draw; in occlusion_pause() local
163 struct fd_ringbuffer *ring = batch->draw; global() variable
177 struct fd_ringbuffer *ring = batch->draw; global() variable
273 struct fd_ringbuffer *ring = batch->draw; global() variable
313 struct fd_ringbuffer *ring = batch->draw; global() variable
[all...]

Completed in 16 milliseconds

123456