File: ARCHITECTURE

package info (click to toggle)
libspe2 2.2.80-95-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 940 kB
  • ctags: 1,214
  • sloc: ansic: 9,316; makefile: 551; ada: 448; sh: 24
file content (24 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
spe_create()
------------

Creates a new SPE context, allocates structures, maps SPE memory areas, and opens needes spufs files.


spe_load()
----------

Loads an SPE-ELF binary opened with spe_open_image() or an embedded SPE object and transfers it to the SPE.


spe_exec()
----------

Starts execution on the SPE. Returns when the SPE has run to an end, or if an unrecoverable error has occurred.


spe_open_image() (OLD)
----------------------

Opens a SPE object file so it can be read, loaded, and transferred to the SPE.