mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
pan/bi: Lower uniforms to UBO
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7472>
This commit is contained in:
parent
09da82cbdc
commit
fd265fa020
@ -70,10 +70,12 @@ static const nir_shader_compiler_options bifrost_nir_options = {
|
||||
|
||||
.lower_bitfield_extract_to_shifts = true,
|
||||
.vectorize_io = true,
|
||||
.fuse_ffma16 = true,
|
||||
.fuse_ffma32 = true,
|
||||
.fuse_ffma64 = true,
|
||||
.use_interpolated_input_intrinsics = true
|
||||
.fuse_ffma16 = true,
|
||||
.fuse_ffma32 = true,
|
||||
.fuse_ffma64 = true,
|
||||
.use_interpolated_input_intrinsics = true,
|
||||
|
||||
.lower_uniforms_to_ubo = true,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user