Home
last modified time | relevance | path

Searched refs:deUintptr (Results 1 – 25 of 64) sorted by relevance

123

/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.hpp67 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 …]
DdeMemPool.hpp48deUintptr getNumAllocatedBytes (bool recurse) const { return deMemPool_getNumAllocatedBytes(m_poo… in getNumAllocatedBytes()
49deUintptr 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()
DdePoolString.cpp40 deUintptr oldEnd = size(); in append()
49 deUintptr oldEnd = size(); in append()
57 deUintptr oldEnd = size(); in append()
DdeMemPool.cpp34 deUintptr size = (deUintptr)strlen(string) + 1; in copyToPool()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl87 …et) << ", " << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<con…
94deUintptr>(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…
213deUintptr>(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 …]
DgluDrawUtil.cpp290 (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()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32.h329 DE_INLINE deBool deIsAlignedPtr (const void* ptr, deUintptr align) in deIsAlignedPtr()
332 return (((deUintptr)ptr & (align-1)) == 0); in deIsAlignedPtr()
365 DE_INLINE void* deAlignPtr (void* ptr, deUintptr align) in deAlignPtr()
367 deUintptr val = (deUintptr)ptr; in deAlignPtr()
632 deUintptr val = (deUintptr)ptr; in dePointerHash()
DdeDefs.h177 typedef UINT_PTR deUintptr; typedef
181 typedef uintptr_t deUintptr; typedef
193 typedef uintptr_t deUintptr; typedef
341 #define DE_OFFSET_OF(STRUCT, MEMBER) ((deUint32)(deUintptr)(deUint8*)&(((STRUCT*)0)->MEMBER))
DdeMemory.c133 const deUintptr hdrAddr = (deUintptr)ptr - hdrSize; in getAlignedAllocHeader()
172 …void* const alignedPtr = deAlignPtr((void*)((deUintptr)basePtr + sizeof(AlignedAllocHeader)), … in deAlignedMalloc()
DdeDefs.c36 DE_STATIC_ASSERT(sizeof(deUintptr) == sizeof(void*));
/third_party/vk-gl-cts/external/glslang/
Dosinclude.cpp91 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()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp158 return Handle((deUint64)(deUintptr)static_cast<BaseObject*>(obj)); in allocateNonDispHandle()
171 return Handle((deUint64)(deUintptr)obj); in allocateNonDispHandle()
177 freeHandle<Object>(reinterpret_cast<Object*>((deUintptr)handle.getInternal()), pAllocator); in freeNonDispHandle()
637 …CommandBuffer* const impl = new CommandBuffer(m_device, VkCommandPool(reinterpret_cast<deUintptr>(… in allocate()
702 …st impl = new DescriptorSet(m_device, VkDescriptorPool(reinterpret_cast<deUintptr>(this)), setLayo… in allocate()
714 return VkDescriptorSet(reinterpret_cast<deUintptr>(impl)); in allocate()
719 DescriptorSet* const impl = reinterpret_cast<DescriptorSet*>((deUintptr)set.getInternal()); in free()
862 *pDevices = reinterpret_cast<VkPhysicalDevice>((void*)(deUintptr)1u); in enumeratePhysicalDevices()
1333 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descr… in allocateDescriptorSets()
1344 delete reinterpret_cast<DescriptorSet*>((deUintptr)pDescriptorSets[freeNdx].getInternal()); in allocateDescriptorSets()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp131 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()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeFile.c52 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()
DdeProcess.c354 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()
DdeFile.h73 deFile* deFile_createFromHandle (deUintptr handle);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp105 const deUintptr bufferSize, in DispatchCaseDesc()
116 const deUintptr m_bufferSize;
126 const deUintptr bufferSize,
150 const deUintptr m_bufferSize;
163 const deUintptr bufferSize, in IndirectDispatchInstanceBufferUpload()
379 const deUintptr m_bufferSize;
441 const deUintptr bufferSize, in IndirectDispatchInstanceBufferGenerate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1396 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in PipelineFromCacheTestInstance()
1400 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data)); in PipelineFromCacheTestInstance()
1459 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in PipelineFromIncompleteCacheTestInstance()
1468 …if (vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data) != VK_INCOMP… in PipelineFromIncompleteCacheTestInstance()
1629 VK_CHECK(vk.getPipelineCacheData(device, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in createPipelineCache()
1632 VK_CHECK(vk.getPipelineCacheData(device, *m_cache, (deUintptr*)&dataSize, &data[0])); in createPipelineCache()
1734 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in CacheHeaderTestInstance()
1741 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data)); in CacheHeaderTestInstance()
1809 VK_CHECK(vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, DE_NULL)); in InvalidSizeTestInstance()
1819 …if (vk.getPipelineCacheData(vkDevice, *m_cache, (deUintptr*)&dataSize, (void*)m_data) != VK_INCOMP… in InvalidSizeTestInstance()
[all …]
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c464 size_t alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()
483 alignPadding = (size_t)((deUintptr)alignedPtr - (deUintptr)curPagePtr); in deMemPool_allocInternal()
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeSemaphore.h31 typedef deUintptr deSemaphore;
DdeMutex.h30 typedef deUintptr deMutex;
DdeThreadLocal.h39 typedef deUintptr deThreadLocal;
DdeThread.h31 typedef deUintptr deThread;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp449 offset_int = (glw::GLint*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_int_offset; in executeQuery()
450 offset_int64 = (glw::GLint64*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_int64_offset; in executeQuery()
451 offset_uint = (glw::GLuint*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_uint_offset; in executeQuery()
452 offset_uint64 = (glw::GLuint64*)(deUintptr)PipelineStatisticsQueryUtilities::qo_bo_uint64_offset; in executeQuery()
2029 (glw::GLvoid*)(deUintptr)m_vbo_vertex_data_offset); in initVAO()
2283 (const glw::GLvoid*)(deUintptr)pInstance->m_vbo_indirect_arrays_argument_offset); in queryCallbackDrawCallHandler()
2314 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset); in queryCallbackDrawCallHandler()
2324 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset, in queryCallbackDrawCallHandler()
2335 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_indirect_elements_argument_offset); in queryCallbackDrawCallHandler()
2345 (glw::GLvoid*)(deUintptr)pInstance->m_vbo_index_data_offset, in queryCallbackDrawCallHandler()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp474 …(const glw::GLuint*)(deUintptr)(m_bo_functional_data_vertex_size + m_bo_functional2_data_vertex_si… in computeVBODataOffsets()
475 m_draw_call_index2_offset = (const glw::GLuint*)(deUintptr)( in computeVBODataOffsets()
478 …(const glw::GLubyte*)(deUintptr)(m_bo_functional_data_vertex_size + m_bo_functional2_data_vertex_s… in computeVBODataOffsets()
480 m_draw_call_index4_offset = (const glw::GLushort*)(deUintptr)( in computeVBODataOffsets()
483 m_draw_call_index5_offset = (const glw::GLuint*)(deUintptr)( in computeVBODataOffsets()
497 m_draw_call_color_offset = (const glw::GLfloat*)(deUintptr)( in computeVBODataOffsets()
502 m_draw_call_vertex2_offset = (const glw::GLfloat*)(deUintptr)m_bo_functional_data_vertex_size; in computeVBODataOffsets()
1512 m_draw_call_index_offset = (const glw::GLuint*)(deUintptr)m_bo_negative_data_vertex_size; in setUpNegativeTestObjects()

123