Skip to content

nir: Add nir_imm_vec4_16

Alyssa Rosenzweig requested to merge alyssa/mesa:nir-imm-16-2 into master

We already have nir_imm_float16 and nir_imm_vec4; let's add the ability to easily make immediate fp16 vectors as well, now that fp16 support is maturing in NIR/GLSL.

Signed-off-by: Alyssa Rosenzweig alyssa.rosenzweig@collabora.com

--

See rt series for use.

Edited by Alyssa Rosenzweig

Merge request reports