mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 13:10:25 +01:00
cell: comments
This commit is contained in:
parent
6ebf712d88
commit
ba2812f23e
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,9 @@
|
|||
#include "spu_main.h"
|
||||
|
||||
|
||||
/**
|
||||
* Get tile of color or Z values from main memory, put into SPU memory.
|
||||
*/
|
||||
void
|
||||
get_tile(uint tx, uint ty, tile_t *tile, int tag, int zBuf)
|
||||
{
|
||||
|
|
@ -56,6 +59,9 @@ get_tile(uint tx, uint ty, tile_t *tile, int tag, int zBuf)
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Move tile of color or Z values from SPU memory to main memory.
|
||||
*/
|
||||
void
|
||||
put_tile(uint tx, uint ty, const tile_t *tile, int tag, int zBuf)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue