GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
This engine writes data from a FIFO register into the configured address.
This commit is contained in:
parent
79217f9870
commit
bb5eb4f20a
6 changed files with 146 additions and 0 deletions
|
@ -5,6 +5,8 @@ add_library(video_core STATIC
|
|||
debug_utils/debug_utils.h
|
||||
engines/fermi_2d.cpp
|
||||
engines/fermi_2d.h
|
||||
engines/kepler_memory.cpp
|
||||
engines/kepler_memory.h
|
||||
engines/maxwell_3d.cpp
|
||||
engines/maxwell_3d.h
|
||||
engines/maxwell_compute.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue