Home
last modified time | relevance | path

Searched refs:LIST_FOR_EACH_ENTRY (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c126 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_prealloc_chunk()
163 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_postalloc_chunk()
288 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending()
295 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_finalize_pending()
301 LIST_FOR_EACH_ENTRY(item, pool->unallocated_list, link) { in compute_memory_finalize_pending()
358 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { in compute_memory_defrag()
Dr600_asm.c1196 LIST_FOR_EACH_ENTRY(lalu, &bc->cf_last->alu, list) { in r600_bytecode_add_alu_type()
1410 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex()
1701 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build()
1714 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build()
1726 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { in r600_bytecode_build()
1760 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build()
1768 LIST_FOR_EACH_ENTRY(gds, &cf->gds, list) { in r600_bytecode_build()
1775 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build()
1782 LIST_FOR_EACH_ENTRY(tex, &cf->tex, list) { in r600_bytecode_build()
2039 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_disasm()
[all …]
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c389 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_accumulate_vertices()
444 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects()
454 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects()
574 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_draw()
575 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_draw()
656 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_draw()
669 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { in hud_draw()
670 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_draw()
769 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_update_dyn_ceiling()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_shader.c84 LIST_FOR_EACH_ENTRY(sh, &shader->variants, list) in ilo_shader_cache_add()
127 LIST_FOR_EACH_ENTRY(sh, &shader->variants, list) { in ilo_shader_cache_upload()
181 LIST_FOR_EACH_ENTRY(shader, &shc->changed, list) { in ilo_shader_cache_invalidate()
184 LIST_FOR_EACH_ENTRY(sh, &shader->variants, list) in ilo_shader_cache_invalidate()
592 LIST_FOR_EACH_ENTRY(tmp, &state->variants, list) { in ilo_shader_state_search_variant()
Dilo_draw.c263 LIST_FOR_EACH_ENTRY(q, &ilo->draw.queries, list) in ilo_draw_own_cp()
290 LIST_FOR_EACH_ENTRY(q, &ilo->draw.queries, list) in ilo_draw_release_cp()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c271 LIST_FOR_EACH_ENTRY(period, &hq->periods, list) { in fd_hw_get_query_result()
439 LIST_FOR_EACH_ENTRY(hq, &batch->ctx->active_queries, list) { in fd_hw_query_set_stage()
/external/libdrm/
Dutil_double_list.h116 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
/external/libdrm/amdgpu/
Damdgpu_cs.c128 LIST_FOR_EACH_ENTRY(sem, &context->sem_list[i][j][k], list) { in amdgpu_cs_ctx_free()
280 LIST_FOR_EACH_ENTRY(sem, sem_list, list) in amdgpu_cs_submit_one()
Damdgpu_vamgr.c183 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) { in amdgpu_vamgr_free_va()
/external/mesa3d/src/gallium/auxiliary/util/
Du_queue.c52 LIST_FOR_EACH_ENTRY(iter, &queue_list, head) { in atexit_handler()
Du_debug_flush.c236 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map()
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c151 LIST_FOR_EACH_ENTRY(kgsl_bo, &kgsl_pipe->submit_list, list[pipe->id]) { in kgsl_pipe_pre_submit()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify()
Dnv30_state_validate.c522 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) { in nv30_state_validate()
/external/mesa3d/src/util/
Dlist.h186 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
/external/mesa3d/src/gallium/winsys/sw/kms-dri/
Dkms_dri_sw_winsys.c219 LIST_FOR_EACH_ENTRY(kms_sw_dt, &kms_sw->bo_list, link) { in kms_sw_displaytarget_find_and_ref()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_enc.c1127 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
1200 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { in vid_enc_EncodeFrame()
1212 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in vid_enc_EncodeFrame()
Dvid_dec_h265.c654 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_Flush()
707 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_EndFrame()
Dvid_dec_h264.c145 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h264.dpb_list, list) { in vid_dec_h264_Flush()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c1542 LIST_FOR_EACH_ENTRY(query, &ctx->active_queries, list) { in r600_suspend_queries()
1554 LIST_FOR_EACH_ENTRY(query, query_list, list) { in r600_queries_num_cs_dw_for_resuming()
1583 LIST_FOR_EACH_ENTRY(query, &ctx->active_queries, list) { in r600_resume_queries()
Dradeon_vce.c117 LIST_FOR_EACH_ENTRY(i, &enc->cpb_slots, list) { in sort_cpb()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_legalize_ra.c166 LIST_FOR_EACH_ENTRY(pos, &ls->active_list, list) { in linear_scan_add_active()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c525 LIST_FOR_EACH_ENTRY(cmd, &to_msm_ringbuffer(target)->cmd_list, list) { in msm_ringbuffer_emit_reloc_ring()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c441 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, global_list_item) { in radv_amdgpu_create_bo_list()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1010 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, u.real.global_list_item) { in amdgpu_cs_submit_ib()

12