mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-13 22:28:20 +02:00
Given an array of gen_insts representing a structured program, fill in the missing JIPs and UIPs to follow that structure. The input array must provide JIPs for the WHILE instructions (the "back-edges", since there's no DO in Gfx9+). It optionally can provide other JIPs or UIPs, their values will be used instead of the calculated one. The input JIPs and UIPs are absolute index values in the array, and after finish they will be converted into relative byte offsets, which is what the hardware will use. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41413> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| decoder | ||
| dev | ||
| ds | ||
| executor | ||
| genxml | ||
| isl | ||
| mda | ||
| nullhw-layer | ||
| perf | ||
| shaders | ||
| tools | ||
| vulkan | ||
| vulkan_hasvk | ||
| meson.build | ||