/external/deqp/framework/delibs/decpp/ |
D | dePoolArray.hpp | 67 void reserve (deUintptr capacity); 68 void resize (deUintptr size); 69 void resize (deUintptr size, const T& value); 71 deUintptr size (void) const { return m_numElements; } in size() 107 deUintptr m_numElements; //!< Number of elements in the array. 108 deUintptr m_capacity; //!< Number of allocated elements in the array. 110 deUintptr m_pageTableCapacity; //!< Size of the page table. 118 PoolArrayIteratorBase (deUintptr ndx) : m_ndx(ndx) {} in PoolArrayIteratorBase() 143 const T& operator[] (deUintptr offs) const throw() { return (*m_array)[this->m_ndx+offs]; } in operator []() 179 T& operator[] (deUintptr offs) const throw() { return (*m_array)[this->m_ndx+offs]; } in operator []() [all …]
|
D | deMemPool.hpp | 48 …deUintptr getNumAllocatedBytes (bool recurse) const { return deMemPool_getNumAllocatedBytes(m_poo… in getNumAllocatedBytes() 49 …deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE… in getCapacity() 51 void* alloc (deUintptr numBytes); 52 void* alignedAlloc (deUintptr numBytes, deUint32 alignBytes); 86 inline void* MemPool::alloc (deUintptr numBytes) in alloc() 89 DE_ASSERT((deUintptr)(int)numBytes == numBytes); in alloc() 96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc() 99 DE_ASSERT((deUintptr)(int)numBytes == numBytes); in alignedAlloc()
|
D | dePoolString.cpp | 40 deUintptr oldEnd = size(); in append() 49 deUintptr oldEnd = size(); in append() 57 deUintptr oldEnd = size(); in append()
|
D | deMemPool.cpp | 34 deUintptr size = (deUintptr)strlen(string) + 1; in copyToPool()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 87 …et) << ", " << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 94 …deUintptr>(static_cast<const void*>(buffers))) << ", " << toHex(reinterpret_cast<deUintptr>(static… 129 …eTextures(" << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 164 …dSamplers(" << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 185 …dTextures(" << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 213 …deUintptr>(static_cast<const void*>(buffers))) << ", " << toHex(reinterpret_cast<deUintptr>(static… 397 …fferStr(buffer) << ", " << drawbuffer << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 404 …fferStr(buffer) << ", " << drawbuffer << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 411 …fferStr(buffer) << ", " << drawbuffer << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… 474 …< toHex(buffer) << ", " << drawbuffer << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con… [all …]
|
D | gluDrawUtil.cpp | 290 (const void*)(deUintptr)offset)); in appendAttributeNonStrided() 317 …deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.d… in copyToLayout() 320 …deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer, srcPtr.data, elementSize*dstVA.numElemen… in copyToLayout()
|
/external/deqp/framework/delibs/debase/ |
D | deInt32.h | 328 DE_INLINE deBool deIsAlignedPtr (const void* ptr, deUintptr align) in deIsAlignedPtr() 331 return (((deUintptr)ptr & (align-1)) == 0); in deIsAlignedPtr() 364 DE_INLINE void* deAlignPtr (void* ptr, deUintptr align) in deAlignPtr() 366 deUintptr val = (deUintptr)ptr; in deAlignPtr() 619 deUintptr val = (deUintptr)ptr; in dePointerHash()
|
D | deDefs.h | 177 typedef UINT_PTR deUintptr; typedef 181 typedef uintptr_t deUintptr; typedef 193 typedef uintptr_t deUintptr; typedef 338 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER))
|
D | deMemory.c | 129 const deUintptr hdrAddr = (deUintptr)ptr - hdrSize; in getAlignedAllocHeader() 168 …void* const alignedPtr = deAlignPtr((void*)((deUintptr)basePtr + sizeof(AlignedAllocHeader)), … in deAlignedMalloc()
|
D | deDefs.c | 36 DE_STATIC_ASSERT(sizeof(deUintptr) == sizeof(void*));
|
/external/deqp/external/glslang/ |
D | osinclude.cpp | 91 return (void*)(deUintptr)deThread_create(EnterGenericThread, (void*)entry, DE_NULL); in OS_CreateThread() 98 const deThread thread = (deThread)(deUintptr)((void**)threads)[ndx]; in OS_WaitForAllThreads()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 133 return Handle((deUint64)(deUintptr)static_cast<BaseObject*>(obj)); in allocateNonDispHandle() 145 freeHandle<Object>(reinterpret_cast<Object*>((deUintptr)handle.getInternal()), pAllocator); in freeNonDispHandle() 537 …CommandBuffer* const impl = new CommandBuffer(m_device, VkCommandPool(reinterpret_cast<deUintptr>(… in allocate() 602 …st impl = new DescriptorSet(m_device, VkDescriptorPool(reinterpret_cast<deUintptr>(this)), setLayo… in allocate() 614 return VkDescriptorSet(reinterpret_cast<deUintptr>(impl)); in allocate() 619 DescriptorSet* const impl = reinterpret_cast<DescriptorSet*>((deUintptr)set.getInternal()); in free() 710 *pDevices = reinterpret_cast<VkPhysicalDevice>((void*)(deUintptr)1u); in enumeratePhysicalDevices() 1183 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descr… in allocateDescriptorSets() 1194 delete reinterpret_cast<DescriptorSet*>((deUintptr)pDescriptorSets[freeNdx].getInternal()); in allocateDescriptorSets() 1201 delete reinterpret_cast<DescriptorSet*>((deUintptr)pDescriptorSets[freeNdx].getInternal()); in allocateDescriptorSets() [all …]
|
D | vkTypeUtil.inl | 123 …alizationMapEntry makeSpecializationMapEntry (deUint32 constantID, deUint32 offset, deUintptr size) 132 …o (deUint32 mapEntryCount, const VkSpecializationMapEntry* pMapEntries, deUintptr dataSize, const … 380 …ent, deUint32 descriptorCount, VkDescriptorType descriptorType, deUintptr offset, deUintptr stride)
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1352 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in PipelineFromCacheTestInstance() 1356 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data)); in PipelineFromCacheTestInstance() 1415 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in PipelineFromIncompleteCacheTestInstance() 1424 …if (vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data) != VK_INCOMP… in PipelineFromIncompleteCacheTestInstance() 1501 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in MergeCacheTestInstance() 1505 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data)); in MergeCacheTestInstance() 1576 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in CacheHeaderTestInstance() 1583 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data)); in CacheHeaderTestInstance() 1651 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in InvalidSizeTestInstance() 1661 …if (vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data) != VK_INCOMP… in InvalidSizeTestInstance() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 131 deUintptr m_bufferSize; 395 …st char* name, const char* description, GenBuffer genBuffer, deUintptr bufferSize, deUintptr offse… in SingleDispatchCase() 467 deUintptr bufferSize; in init() 468 deUintptr offset; in init()
|
/external/deqp/framework/delibs/deutil/ |
D | deFile.c | 52 deFile* deFile_createFromHandle (deUintptr handle) in deFile_createFromHandle() 104 return deFile_createFromHandle((deUintptr)fd); in deFile_create() 228 deFile* deFile_createFromHandle (deUintptr handle) in deFile_createFromHandle() 291 return deFile_createFromHandle((deUintptr)handle); in deFile_create()
|
D | deProcess.c | 354 process->standardIn = deFile_createFromHandle((deUintptr)pipeIn[1]); in deProcess_start() 355 process->standardOut = deFile_createFromHandle((deUintptr)pipeOut[0]); in deProcess_start() 356 process->standardErr = deFile_createFromHandle((deUintptr)pipeErr[0]); in deProcess_start() 726 process->standardIn = deFile_createFromHandle((deUintptr)stdInWrite); in deProcess_start() 727 process->standardOut = deFile_createFromHandle((deUintptr)stdOutRead); in deProcess_start() 728 process->standardErr = deFile_createFromHandle((deUintptr)stdErrRead); in deProcess_start()
|
D | deFile.h | 73 deFile* deFile_createFromHandle (deUintptr handle);
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 104 const deUintptr bufferSize, in DispatchCaseDesc() 115 const deUintptr m_bufferSize; 125 const deUintptr bufferSize, 149 const deUintptr m_bufferSize; 162 const deUintptr bufferSize, in IndirectDispatchInstanceBufferUpload() 378 const deUintptr m_bufferSize; 440 const deUintptr bufferSize, in IndirectDispatchInstanceBufferGenerate()
|
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 464 size_t alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal() 483 alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()
|
/external/deqp/framework/delibs/dethread/ |
D | deSemaphore.h | 31 typedef deUintptr deSemaphore;
|
D | deMutex.h | 30 typedef deUintptr deMutex;
|
D | deThreadLocal.h | 39 typedef deUintptr deThreadLocal;
|
D | deThread.h | 31 typedef deUintptr deThread;
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 436 offset_int = (glw::GLint*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_int_offset; in executeQuery() 437 offset_int64 = (glw::GLint64*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_int64_offset; in executeQuery() 438 offset_uint = (glw::GLuint*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_uint_offset; in executeQuery() 439 offset_uint64 = (glw::GLuint64*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_uint64_offset; in executeQuery() 2011 (glw::GLvoid*)(deUintptr)m_vbo_vertex_data_offset); in initVAO() 2254 (const glw::GLvoid*)(deUintptr)pInstance->m_vbo_indirect_arrays_argument_offset); in queryCallbackDrawCallHandler() 2285 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset); in queryCallbackDrawCallHandler() 2295 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset, in queryCallbackDrawCallHandler() 2306 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_indirect_elements_argument_offset); in queryCallbackDrawCallHandler() 2316 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset, in queryCallbackDrawCallHandler() [all …]
|