Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_compiler.h563 } agx_cursor; typedef
565 static inline agx_cursor
568 return (agx_cursor) { in agx_after_block()
574 static inline agx_cursor
577 return (agx_cursor) { in agx_before_instr()
583 static inline agx_cursor
586 return (agx_cursor) { in agx_after_instr()
596 agx_cursor cursor;
600 agx_init_builder(agx_context *ctx, agx_cursor cursor) in agx_init_builder()
611 agx_builder_insert(agx_cursor *cursor, agx_instr *I) in agx_builder_insert()