nx_rc_probe.nx
buildroot/runtime/nx_rc_probe.nx
about
nx_render_core wat-clean + correctness probe. Each check is a SMALL exported function (avoids the
backend's large-function local-count limit). Imports the HAL-free core only; static buffers; no syscalls.
dependencies 1 imports · 0 importers
imports: nx_render_core.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| 4 | const K_MAGIC_1024: i64 = 1024 |
| 5 | const K_MAGIC_16384: i64 = 16384 |
| 6 | const K_MAGIC_1152: i64 = 1152 |
| 7 | const K_MAGIC_1280: i64 = 1280 |
| 8 | const K_MAGIC_1408: i64 = 1408 |
| 9 | const K_MAGIC_1536: i64 = 1536 |
| 10 | const K_MAGIC_1664: i64 = 1664 |
| 11 | const K_MAGIC_1792: i64 = 1792 |
| 12 | const K_MAGIC_1824: i64 = 1824 |
| 13 | const K_MAGIC_1856: i64 = 1856 |
| 14 | const K_MAGIC_13418: i64 = 13418 |
| 15 | const K_MAGIC_9402: i64 = 9402 |
| 16 | const K_MAGIC_2048: i64 = 2048 |
| 17 | const K_MAGIC_4096: i64 = 4096 |
| 18 | const K_MAGIC_6144: i64 = 6144 |
| 19 | const K_MAGIC_4294967295: i64 = 4294967295 |
| 20 | const K_MAGIC_8192: i64 = 8192 |
| 21 | const K_MAGIC_11585: i64 = 11585 |
| 22 | const K_MAGIC_11400: i64 = 11400 |
| 23 | const K_MAGIC_11700: i64 = 11700 |
| 24 | const K_MAGIC_10000: i64 = 10000 |
| 25 | const K_MAGIC_40000: i64 = 40000 |
| 26 | const K_MAGIC_1200: i64 = 1200 |
| 27 | const K_MAGIC_1376: i64 = 1376 |
| 28 | const K_MAGIC_70000: i64 = 70000 |
| 29 | const K_MAGIC_16777216: i64 = 16777216 |
| 30 | const K_MAGIC_65536: i64 = 65536 |
| 31 | const K_MAGIC_72000: i64 = 72000 |
functions
| 32 | func gi_chk_identity() -> i64 calls 1: rc_identity_4x4 |
| 38 | func gi_chk_translation() -> i64 calls 1: rc_translation_4x4 |
| 44 | func gi_chk_mul() -> i64 |
| 54 | func gi_chk_vec4() -> i64 |
| 67 | func gi_chk_perspective() -> i64 calls 1: rc_perspective_cs |
| 73 | func gi_chk_raster() -> i64 |
| 97 | func gi_chk_trig() -> i64 |
| 111 | func gi_scene_test() -> i64 |
| 133 | func gi_scene_colors() -> i64 |
| 145 | func main() -> i64 { return 0 } |