Home
last modified time | relevance | path

Searched defs:copyValue (Results 1 – 21 of 21) sorted by relevance

/external/angle/src/libANGLE/
DCLKernel.cpp34 const void *copyValue = nullptr; in getInfo() local
111 const void *copyValue = nullptr; in getWorkGroupInfo() local
171 const void *copyValue = nullptr; in getArgInfo() local
DCLSampler.cpp29 const void *copyValue = nullptr; in getInfo() local
DCLImage.cpp41 const void *copyValue = nullptr; in getInfo() local
DCLDevice.cpp45 const void *copyValue = nullptr; in getInfo() local
DCLEvent.cpp34 const void *copyValue = nullptr; in getInfo() local
DCLMemory.cpp65 const void *copyValue = nullptr; in getInfo() local
DCLPlatform.cpp121 const void *copyValue = nullptr; in getInfo() local
DCLProgram.cpp82 const void *copyValue = nullptr; in getInfo() local
DCLContext.cpp30 const void *copyValue = nullptr; in getInfo() local
DCLCommandQueue.cpp61 const void *copyValue = nullptr; in getInfo() local
/external/angle/src/libANGLE/renderer/vulkan/
DCLEventVk.cpp90 const void *copyValue = nullptr; in getProfilingInfo() local
DCLProgramVk.cpp599 const void *copyValue = nullptr; in getInfo() local
702 const void *copyValue = nullptr; in getBuildInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp587 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java582 private static int copyValue( in copyValue() method in ShadowArscAssetManager
587 private static int copyValue( in copyValue() method in ShadowArscAssetManager
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp590 void AliasSetTracker::copyValue(Value *From, Value *To) { in copyValue() function in AliasSetTracker
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/config/
DClientOverrideConfiguration.java946 private <T> void copyValue(ClientOption<T> option, in copyValue() method in ClientOverrideConfiguration.DefaultBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp589 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp589 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp515 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { in copyValue() function in WebAssemblyFastISel
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp645 void Descriptor::copyValue(const Descriptor &src, uint32_t srcElement, uint32_t dstElement, uint32_… in copyValue() function in vkt::BindingModel::__anonbca3896c0111::Descriptor
1321 void InputAttachmentDescriptor::copyValue(const Descriptor &src, uint32_t srcElement, uint32_t dstE… in copyValue() function in vkt::BindingModel::__anonbca3896c0111::InputAttachmentDescriptor
/external/pytorch/torch/csrc/jit/ir/
Dalias_analysis.cpp1508 void AliasDb::copyValue(Value* from, Value* to) { in copyValue() function in torch::jit::AliasDb