| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.c | 46 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 D | freedreno_ringbuffer.h | 84 * 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 D | msm_ringbuffer_sp.c | 245 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 D | freedreno_priv.h | 132 int *out_fence_fd, uint32_t *out_fence);
|
| H A D | msm_ringbuffer.c | 300 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 D | intel_batchbuffer.h | 31 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 D | intel_batchbuffer.c | 752 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 D | brw_batch.h | 31 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 D | brw_batch.c | 778 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 D | etnaviv_cmd_stream.c | 178 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 D | etnaviv_drmif.h | 147 int *out_fence_fd);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_ringbuffer.c | 119 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 D | freedreno_ringbuffer.h | 109 * out_fence_fd: NULL for no output-fence requested, else ptr to return out-fence 112 int *out_fence_fd);
|
| H A D | freedreno_priv.h | 137 int in_fence_fd, int *out_fence_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 211 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 D | etnaviv_drmif.h | 153 int *out_fence_fd);
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_ringbuffer.c | 114 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 D | platform_android.c | 279 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 D | egl_dri2.h | 339 int out_fence_fd; member in struct:dri2_egl_surface
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 551 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 D | egl_dri2.h | 357 int out_fence_fd; member in struct:dri2_egl_surface
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 313 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 D | freedreno_gmem.c | 405 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 D | msm_ringbuffer.c | 461 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 D | etnaviv_context.c | 494 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);
|