| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_fence.h | 55 bool completed; member in struct:zink_fence
|
| H A D | zink_fence.c | 124 if (p_atomic_read(&fence->completed)) 140 p_atomic_set(&fence->completed, true); 172 /* this was an invalid flush, just return completed */
|
| H A D | zink_batch.c | 100 /* only reset submitted here so that tc fence desync can pick up the 'completed' flag 126 bs->fence.completed = true; 147 bs->fence.completed = true; 257 bool completed = p_atomic_read(&fence->completed); local in function:find_unused_state 259 return submitted && completed; 281 if (bs->fence.submitted && !bs->fence.completed) 322 batch->state->fence.completed = false; 595 if (bs->fence.submitted && !bs->fence.completed)
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | present-speed.c | 167 int completed = 0; local in function:run 245 completed++; 257 completed++; 321 completed += queued; 333 completed++; 370 completed, elapsed(&start, &end) / 1000000, 371 elapsed(&start, &end) / completed, 372 completed / (elapsed(&start, &end) / 1000000)); 395 int completed = 0; local in function:perpixel 483 completed [all...] |
| H A D | dri2-speed.c | 80 int n, completed = 0; local in function:run 100 completed++; 110 name, completed, elapsed(&start, &end) / 1000000, 111 elapsed(&start, &end) / completed, 112 completed / (elapsed(&start, &end) / 1000000));
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri3-swap.c | 186 int completed = 0; local in function:run 254 completed++; 308 completed++; 320 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| H A D | dri2-swap.c | 320 int n, completed = 0; local in function:run 338 completed++; 343 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 44 where td is the time measured from the last completed buffer swap (or
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 44 where td is the time measured from the last completed buffer swap (or
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_in.c | 105 static void remove_finished_readers(reader_list **prev_reader, uint64_t completed) argument 107 while(*prev_reader && XCB_SEQUENCE_COMPARE((*prev_reader)->request, <=, completed))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 402 completed or FALSE otherwise. 480 all commands issued before ``end_query`` have completed. However, this 533 completed, the drawing command will be executed normally. If the query 534 has completed, drawing will be predicated on the outcome of the query.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 427 completed or FALSE otherwise. 505 all commands issued before ``end_query`` have completed. However, this 558 completed, the drawing command will be executed normally. If the query 559 has completed, drawing will be predicated on the outcome of the query.
|
| H A D | buffermapping.rst | 53 the GPU access from the previous frame has completed. This pattern of
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 1124 * We completed the transfer.
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | x-selection.m | 1093 * We completed the transfer.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 4468 - zink: assume fence has already completed if a batch state isn't found 4496 - zink: track last completed batch id to optimize checking states
|
| H A D | 20.0.0.rst | 1977 - iris: Fix export of fences that have already completed.
|