LLVM API Documentation
Go to the documentation of this file.
14 namespace SIInstrFlags {
26 #define R_00B028_SPI_SHADER_PGM_RSRC1_PS 0x00B028
27 #define R_00B02C_SPI_SHADER_PGM_RSRC2_PS 0x00B02C
28 #define S_00B02C_EXTRA_LDS_SIZE(x) (((x) & 0xFF) << 8)
29 #define R_00B128_SPI_SHADER_PGM_RSRC1_VS 0x00B128
30 #define R_00B228_SPI_SHADER_PGM_RSRC1_GS 0x00B228
31 #define R_00B848_COMPUTE_PGM_RSRC1 0x00B848
32 #define S_00B028_VGPRS(x) (((x) & 0x3F) << 0)
33 #define S_00B028_SGPRS(x) (((x) & 0x0F) << 6)
34 #define R_00B84C_COMPUTE_PGM_RSRC2 0x00B84C
35 #define S_00B84C_LDS_SIZE(x) (((x) & 0x1FF) << 15)
36 #define R_0286CC_SPI_PS_INPUT_ENA 0x0286CC
38 #endif // SIDEFINES_H_