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

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

Completed in 323 milliseconds