Searched refs:PIPE_FLUSH_FENCE_FD (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_flush.c | 45 if (flags & PIPE_FLUSH_FENCE_FD)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_flush.c | 45 if (flags & PIPE_FLUSH_FENCE_FD)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.c | 62 if (flags & PIPE_FLUSH_FENCE_FD) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 78 assert(!(flags & PIPE_FLUSH_FENCE_FD)); 106 if ((flags & PIPE_FLUSH_FENCE_FD) && ctx->last_fence && 122 if (flags & PIPE_FLUSH_FENCE_FD)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_context.c | 63 if (flags & PIPE_FLUSH_FENCE_FD) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_tests.c | 538 ctx->flush(ctx, &buf_fence, PIPE_FLUSH_FENCE_FD); 543 ctx->flush(ctx, &tex_fence, PIPE_FLUSH_FENCE_FD); 568 ctx->flush(ctx, &final_fence, PIPE_FLUSH_FENCE_FD);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_tests.c | 547 ctx->flush(ctx, &buf_fence, PIPE_FLUSH_FENCE_FD); 552 ctx->flush(ctx, &tex_fence, PIPE_FLUSH_FENCE_FD); 577 ctx->flush(ctx, &final_fence, PIPE_FLUSH_FENCE_FD);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 360 PIPE_FLUSH_FENCE_FD = (1 << 2), enumerator in enum:pipe_flush_flags
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 319 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd :
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 390 PIPE_FLUSH_FENCE_FD = (1 << 2), enumerator in enum:pipe_flush_flags
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 529 !(flags & PIPE_FLUSH_FENCE_FD) &&
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.c | 510 (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 482 if (flags & PIPE_FLUSH_DEFERRED && !(flags & PIPE_FLUSH_FENCE_FD) && fence) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 667 pipe_flags |= PIPE_FLUSH_FENCE_FD;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 665 pipe_flags |= PIPE_FLUSH_FENCE_FD;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri2.c | 725 pipe->flush(pipe, &fence, PIPE_FLUSH_FENCE_FD);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 3032 if (deferred && !(flags & PIPE_FLUSH_FENCE_FD) && pfence)
|
Completed in 27 milliseconds