/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_fence.c | 69 struct si_resource *buf, uint64_t va, uint32_t new_fence, in si_cp_release_mem() 125 radeon_emit(new_fence); /* immediate data lo */ in si_cp_release_mem() 153 radeon_emit(new_fence); /* immediate data */ in si_cp_release_mem() 508 struct si_fence *new_fence; in si_flush_all_queues() local 511 new_fence = (struct si_fence *)*fence; in si_flush_all_queues() 512 assert(new_fence); in si_flush_all_queues() 514 new_fence = si_create_multi_fence(); in si_flush_all_queues() 515 if (!new_fence) { in si_flush_all_queues() 521 *fence = (struct pipe_fence_handle *)new_fence; in si_flush_all_queues() 525 new_fence in si_flush_all_queues() 67 si_cp_release_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, unsigned event, unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, struct si_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) si_cp_release_mem() argument [all...] |
H A D | si_pipe.h | 1479 struct si_resource *buf, uint64_t va, uint32_t new_fence,
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_sync.c | 113 ID3D12Fence *new_fence; in dzn_sync_move() local 118 (void **)&new_fence))) in dzn_sync_move() 123 dsrc->fence = new_fence; in dzn_sync_move()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.c | 520 struct pipe_fence_handle *new_fence = NULL; in dri_flush() local 522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush() 529 drawable->throttle_fence = new_fence; in dri_flush()
|
H A D | kopper.c | 740 struct pipe_fence_handle *new_fence = NULL; in kopper_flush_frontbuffer() local 745 st->flush(st, ST_FLUSH_FRONT, &new_fence, NULL, NULL); in kopper_flush_frontbuffer() 754 drawable->throttle_fence = new_fence; in kopper_flush_frontbuffer()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_autotune.c | 301 uint32_t new_fence = ++at->fence_counter; in tu_autotune_on_submit() local 326 history->last_fence = new_fence; in tu_autotune_on_submit() 328 result->fence = new_fence; in tu_autotune_on_submit()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 929 unsigned data_sel, uint64_t va, uint32_t new_fence, in si_cs_emit_write_event_eop() 960 radeon_emit(cs, new_fence); /* immediate data lo */ in si_cs_emit_write_event_eop() 980 radeon_emit(cs, new_fence); /* immediate data lo */ in si_cs_emit_write_event_eop() 987 radeon_emit(cs, new_fence); in si_cs_emit_write_event_eop() 1007 radeon_emit(cs, new_fence); /* immediate data */ in si_cs_emit_write_event_eop() 927 si_cs_emit_write_event_eop(struct radeon_cmdbuf *cs, enum amd_gfx_level gfx_level, bool is_mec, unsigned event, unsigned event_flags, unsigned dst_sel, unsigned data_sel, uint64_t va, uint32_t new_fence, uint64_t gfx9_eop_bug_va) si_cs_emit_write_event_eop() argument
|
H A D | radv_private.h | 1685 unsigned data_sel, uint64_t va, uint32_t new_fence,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 79 uint32_t new_fence, unsigned query_type) in r600_gfx_write_event_eop() 91 radeon_emit(cs, new_fence); /* immediate data */ in r600_gfx_write_event_eop() 75 r600_gfx_write_event_eop(struct r600_common_context *ctx, unsigned event, unsigned event_flags, unsigned data_sel, struct r600_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) r600_gfx_write_event_eop() argument
|
H A D | r600_pipe_common.h | 675 uint32_t new_fence, unsigned query_type);
|