Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp336 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
355 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() local
424 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 …]
/third_party/vk-gl-cts/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;