Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c236 list_first_entry(&block->instr_list, struct ir3_instruction, node) in legalize_block()
293 struct ir3_instruction *instr = list_first_entry( in resolve_dest_block()
315 target = list_first_entry(&tblock->instr_list, in resolve_jump()
382 list_first_entry(&instr->cat0.target->instr_list, in mark_convergence_points()
Dir3.c760 block->start_ip = list_first_entry(&block->instr_list, struct ir3_instruction, node)->ip; in ir3_count_instructions()
/external/libusb/libusb/
Dio.c1446 list_first_entry(&ctx->flying_transfers, struct usbi_transfer, list) == transfer); in remove_from_flying_list()
2197 message = list_first_entry(&ctx->hotplug_msgs, libusb_hotplug_message, list); in handle_events()
2203 itransfer = list_first_entry(&ctx->completed_transfers, struct usbi_transfer, completed_list); in handle_events()
Dlibusbi.h89 #define list_first_entry(ptr, type, member) \ macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c621 return list_first_entry(&c->blocks, struct qblock, link); in qir_entry_block()
696 list_first_entry(&block->instructions, in qir_compile_destroy()
Dvc4_qpu_emit.c584 struct qblock *start_block = list_first_entry(&c->blocks, in vc4_generate_code()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c860 list_first_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
909 list_first_entry(&copy_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
1261 list_first_entry(&cmd_buffer->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_execbuf()
/external/syslinux/com32/include/linux/
Dlist.h262 #define list_first_entry(ptr, type, member) \ macro
/external/mesa3d/src/util/
Dlist.h179 #define list_first_entry(ptr, type, member) \ macro
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c523 list_first_entry(&loop->info->loop_terminator_list, in process_loops()
/external/libusb/include/libusb/
Dlibusbi.h89 #define list_first_entry(ptr, type, member) \ macro