/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 573 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_pointer_type() 594 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_struct_type() 637 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_array_type() 660 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { in dxil_module_get_vector_type() 1305 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attrib_group_table() 1322 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { in emit_attribute_table() 1538 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in get_int_const() 1642 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in dxil_module_get_float16_const() 1666 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in dxil_module_get_float_const() 1690 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { in dxil_module_get_double_const() [all …]
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_perfmon.c | 164 LIST_FOR_EACH_ENTRY(dom, &pm->domains, head) { in etna_perfmon_get_dom_by_name() 178 LIST_FOR_EACH_ENTRY(signal, &dom->signals, head) { in etna_perfmon_get_sig_by_name()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_perfmon.c | 164 LIST_FOR_EACH_ENTRY(dom, &pm->domains, head) { in etna_perfmon_get_dom_by_name() 178 LIST_FOR_EACH_ENTRY(signal, &dom->signals, head) { in etna_perfmon_get_sig_by_name()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_memory_helper.c | 232 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) { in debug_dump_memfd_state() 237 LIST_FOR_EACH_ENTRY(region, &memfd_file->unmapped_allocated_regions, list) { in debug_dump_memfd_state() 242 LIST_FOR_EACH_ENTRY(region, &memfd_file->locked_mapped_allocated_regions, list) { in debug_dump_memfd_state() 247 LIST_FOR_EACH_ENTRY(region, &memfd_file->unlocked_mapped_allocated_regions, list) { in debug_dump_memfd_state() 252 LIST_FOR_EACH_ENTRY(region, &memfd_file->weak_unlocked_mapped_allocated_regions, list) { in debug_dump_memfd_state() 358 LIST_FOR_EACH_ENTRY(cur_region, tail, list) { 375 LIST_FOR_EACH_ENTRY(p, tail, list) { in move_region_ordered_merge() 437 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) { in insert_new_allocation()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 354 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_accumulate_vertices() 410 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_accumulate_vertices_simple() 429 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects() 439 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects() 606 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_draw_results() 634 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_start_queries() 635 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_start_queries() 682 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_stop_queries() 683 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_stop_queries() 849 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_update_dyn_ceiling() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 228 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending() 235 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending() 241 LIST_FOR_EACH_ENTRY(item, pool->unallocated_list, link) { in compute_memory_finalize_pending() 298 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_defrag()
|
D | r600_asm.c | 1217 LIST_FOR_EACH_ENTRY(lalu, &bc->cf_last->alu, list) { in r600_bytecode_add_alu_type() 1457 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex() 1768 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build() 1781 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build() 1793 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { in r600_bytecode_build() 1827 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build() 1835 LIST_FOR_EACH_ENTRY(gds, &cf->gds, list) { in r600_bytecode_build() 1842 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build() 1849 LIST_FOR_EACH_ENTRY(tex, &cf->tex, list) { in r600_bytecode_build() 2121 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_disasm() [all …]
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
D | kms_dri_sw_winsys.c | 141 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) { in get_plane() 290 LIST_FOR_EACH_ENTRY(kms_sw_dt, &kms_sw->bo_list, link) { in kms_sw_displaytarget_find_and_ref() 415 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) { in kms_sw_displaytarget_from_handle()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_asm.c | 137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels() 200 LIST_FOR_EACH_ENTRY(ilabel, &instr_labels, link) { in i965_postprocess_labels()
|
/third_party/mesa3d/src/amd/ |
D | .clang-format | 23 - LIST_FOR_EACH_ENTRY
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | .clang-format | 23 - LIST_FOR_EACH_ENTRY
|
/third_party/mesa3d/src/freedreno/ |
D | .clang-format | 27 - LIST_FOR_EACH_ENTRY
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | .clang-format | 27 - LIST_FOR_EACH_ENTRY
|
D | freedreno_query_acc.c | 238 LIST_FOR_EACH_ENTRY (aq, &ctx->acc_active_queries, node) { in fd_acc_query_update_batch()
|
/third_party/mesa3d/src/util/ |
D | disk_cache_os.c | 218 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) { in choose_lru_file_matching() 251 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) { in choose_lru_file_matching() 293 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) { in unlink_lru_file_from_directory()
|
D | list.h | 189 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
|
/third_party/mesa3d/src/amd/compiler/ |
D | .clang-format | 29 - LIST_FOR_EACH_ENTRY
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eprc.c | 284 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes() 363 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { in encode_frame() 375 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in encode_frame()
|
/third_party/libdrm/ |
D | util_double_list.h | 116 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.c | 53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_vamgr.c | 145 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) { in amdgpu_vamgr_free_va()
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_pipe.c | 148 LIST_FOR_EACH_ENTRY(kgsl_bo, &kgsl_pipe->submit_list, list[pipe->id]) { in kgsl_pipe_pre_submit()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_enc.c | 835 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes() 909 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { in vid_enc_EncodeFrame() 921 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in vid_enc_EncodeFrame()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 251 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_transfer_queue.c | 147 LIST_FOR_EACH_ENTRY(xfer, &queue->transfer_list, queue_link) { in virgl_transfer_queue_find_overlap()
|