Searched refs:out_fence_fd (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.c46 fd_submit_flush(struct fd_submit *submit, int in_fence_fd, int *out_fence_fd, argument
49 return submit->funcs->flush(submit, in_fence_fd, out_fence_fd, out_fence);
H A Dfreedreno_ringbuffer.h84 * out_fence_fd: NULL for no output-fence requested, else ptr to return out-fence
87 int in_fence_fd, int *out_fence_fd,
H A Dmsm_ringbuffer_sp.c245 int *out_fence_fd, uint32_t *out_fence)
276 if (out_fence_fd) {
297 if (out_fence_fd)
298 *out_fence_fd = req.fence_fd;
244 msm_submit_sp_flush(struct fd_submit * submit,int in_fence_fd,int * out_fence_fd,uint32_t * out_fence) argument
H A Dfreedreno_priv.h132 int *out_fence_fd, uint32_t *out_fence);
H A Dmsm_ringbuffer.c300 int *out_fence_fd, uint32_t *out_fence)
383 if (out_fence_fd) {
404 if (out_fence_fd)
405 *out_fence_fd = req.fence_fd;
299 msm_submit_flush(struct fd_submit * submit,int in_fence_fd,int * out_fence_fd,uint32_t * out_fence) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.h31 int in_fence_fd, int *out_fence_fd,
37 #define intel_batchbuffer_flush_fence(brw, in_fence_fd, out_fence_fd) \
38 _intel_batchbuffer_flush_fence((brw), (in_fence_fd), (out_fence_fd), \
H A Dintel_batchbuffer.c752 submit_batch(struct brw_context *brw, int in_fence_fd, int *out_fence_fd) argument
823 in_fence_fd, out_fence_fd, flags);
850 * The out_fence_fd is ignored if NULL. Otherwise, the caller takes ownership
855 int in_fence_fd, int *out_fence_fd,
893 ret = submit_batch(brw, in_fence_fd, out_fence_fd);
854 _intel_batchbuffer_flush_fence(struct brw_context * brw,int in_fence_fd,int * out_fence_fd,const char * file,int line) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.h31 int in_fence_fd, int *out_fence_fd,
38 #define brw_batch_flush_fence(brw, in_fence_fd, out_fence_fd) \
39 _brw_batch_flush_fence((brw), (in_fence_fd), (out_fence_fd), \
H A Dbrw_batch.c778 submit_batch(struct brw_context *brw, int in_fence_fd, int *out_fence_fd) argument
848 in_fence_fd, out_fence_fd, flags);
875 * The out_fence_fd is ignored if NULL. Otherwise, the caller takes ownership
880 int in_fence_fd, int *out_fence_fd,
918 ret = submit_batch(brw, in_fence_fd, out_fence_fd);
879 _brw_batch_flush_fence(struct brw_context * brw,int in_fence_fd,int * out_fence_fd,const char * file,int line) argument
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_cmd_stream.c178 int *out_fence_fd)
202 if (out_fence_fd)
220 if (out_fence_fd)
221 *out_fence_fd = req.fence_fd;
232 int *out_fence_fd)
234 flush(stream, in_fence_fd, out_fence_fd);
177 flush(struct etna_cmd_stream * stream,int in_fence_fd,int * out_fence_fd) argument
230 etna_cmd_stream_flush2(struct etna_cmd_stream * stream,int in_fence_fd,int * out_fence_fd) argument
H A Detnaviv_drmif.h147 int *out_fence_fd);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.c119 int *out_fence_fd)
121 return ring->funcs->flush(ring, ring->last_start, in_fence_fd, out_fence_fd);
118 fd_ringbuffer_flush2(struct fd_ringbuffer * ring,int in_fence_fd,int * out_fence_fd) argument
H A Dfreedreno_ringbuffer.h109 * out_fence_fd: NULL for no output-fence requested, else ptr to return out-fence
112 int *out_fence_fd);
H A Dfreedreno_priv.h137 int in_fence_fd, int *out_fence_fd);
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c211 int *out_fence_fd)
235 if (out_fence_fd)
261 if (out_fence_fd)
262 *out_fence_fd = req.fence_fd;
210 etna_cmd_stream_flush(struct etna_cmd_stream * stream,int in_fence_fd,int * out_fence_fd) argument
H A Detnaviv_drmif.h153 int *out_fence_fd);
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_ringbuffer.c114 int in_fence_fd, int *out_fence_fd)
133 assert(out_fence_fd == NULL);
113 kgsl_ringbuffer_flush(struct fd_ringbuffer * ring,uint32_t * last_start,int in_fence_fd,int * out_fence_fd) argument
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c279 int fence_fd = dri2_surf->out_fence_fd;
280 dri2_surf->out_fence_fd = -1;
302 int fence_fd = dri2_surf->out_fence_fd;
304 dri2_surf->out_fence_fd = -1;
1295 if (dri2_surf->out_fence_fd >= 0) {
1296 close(dri2_surf->out_fence_fd);
1297 dri2_surf->out_fence_fd = -1;
1299 } else if (dri2_surf->out_fence_fd >= 0) {
1300 fence_fd = dri2_surf->out_fence_fd;
1301 dri2_surf->out_fence_fd
[all...]
H A Degl_dri2.h339 int out_fence_fd; member in struct:dri2_egl_surface
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c551 int fence_fd = dri2_surf->out_fence_fd;
552 dri2_surf->out_fence_fd = -1;
572 int fence_fd = dri2_surf->out_fence_fd;
574 dri2_surf->out_fence_fd = -1;
1401 if (dri2_surf->out_fence_fd >= 0) {
1402 close(dri2_surf->out_fence_fd);
1403 dri2_surf->out_fence_fd = -1;
1405 } else if (dri2_surf->out_fence_fd >= 0) {
1406 fence_fd = dri2_surf->out_fence_fd;
1407 dri2_surf->out_fence_fd
[all...]
H A Degl_dri2.h357 int out_fence_fd; member in struct:dri2_egl_surface
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c313 int out_fence_fd = -1; local in function:etna_flush
319 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd :
326 *fence = etna_fence_create(pctx, out_fence_fd);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c405 int out_fence_fd = -1; local in function:flush_ring
408 batch->needs_out_fence_fd ? &out_fence_fd : NULL,
411 fd_fence_populate(batch->fence, timestamp, out_fence_fd);
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c461 int in_fence_fd, int *out_fence_fd)
479 if (out_fence_fd) {
528 if (out_fence_fd) {
529 *out_fence_fd = req.fence_fd;
460 msm_ringbuffer_flush(struct fd_ringbuffer * ring,uint32_t * last_start,int in_fence_fd,int * out_fence_fd) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c494 int out_fence_fd = -1; local in function:etna_flush
510 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : NULL);
516 *fence = etna_fence_create(pctx, out_fence_fd);

Completed in 21 milliseconds

12