Searched refs:new_fence (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c69 struct si_resource *buf, uint64_t va, uint32_t new_fence,
109 radeon_emit(new_fence); /* immediate data lo */
137 radeon_emit(new_fence); /* immediate data */
492 struct si_fence *new_fence; local in function:si_flush_all_queues
495 new_fence = (struct si_fence *)*fence;
496 assert(new_fence);
498 new_fence = si_create_multi_fence();
499 if (!new_fence) {
505 *fence = (struct pipe_fence_handle *)new_fence;
509 new_fence
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) argument
[all...]
H A Dsi_pipe.h1424 struct si_resource *buf, uint64_t va, uint32_t new_fence,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c565 struct pipe_fence_handle *oldest_fence, *new_fence = NULL; local in function:dri_flush
567 st->flush(st, flush_flags, &new_fence);
575 if (new_fence) {
576 swap_fences_push_back(drawable, new_fence);
577 screen->fence_reference(screen, &new_fence, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c520 struct pipe_fence_handle *new_fence = NULL; local in function:dri_flush
522 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args);
529 drawable->throttle_fence = new_fence;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c73 uint32_t new_fence, unsigned query_type)
114 radeon_emit(cs, new_fence); /* immediate data lo */
142 radeon_emit(cs, new_fence); /* immediate data */
69 si_cp_release_mem(struct si_context * ctx,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) argument
H A Dsi_pipe.h1284 uint32_t new_fence, unsigned query_type);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c840 unsigned data_sel, uint64_t va, uint32_t new_fence,
871 radeon_emit(cs, new_fence); /* immediate data lo */
891 radeon_emit(cs, new_fence); /* immediate data lo */
898 radeon_emit(cs, new_fence);
918 radeon_emit(cs, new_fence); /* immediate data */
838 si_cs_emit_write_event_eop(struct radeon_cmdbuf * cs,enum chip_class chip_class,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) argument
H A Dradv_private.h1533 unsigned data_sel, uint64_t va, uint32_t new_fence,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c671 uint32_t new_fence,
702 radeon_emit(cs, new_fence); /* immediate data lo */
725 radeon_emit(cs, new_fence); /* immediate data */
665 si_cs_emit_write_event_eop(struct radeon_cmdbuf * cs,enum chip_class chip_class,bool is_mec,unsigned event,unsigned event_flags,unsigned data_sel,uint64_t va,uint32_t new_fence,uint64_t gfx9_eop_bug_va) argument
H A Dradv_private.h1171 uint32_t new_fence,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h679 uint32_t new_fence, unsigned query_type);
H A Dr600_pipe_common.c102 uint32_t new_fence, unsigned query_type)
114 radeon_emit(cs, new_fence); /* immediate data */
98 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h680 uint32_t new_fence, unsigned query_type);
H A Dr600_pipe_common.c79 uint32_t new_fence, unsigned query_type)
91 radeon_emit(cs, new_fence); /* immediate data */
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) argument

Completed in 36 milliseconds