mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
nir/spirv/glsl450: Implement Exp built-in.
This commit is contained in:
parent
227e250005
commit
ffc5ae7c9e
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,9 @@ handle_glsl450_alu(struct vtn_builder *b, enum GLSLstd450 entrypoint,
|
|||
return;
|
||||
|
||||
case GLSLstd450Exp:
|
||||
val->ssa->def = build_exp(nb, src[0]);
|
||||
return;
|
||||
|
||||
case GLSLstd450Log:
|
||||
case GLSLstd450FClamp:
|
||||
case GLSLstd450UClamp:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue