Searched refs:new_fence (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 524 struct pipe_fence_handle *new_fence = NULL; in dri_flush() local 526 st->flush(st, flush_flags, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args); in dri_flush() 533 drawable->throttle_fence = new_fence; in dri_flush()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 70 struct si_resource *buf, uint64_t va, uint32_t new_fence, in si_cp_release_mem() argument 108 radeon_emit(cs, new_fence); /* immediate data lo */ in si_cp_release_mem() 136 radeon_emit(cs, new_fence); /* immediate data */ in si_cp_release_mem()
|
D | si_pipe.h | 1418 struct si_resource *buf, uint64_t va, uint32_t new_fence,
|
/external/mesa3d/src/amd/vulkan/ |
D | si_cmd_buffer.c | 934 uint32_t new_fence, in si_cs_emit_write_event_eop() argument 967 radeon_emit(cs, new_fence); /* immediate data lo */ in si_cs_emit_write_event_eop() 990 radeon_emit(cs, new_fence); /* immediate data */ in si_cs_emit_write_event_eop()
|
D | radv_private.h | 1502 uint32_t new_fence,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.h | 664 uint32_t new_fence, unsigned query_type);
|
D | r600_pipe_common.c | 79 uint32_t new_fence, unsigned query_type) in r600_gfx_write_event_eop() argument 91 radeon_emit(cs, new_fence); /* immediate data */ in r600_gfx_write_event_eop()
|