Home
last modified time | relevance | path

Searched refs:bottom_of_pipe (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h279 struct pipe_fence_handle *bottom_of_pipe; member
Ddd_draw.c865 screen->fence_reference(screen, &record->bottom_of_pipe, NULL); in dd_free_record()
941 screen->fence_finish(screen, NULL, record->bottom_of_pipe, 0)) { in dd_report_hang()
956 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL); in dd_report_hang()
1021 fence = youngest->bottom_of_pipe; in dd_thread_main()
1074 record->bottom_of_pipe = NULL; in dd_create_record()
1155 pipe->flush(pipe, &record->bottom_of_pipe, flush_flags); in dd_after_draw()