/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMemory.h | 52 DE_INLINE void deMemset (void* ptr, int value, size_t numBytes) in deMemset() 58 DE_INLINE int deMemCmp (const void* a, const void* b, size_t numBytes) in deMemCmp() 70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes) in deMemcpy() 75 DE_INLINE void* deMemmove (void* dst, const void* src, size_t numBytes) in deMemmove()
|
D | deMemory.c | 64 void* deMalloc (size_t numBytes) in deMalloc() 94 void* deCalloc (size_t numBytes) in deCalloc() 108 void* deRealloc (void* ptr, size_t numBytes) in deRealloc() 127 size_t numBytes; member 140 void* deAlignedMalloc (size_t numBytes, size_t alignBytes) in deAlignedMalloc() 187 void* deAlignedRealloc (void* ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc() 279 size_t numBytes; in deMemory_selfTest() member
|
D | deString.c | 66 deUint32 deMemoryHash (const void* ptr, size_t numBytes) in deMemoryHash() 79 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t numBytes) in deMemoryEqual()
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/ |
D | FileInputStream.cpp | 22 int32_t FileInputStream::read(void *buff, int32_t numBytes) { in read() 26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek() 32 void FileInputStream::advance(int32_t numBytes) { in advance()
|
D | MemInputStream.cpp | 23 int32_t MemInputStream::read(void *buff, int32_t numBytes) { in read() 32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek() 39 void MemInputStream::advance(int32_t numBytes) { in advance()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBufferTestUtil.cpp | 68 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes() 73 …l compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays() 233 void ReferenceBuffer::setSize (int numBytes) in setSize() 238 void ReferenceBuffer::setData (int numBytes, const deUint8* bytes) in setData() 244 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData() 259 void BufferWriterBase::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUi… in write() 284 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) in write() 292 void BufferWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32… in write() 302 void BufferSubDataWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) in write() 307 void BufferSubDataWriter::write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, d… in write() [all …]
|
/third_party/skia/third_party/externals/oboe/src/fifo/ |
D | FifoBuffer.cpp | 84 int32_t numBytes = convertFramesToBytes(frames1); in read() local 100 int32_t numBytes = convertFramesToBytes(framesToRead); in read() local 127 int32_t numBytes = convertFramesToBytes(frames1); in write() local 143 int32_t numBytes = convertFramesToBytes(framesToWrite); in write() local
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | FixedBlockWriter.cpp | 27 int32_t FixedBlockWriter::writeToStorage(uint8_t *buffer, int32_t numBytes) { in writeToStorage() 38 int32_t FixedBlockWriter::write(uint8_t *buffer, int32_t numBytes) { in write()
|
D | FixedBlockReader.cpp | 37 int32_t FixedBlockReader::readFromStorage(uint8_t *buffer, int32_t numBytes) { in readFromStorage() 48 int32_t FixedBlockReader::read(uint8_t *buffer, int32_t numBytes) { in read()
|
D | SourceFloatCaller.cpp | 26 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess() local
|
D | AudioSourceCaller.cpp | 22 int32_t AudioSourceCaller::onProcessFixedBlock(uint8_t *buffer, int32_t numBytes) { in onProcessFixedBlock()
|
D | SourceI16Caller.cpp | 30 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PoolAlloc_unittest.cpp | 19 size_t numBytes = 1024; in TEST() local 67 const size_t numBytes = rand() % (1024 * 4) + 1; in TEST_P() local
|
D | PoolAlloc.cpp | 337 void *PoolAllocator::allocate(size_t numBytes) in allocate() 417 uint8_t *PoolAllocator::allocateNewPage(size_t numBytes) in allocateNewPage() 453 void *PoolAllocator::initializeAllocation(uint8_t *memory, size_t numBytes) in initializeAllocation()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deRingBuffer.cpp | 63 int numBytes = rnd.getInt(1, buffer.getNumElements()); in RingBuffer_selfTest() local 77 int numBytes = rnd.getInt(1, de::min(dataSize-writePos, buffer.getNumFree())); in RingBuffer_selfTest() local
|
D | deMemPool.hpp | 86 inline void* MemPool::alloc (deUintptr numBytes) in alloc() 96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc()
|
/third_party/vk-gl-cts/executor/ |
D | xeBatchExecutor.cpp | 287 void BatchExecutor::onTestLogData (const deUint8* bytes, size_t numBytes) in onTestLogData() 300 void BatchExecutor::onInfoLogData (const deUint8* bytes, size_t numBytes) in onInfoLogData() 362 void BatchExecutor::enqueueTestLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueTestLogData() 374 void BatchExecutor::enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueInfoLogData() 402 size_t numBytes; in dispatchTestLogData() local 413 size_t numBytes; in dispatchInfoLogData() local
|
D | xeCallQueue.cpp | 178 void CallReader::read (deUint8* bytes, size_t numBytes) in read() 185 const deUint8* CallReader::getDataBlock (size_t numBytes) in getDataBlock() 232 void CallWriter::write (const deUint8* bytes, size_t numBytes) in write()
|
D | xeTestLogWriter.cpp | 181 int numBytes; member in xe::Base64Formatter 198 int numBytes = fmt.numBytes; in operator <<() local 229 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes… in toBase64()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 70 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed) in fillWithRandomBytes() 75 …l compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays() 221 void ReferenceBuffer::setSize (int numBytes) in setSize() 226 void ReferenceBuffer::setData (int numBytes, const deUint8* bytes) in setData() 232 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData() 266 bool BufferVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) in verify() 407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() 568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify()
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
D | deThreadWin32.c | 119 static SYSTEM_LOGICAL_PROCESSOR_INFORMATION* getWin32ProcessorInfo (deUint32* numBytes) in getWin32ProcessorInfo() 158 …cessorInfo (ProcessorInfo* dst, const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* src, deUint32 numBytes) in parseWin32ProcessorInfo() 182 deUint32 numBytes = 0; in getProcessorInfo() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | PoolAlloc.cpp | 209 void *PoolAllocator::allocate(size_t numBytes) in allocate() 286 void *PoolAllocator::allocateNewPage(size_t numBytes, size_t allocationSize) in allocateNewPage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 70 size_t numBytes, in createBufferAndBindMemory() 161 …eviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* … in setMemory() 171 …eviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 valu… in fillMemoryWithValue() 508 const size_t numBytes = inputBytes.size(); in iterate() local 525 const size_t numBytes = inputBytes.size(); in iterate() local 725 const size_t numBytes = outputBytes.size(); in iterate() local 772 const size_t numBytes = gpuAddrs.size() * sizeof(VkDeviceAddress); in iterate() local
|
/third_party/vk-gl-cts/execserver/ |
D | xsPosixFileReader.hpp | 45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read()
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
D | deMemPool.c | 426 DE_INLINE void* deMemPool_allocInternal (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_allocInternal() 499 void* deMemPool_alloc (deMemPool* pool, size_t numBytes) in deMemPool_alloc() 517 void* deMemPool_alignedAlloc (deMemPool* pool, size_t numBytes, deUint32 alignBytes) in deMemPool_alignedAlloc() 536 void* deMemPool_memDup (deMemPool* pool, const void* ptr, size_t numBytes) in deMemPool_memDup()
|