Searched refs:prev_bottom_of_pipe (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_pipe.h | 284 struct pipe_fence_handle *prev_bottom_of_pipe; member in struct:dd_draw_record
|
| H A D | dd_draw.c | 942 screen->fence_reference(screen, &record->prev_bottom_of_pipe, NULL); 1033 const char *prev_bop = dd_fence_state(screen, record->prev_bottom_of_pipe, NULL); 1162 record->prev_bottom_of_pipe = NULL; 1206 pipe->flush(pipe, &record->prev_bottom_of_pipe, 0); 1207 screen->fence_reference(screen, &record->top_of_pipe, record->prev_bottom_of_pipe); 1209 pipe->flush(pipe, &record->prev_bottom_of_pipe,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_pipe.h | 287 struct pipe_fence_handle *prev_bottom_of_pipe; member in struct:dd_draw_record
|
| H A D | dd_draw.c | 953 screen->fence_reference(screen, &record->prev_bottom_of_pipe, NULL); 1044 const char *prev_bop = dd_fence_state(screen, record->prev_bottom_of_pipe, NULL); 1173 record->prev_bottom_of_pipe = NULL; 1217 pipe->flush(pipe, &record->prev_bottom_of_pipe, 0); 1218 screen->fence_reference(screen, &record->top_of_pipe, record->prev_bottom_of_pipe); 1220 pipe->flush(pipe, &record->prev_bottom_of_pipe,
|
Completed in 8 milliseconds