HomeSort by relevance Sort by last modified time
    Searched refs:batch_bos (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 427 return LIST_ENTRY(struct anv_batch_bo, cmd_buffer->batch_bos.prev, link);
507 list_addtail(&new_bbo->link, &cmd_buffer->batch_bos);
660 list_inithead(&cmd_buffer->batch_bos);
666 list_addtail(&batch_bo->link, &cmd_buffer->batch_bos);
729 &cmd_buffer->batch_bos, link) {
738 assert(!list_empty(&cmd_buffer->batch_bos));
739 while (cmd_buffer->batch_bos.next != cmd_buffer->batch_bos.prev) {
744 assert(!list_empty(&cmd_buffer->batch_bos));
803 } else if ((cmd_buffer->batch_bos.next == cmd_buffer->batch_bos.prev) &
    [all...]
anv_private.h 1213 struct list_head batch_bos; member in struct:anv_cmd_buffer
    [all...]

Completed in 60 milliseconds