Home
last modified time | relevance | path

Searched refs:ValueStorage (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp310 class ValueStorage class
313 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::ValueStorage
334 ValueStorage<Stride>::ValueStorage (const VariableType& type) in ValueStorage() function in rsg::ValueStorage
340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage()
362 ValueStorage<1> m_storage;
DrsgExecutionContext.hpp44 typedef ValueStorage<EXEC_VEC_WIDTH> ExecValueStorage;
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp316 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
335 Source = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
341 Target = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
343 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
347 Undecorated = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
383 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local
402 Source = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
408 Target = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
410 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
445 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2131 SmallString<64> ValueStorage; in parseEdit() local
2132 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()