code wiki / (root) / nx_ir_cast_capacity_t206.nx

nx_ir_cast_capacity_t206.nx

buildroot/runtime/nx_ir_cast_capacity_t206.nx

1342 B10 linesdepth 10pulls 41 transitivereach 0 importersview sourcekind tooltopic ir
docsdependenciesstructsconstsfunctions

dependencies 2 imports · 0 importers

nx_wgsl.nx nx_fs_create_lib.nx nx_ir_cast_capacity_t206.nx

imports: nx_wgsl.nxnx_fs_create_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main iq_measure

structs

none

consts

none

functions

3func iq_measure(m:*i64,stage:i64,label:*u8)->i64
called by 1: main
10func main()->i64{let v:*i64=sir_new();shsrc_cast_vs(v);let vr:i64=iq_measure(v,STAGE_VERTEX,"canonical-cast-vertex");let f:*i64=sir_new();shsrc_cast_fs(f);let fr:i64=iq_measure(f,STAGE_FRAGMENT,"canonical-cast-fragment");return vr+fr}
calls 1: iq_measure