nir: Move nir_lower_mediump_outputs from ir3
(Original code from ir3) Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Acked-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4716>
This commit is contained in:
committed by
Marge Bot
parent
ba8f7f3fa2
commit
42c9bbaeed
@@ -4278,6 +4278,8 @@ bool nir_lower_doubles(nir_shader *shader, const nir_shader *softfp64,
|
||||
nir_lower_doubles_options options);
|
||||
bool nir_lower_pack(nir_shader *shader);
|
||||
|
||||
void nir_lower_mediump_outputs(nir_shader *nir);
|
||||
|
||||
bool nir_lower_point_size(nir_shader *shader, float min, float max);
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user