Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c568 LIST_FOR_EACH_ENTRY(query, &ctx->active_nontimer_queries, list) { in r600_suspend_nontimer_queries()
580 LIST_FOR_EACH_ENTRY(query, &ctx->active_nontimer_queries, list) { in r600_resume_nontimer_queries()
589 LIST_FOR_EACH_ENTRY(query, &ctx->active_timer_queries, list) { in r600_suspend_timer_queries()
602 LIST_FOR_EACH_ENTRY(query, &ctx->active_timer_queries, list) { in r600_resume_timer_queries()
Dr600_asm.c1445 LIST_FOR_EACH_ENTRY(lalu, &bc->cf_last->alu, list) { in r600_bytecode_add_alu_type()
1651 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { in r600_bytecode_add_tex()
1921 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build()
2011 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { in r600_bytecode_build()
2025 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { in r600_bytecode_build()
2054 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build()
2062 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build()
2069 LIST_FOR_EACH_ENTRY(tex, &cf->tex, list) { in r600_bytecode_build()
2124 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { in r600_bytecode_build()
2156 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { in r600_bytecode_build()
[all …]
Dr600_hw_context.c653 LIST_FOR_EACH_ENTRY(state, &ctx->dirty_states, head) { in r600_need_cs_space()
1017 LIST_FOR_EACH_ENTRY(enable_block, &ctx->enable_list, enable_list) { in r600_context_flush()
Dr600_pipe.c64 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) { in r600_create_fence()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_context.c52 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify()
Dnv30_state_validate.c516 LIST_FOR_EACH_ENTRY(bref, &bctx->current, thead) { in nv30_state_validate()
/external/libdrm/tests/radeon/
Dlist.h110 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_double_list.h120 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
/external/libdrm/freedreno/
Dlist.h110 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c145 LIST_FOR_EACH_ENTRY(kgsl_bo, &kgsl_pipe->submit_list, list[pipe->id]) { in kgsl_pipe_pre_submit()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context.c630 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) { in r600_context_queries_suspend()
642 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) { in r600_context_queries_resume()
Dradeonsi_pipe.c81 LIST_FOR_EACH_ENTRY(entry, &rscreen->fences.pool, head) { in r600_create_fence()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c321 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) { in radeon_bomgr_free_va()