Lines Matching refs:tmpError
48 [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor()
50 error = tmpError; in createDescriptor()
66 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer() argument
68 error = tmpError; in importBuffer()
106 [&](const auto& tmpError, const auto& tmpData) in lock()
108 error = tmpError; in lock()
142 [&](const auto& tmpError, const auto& tmpLayout) in lock()
144 error = tmpError; in lock()
167 [&](const auto& tmpError, const auto& tmpReleaseFence) in unlock()
169 error = tmpError; in unlock()
222 [&](const auto& tmpError, const auto& tmpStride, in allocate()
224 error = tmpError; in allocate()
225 if (tmpError != Error::NONE) { in allocate()