| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_perfmon.c | 164 LIST_FOR_EACH_ENTRY(dom, &pm->domains, head) { 178 LIST_FOR_EACH_ENTRY(signal, &dom->signals, head) {
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_perfmon.c | 164 LIST_FOR_EACH_ENTRY(dom, &pm->domains, head) { 178 LIST_FOR_EACH_ENTRY(signal, &dom->signals, head) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_memory_helper.c | 232 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) { 237 LIST_FOR_EACH_ENTRY(region, &memfd_file->unmapped_allocated_regions, list) { 242 LIST_FOR_EACH_ENTRY(region, &memfd_file->locked_mapped_allocated_regions, list) { 247 LIST_FOR_EACH_ENTRY(region, &memfd_file->unlocked_mapped_allocated_regions, list) { 252 LIST_FOR_EACH_ENTRY(region, &memfd_file->weak_unlocked_mapped_allocated_regions, list) { 358 LIST_FOR_EACH_ENTRY(cur_region, tail, list) { 375 LIST_FOR_EACH_ENTRY(p, tail, list) { 437 LIST_FOR_EACH_ENTRY(region, &memfd_file->free_regions, list) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_asm.c | 137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { 200 LIST_FOR_EACH_ENTRY(ilabel, &instr_labels, link) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 141 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) { 290 LIST_FOR_EACH_ENTRY(kms_sw_dt, &kms_sw->bo_list, link) { 415 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 354 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 410 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 429 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 439 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 607 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 627 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 628 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 683 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 684 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 850 LIST_FOR_EACH_ENTRY(g [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 141 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) { 290 LIST_FOR_EACH_ENTRY(kms_sw_dt, &kms_sw->bo_list, link) { 415 LIST_FOR_EACH_ENTRY(plane, &kms_sw_dt->planes, link) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 354 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 410 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 429 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 439 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 606 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 634 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 635 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 682 LIST_FOR_EACH_ENTRY(pane, &hud->pane_list, head) { 683 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { 849 LIST_FOR_EACH_ENTRY(g [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.c | 573 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { 594 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { 637 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { 660 LIST_FOR_EACH_ENTRY(type, &m->type_list, head) { 1305 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { 1322 LIST_FOR_EACH_ENTRY(as, &m->attr_set_list, head) { 1538 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { 1642 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { 1666 LIST_FOR_EACH_ENTRY(c, &m->const_list, head) { 1690 LIST_FOR_EACH_ENTRY( [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| H A D | util_double_list.h | 116 #define LIST_FOR_EACH_ENTRY(pos, head, member) \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 228 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { 235 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { 241 LIST_FOR_EACH_ENTRY(item, pool->unallocated_list, link) { 298 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) {
|
| H A D | r600_asm.c | 1212 LIST_FOR_EACH_ENTRY(lalu, &bc->cf_last->alu, list) { 1452 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { 1761 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { 1774 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { 1786 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { 1820 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { 1828 LIST_FOR_EACH_ENTRY(gds, &cf->gds, list) { 1835 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { 1842 LIST_FOR_EACH_ENTRY(tex, &cf->tex, list) { 2114 LIST_FOR_EACH_ENTRY(c [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 228 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { 235 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) { 241 LIST_FOR_EACH_ENTRY(item, pool->unallocated_list, link) { 298 LIST_FOR_EACH_ENTRY(item, pool->item_list, link) {
|
| H A D | r600_asm.c | 1217 LIST_FOR_EACH_ENTRY(lalu, &bc->cf_last->alu, list) { 1457 LIST_FOR_EACH_ENTRY(ttex, &bc->cf_last->tex, list) { 1768 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { 1781 LIST_FOR_EACH_ENTRY(cf, &bc->cf, list) { 1793 LIST_FOR_EACH_ENTRY(alu, &cf->alu, list) { 1827 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { 1835 LIST_FOR_EACH_ENTRY(gds, &cf->gds, list) { 1842 LIST_FOR_EACH_ENTRY(vtx, &cf->vtx, list) { 1849 LIST_FOR_EACH_ENTRY(tex, &cf->tex, list) { 2121 LIST_FOR_EACH_ENTRY(c [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| H A D | h264eprc.c | 284 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { 363 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { 375 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| H A D | h264eprc.c | 284 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { 363 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { 375 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | disk_cache_os.c | 218 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) { 251 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) { 293 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_hw.c | 228 LIST_FOR_EACH_ENTRY(period, &hq->periods, list) { 385 LIST_FOR_EACH_ENTRY(hq, &batch->ctx->hw_active_queries, list) {
|
| H A D | freedreno_query_acc.c | 216 LIST_FOR_EACH_ENTRY(aq, &batch->ctx->acc_active_queries, node) {
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_pipe.c | 148 LIST_FOR_EACH_ENTRY(kgsl_bo, &kgsl_pipe->submit_list, list[pipe->id]) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_flush.c | 237 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 238 LIST_FOR_EACH_ENTRY (aq, &ctx->acc_active_queries, node) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.c | 53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) {
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| H A D | amdgpu_vamgr.c | 179 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) {
|