mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
added some comments
This commit is contained in:
parent
3dde3715db
commit
aaac436c6c
2 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,9 @@
|
|||
#define TILE_BOTTOM_LEFT 2
|
||||
#define TILE_BOTTOM_RIGHT 3
|
||||
|
||||
/*
|
||||
* Shorthand locations of various utility registers (_I = Index, _C = Channel)
|
||||
*/
|
||||
#define TEMP_0_I TGSI_EXEC_TEMP_00000000_I
|
||||
#define TEMP_0_C TGSI_EXEC_TEMP_00000000_C
|
||||
#define TEMP_7F_I TGSI_EXEC_TEMP_7FFFFFFF_I
|
||||
|
|
|
|||
|
|
@ -53,6 +53,9 @@ struct tgsi_exec_labels
|
|||
unsigned count;
|
||||
};
|
||||
|
||||
/*
|
||||
* Locations of various utility registers (_I = Index, _C = Channel)
|
||||
*/
|
||||
#define TGSI_EXEC_TEMP_00000000_I 32
|
||||
#define TGSI_EXEC_TEMP_00000000_C 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue