Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMemory.h52 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()
DdeMemory.c64 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
DdeString.c66 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/
DFileInputStream.cpp22 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()
DMemInputStream.cpp23 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/
DglsBufferTestUtil.cpp68 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/
DFifoBuffer.cpp84 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/
DFixedBlockWriter.cpp27 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()
DFixedBlockReader.cpp37 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()
DSourceFloatCaller.cpp26 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess() local
DAudioSourceCaller.cpp22 int32_t AudioSourceCaller::onProcessFixedBlock(uint8_t *buffer, int32_t numBytes) { in onProcessFixedBlock()
DSourceI16Caller.cpp30 int32_t numBytes = mStream->getBytesPerFrame() * numFrames; in onProcess() local
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc_unittest.cpp19 size_t numBytes = 1024; in TEST() local
67 const size_t numBytes = rand() % (1024 * 4) + 1; in TEST_P() local
DPoolAlloc.cpp337 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/
DdeRingBuffer.cpp63 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
DdeMemPool.hpp86 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/
DxeBatchExecutor.cpp287 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
DxeCallQueue.cpp178 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()
DxeTestLogWriter.cpp181 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/
Des2fBufferTestUtil.cpp70 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/
DdeThreadWin32.c119 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/
DPoolAlloc.cpp209 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/
DvktSpvAsmComputeShaderCase.cpp70 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/
DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read()
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c426 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()

12345