Searched refs:ValueStorage (Results 1 – 3 of 3) sorted by relevance
336 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local355 Source = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()361 Target = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()363 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()367 Undecorated = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()405 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local424 Source = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()430 Target = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()432 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()468 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local[all …]
310 class ValueStorage class313 ValueStorage (void);314 ValueStorage (const VariableType& type);322 ValueStorage (const ValueStorage& other);323 ValueStorage operator= (const ValueStorage& other);329 ValueStorage<Stride>::ValueStorage (void) in ValueStorage() function in rsg::ValueStorage334 ValueStorage<Stride>::ValueStorage (const VariableType& type) in ValueStorage() function in rsg::ValueStorage340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage()362 ValueStorage<1> m_storage;
44 typedef ValueStorage<EXEC_VEC_WIDTH> ExecValueStorage;