Skip to content
Snippets Groups Projects

Implement enough of MI_* to pass gen9_mi_builder_test

Merged Caio Oliveira requested to merge cmarcelo/ksim:r/mi into master
  1. Apr 10, 2019
    • Caio Oliveira's avatar
      Implement enough of MI_* to pass gen9_mi_builder_test · d1587f58
      Caio Oliveira authored
      This covers the basic math and operations used by the Vulkan driver.
      
      Note the alu_regs array has gaps since GPR ends at 15 and the SRCA is
      32, however those gaps make convenient to access them by just using
      the constants.
      d1587f58
Loading