Searched refs:bottom_of_pipe (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h286 struct pipe_fence_handle *bottom_of_pipe; member in struct:dd_draw_record
H A Ddd_draw.c944 screen->fence_reference(screen, &record->bottom_of_pipe, NULL);
1020 screen->fence_finish(screen, NULL, record->bottom_of_pipe, 0)) {
1035 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL);
1126 !screen->fence_finish(screen, NULL, youngest->bottom_of_pipe,
1164 record->bottom_of_pipe = NULL;
1253 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags);
1284 pipe->flush(pipe, &record->bottom_of_pipe, flags);
1286 screen->fence_reference(screen, fence, record->bottom_of_pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h289 struct pipe_fence_handle *bottom_of_pipe; member in struct:dd_draw_record
H A Ddd_draw.c955 screen->fence_reference(screen, &record->bottom_of_pipe, NULL);
1031 screen->fence_finish(screen, NULL, record->bottom_of_pipe, 0)) {
1046 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL);
1137 !screen->fence_finish(screen, NULL, youngest->bottom_of_pipe,
1175 record->bottom_of_pipe = NULL;
1264 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags);
1295 pipe->flush(pipe, &record->bottom_of_pipe, flags);
1297 screen->fence_reference(screen, fence, record->bottom_of_pipe);

Completed in 61 milliseconds