Searched refs:VariableStorage (Results 1 – 6 of 6) sorted by relevance
101 VariableStorage DSLVar::storage() const { in storage()102 return VariableStorage::kLocal; in storage()129 SkSL::VariableStorage::kGlobal)); in DSLGlobalVar()144 VariableStorage DSLGlobalVar::storage() const { in storage()145 return VariableStorage::kGlobal; in storage()152 VariableStorage DSLParameter::storage() const { in storage()153 return VariableStorage::kParameter; in storage()
27 enum class VariableStorage : int8_t { enum41 using Storage = VariableStorage;112 VariableStorage fStorage;
21 enum class VariableStorage : int8_t;60 virtual VariableStorage storage() const = 0;175 VariableStorage storage() const override;225 VariableStorage storage() const override;286 VariableStorage storage() const override;
46 if (var.storage() != SkSL::VariableStorage::kParameter) { in Var()56 if (var.storage() != SkSL::VariableStorage::kParameter) { in Var()
34 enum class VariableStorage : int8_t;
61 if (!counts.fDeclared || counts.fRead || var->storage() != VariableStorage::kLocal) { in EliminateDeadLocalVariables()