Searched refs:bottom_of_pipe (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 947 screen->fence_reference(screen, &record->bottom_of_pipe, NULL); in dd_free_record() 1023 screen->fence_finish(screen, NULL, record->bottom_of_pipe, 0)) { in dd_report_hang() 1038 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL); in dd_report_hang() 1129 !screen->fence_finish(screen, NULL, youngest->bottom_of_pipe, in dd_thread_main() 1167 record->bottom_of_pipe = NULL; in dd_create_record() 1256 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags); in dd_after_draw() 1287 pipe->flush(pipe, &record->bottom_of_pipe, flags); in dd_context_flush() 1289 screen->fence_reference(screen, fence, record->bottom_of_pipe); in dd_context_flush()
|
D | dd_pipe.h | 287 struct pipe_fence_handle *bottom_of_pipe; member
|