Revert "Controlled SPV features on QCOM"

This reverts commit 907b041ec6fb4f16750155f4c41e17389f2e385d.
This commit is contained in:
Caio Oliveira 2025-11-27 00:04:06 -03:00 committed by lizzie
parent 77cae949cf
commit 1dcdf7e48e
6 changed files with 84 additions and 401 deletions

View file

@ -151,8 +151,6 @@ struct InputGenericInfo {
Id id;
Id pointer_type;
Id component_type;
Id composite_type;
Id composite_pointer_type;
InputGenericLoadOp load_op;
};
@ -160,8 +158,6 @@ struct GenericElementInfo {
Id id{};
u32 first_element{};
u32 num_components{};
Id composite_type{};
Id composite_pointer_type{};
};
class EmitContext final : public Sirit::Module {