Searched defs:copyFunc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | MemCopyWorkload.cpp | 55 auto copyFunc = [](void* dst, const void* src, size_t size) in Execute() local 75 auto copyFunc = [](void* dst, const void* src, size_t size) in ExecuteAsync() local
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | LoadedNetwork.cpp | 1335 auto copyFunc = [](void* dst, const void* src, size_t size) in EnqueueInput() local 1379 auto copyFunc = [](void* dst, const void* src, size_t size) in CopyToOutputTensor() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 583 VertexCopyFunction copyFunc, in CreateVertexFormatInfo()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | hash.c | 1137 xmlHashCopySafe(xmlHashTablePtr hash, xmlHashCopier copyFunc, in xmlHashCopySafe()
|
/aosp_15_r20/external/libxml2/ |
H A D | hash.c | 1149 xmlHashCopySafe(xmlHashTablePtr hash, xmlHashCopier copyFunc, in xmlHashCopySafe()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/glsl/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 117 TIntermAggregate *CreateStructCopyCall(const TFunction *copyFunc, TIntermTyped *expression) in CreateStructCopyCall()
|