mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 12:50:35 +01:00
spirv: add double support to _vtn_variable_load_store
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
8076c8b59f
commit
0cd0c32c06
1 changed files with 1 additions and 0 deletions
|
|
@ -739,6 +739,7 @@ _vtn_variable_load_store(struct vtn_builder *b, bool load,
|
|||
case GLSL_TYPE_INT:
|
||||
case GLSL_TYPE_FLOAT:
|
||||
case GLSL_TYPE_BOOL:
|
||||
case GLSL_TYPE_DOUBLE:
|
||||
/* At this point, we have a scalar, vector, or matrix so we know that
|
||||
* there cannot be any structure splitting still in the way. By
|
||||
* stopping at the matrix level rather than the vector level, we
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue