| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 69 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 D | si_pipe.h | 1424 struct si_resource *buf, uint64_t va, uint32_t new_fence,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_drawable.c | 565 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 D | dri_drawable.c | 520 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 D | si_fence.c | 73 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 D | si_pipe.h | 1284 uint32_t new_fence, unsigned query_type);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 840 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 D | radv_private.h | 1533 unsigned data_sel, uint64_t va, uint32_t new_fence,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 671 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 D | radv_private.h | 1171 uint32_t new_fence,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.h | 679 uint32_t new_fence, unsigned query_type);
|
| H A D | r600_pipe_common.c | 102 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 D | r600_pipe_common.h | 680 uint32_t new_fence, unsigned query_type);
|
| H A D | r600_pipe_common.c | 79 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
|