Home
last modified time | relevance | path

Searched defs:numLeft (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/execserver/tools/
DxsClient.cpp74 size_t numLeft = buf.size() - pos; in sendMessage() local
91 size_t numLeft = numBytes - numRead; in readBytes() local
DxsTest.cpp80 size_t numLeft = buf.size() - pos; in sendMessage() local
97 size_t numLeft = numBytes - numRead; in readBytes() local
/third_party/vk-gl-cts/framework/common/
DtcuRandomValueIterator.hpp81 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft) in RandomValueIterator()
/third_party/skia/src/gpu/ops/
DFillRectOp.cpp537 int numLeft = cnt; in AddFillRectOps() local
DTextureOp.cpp1236 int numLeft() const { return fNumLeft; } in numLeft() function in skgpu::v1::TextureOp::BatchSizeLimiter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2410 size_t numLeft() const { return static_cast<size_t>(Last - First); } in numLeft() function