spirv: fix typos
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -609,7 +609,7 @@ type_decoration_cb(struct vtn_builder *b,
|
|||||||
case SpvDecorationOffset:
|
case SpvDecorationOffset:
|
||||||
case SpvDecorationXfbBuffer:
|
case SpvDecorationXfbBuffer:
|
||||||
case SpvDecorationXfbStride:
|
case SpvDecorationXfbStride:
|
||||||
vtn_warn("Decoraiton only allowed for struct members: %s",
|
vtn_warn("Decoration only allowed for struct members: %s",
|
||||||
spirv_decoration_to_string(dec->decoration));
|
spirv_decoration_to_string(dec->decoration));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -625,7 +625,7 @@ type_decoration_cb(struct vtn_builder *b,
|
|||||||
case SpvDecorationLinkageAttributes:
|
case SpvDecorationLinkageAttributes:
|
||||||
case SpvDecorationNoContraction:
|
case SpvDecorationNoContraction:
|
||||||
case SpvDecorationInputAttachmentIndex:
|
case SpvDecorationInputAttachmentIndex:
|
||||||
vtn_warn("Decoraiton not allowed on types: %s",
|
vtn_warn("Decoration not allowed on types: %s",
|
||||||
spirv_decoration_to_string(dec->decoration));
|
spirv_decoration_to_string(dec->decoration));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -635,7 +635,7 @@ type_decoration_cb(struct vtn_builder *b,
|
|||||||
case SpvDecorationFPRoundingMode:
|
case SpvDecorationFPRoundingMode:
|
||||||
case SpvDecorationFPFastMathMode:
|
case SpvDecorationFPFastMathMode:
|
||||||
case SpvDecorationAlignment:
|
case SpvDecorationAlignment:
|
||||||
vtn_warn("Decoraiton only allowed for CL-style kernels: %s",
|
vtn_warn("Decoration only allowed for CL-style kernels: %s",
|
||||||
spirv_decoration_to_string(dec->decoration));
|
spirv_decoration_to_string(dec->decoration));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user