Home
last modified time | relevance | path

Searched refs:agx_worklist_pop_head (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_liveness.c85 agx_block *blk = agx_worklist_pop_head(&worklist); in agx_compute_liveness()
Dagx_compiler.h586 #define agx_worklist_pop_head(w) u_worklist_pop_head( w, agx_block, index) macro