Searched refs:ring_buffer_head (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator.c | 151 uint32_t ring_buffer_head = context[5]; local in function:handle_execlist_write 162 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 168 MIN2(ring_buffer_tail - ring_buffer_head, ring_buffer_length), 169 ring_bo.addr + ring_buffer_head, true);
|
| H A D | error2aub.c | 298 uint32_t ring_buffer_head; member in struct:main::__anon72ccc5590208::__anon72ccc5590308 337 active_engine_instance].ring_buffer_head) == 1) { 487 context[5] = engines[bo_entry->engine_class].instances[bo_entry->engine_instance].ring_buffer_head;
|
| H A D | aubinator_viewer.cpp | 723 uint32_t ring_buffer_head = context_img[5]; local in function:display_batch_execlist_write 733 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 739 MIN2(ring_buffer_tail - ring_buffer_head, ring_buffer_length), 740 ring_buffer_start + ring_buffer_head, true);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator.c | 150 uint32_t ring_buffer_head = context[5]; local in function:handle_execlist_write 161 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 167 MIN2(ring_buffer_tail - ring_buffer_head, ring_buffer_length), 168 ring_bo.addr + ring_buffer_head, true);
|
| H A D | error2aub.c | 286 uint32_t ring_buffer_head; member in struct:main::__anoncacf824c0208::__anoncacf824c0308 324 active_engine_instance].ring_buffer_head) == 1) { 480 context[5] = engines[bo_entry->engine_class].instances[bo_entry->engine_instance].ring_buffer_head;
|
| H A D | aubinator_viewer.cpp | 721 uint32_t ring_buffer_head = context_img[5]; local in function:display_batch_execlist_write 731 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; 737 MIN2(ring_buffer_tail - ring_buffer_head, ring_buffer_length), 738 ring_buffer_start + ring_buffer_head, true);
|
Completed in 9 milliseconds