mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
radeonsi/gfx9: update the summary of shader stage configs
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
9d6ed572d9
commit
4ab36e0ebc
1 changed files with 9 additions and 4 deletions
|
|
@ -334,10 +334,15 @@ struct si_shader_selector {
|
|||
* API shaders VS | TCS | TES | GS |pass| PS
|
||||
* are compiled as: | | | |thru|
|
||||
* | | | | |
|
||||
* Only VS & PS: VS | -- | -- | -- | -- | PS
|
||||
* With GS: ES | -- | -- | GS | VS | PS
|
||||
* With Tessel.: LS | HS | VS | -- | -- | PS
|
||||
* With both: LS | HS | ES | GS | VS | PS
|
||||
* Only VS & PS: VS | | | | | PS
|
||||
* GFX6 - with GS: ES | | | GS | VS | PS
|
||||
* - with tess: LS | HS | VS | | | PS
|
||||
* - with both: LS | HS | ES | GS | VS | PS
|
||||
* GFX9 - with GS: -> | | | GS | VS | PS
|
||||
* - with tess: -> | HS | VS | | | PS
|
||||
* - with both: -> | HS | -> | GS | VS | PS
|
||||
*
|
||||
* -> = merged with the next stage
|
||||
*/
|
||||
|
||||
/* Common VS bits between the shader key and the prolog key. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue