gallium: add GS_INVOCATIONS property
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -236,7 +236,8 @@ union tgsi_immediate_data
|
||||
#define TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS 5
|
||||
#define TGSI_PROPERTY_FS_DEPTH_LAYOUT 6
|
||||
#define TGSI_PROPERTY_VS_PROHIBIT_UCPS 7
|
||||
#define TGSI_PROPERTY_COUNT 8
|
||||
#define TGSI_PROPERTY_GS_INVOCATIONS 8
|
||||
#define TGSI_PROPERTY_COUNT 9
|
||||
|
||||
struct tgsi_property {
|
||||
unsigned Type : 4; /**< TGSI_TOKEN_TYPE_PROPERTY */
|
||||
|
Reference in New Issue
Block a user