nir: gather information about fbfetch and dual source color
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6758>
This commit is contained in:
@@ -248,6 +248,8 @@ typedef struct shader_info {
|
||||
struct {
|
||||
bool uses_discard:1;
|
||||
bool uses_demote:1;
|
||||
bool uses_fbfetch_output:1;
|
||||
bool color_is_dual_source:1;
|
||||
|
||||
/**
|
||||
* True if this fragment shader requires helper invocations. This
|
||||
|
Reference in New Issue
Block a user