/external/deqp/framework/delibs/debase/ |
D | deSha1.c | 48 deMemset(stream->data, 0, 16 * sizeof(deUint32)); in deSha1Stream_init() 126 deMemset(stream->data, 0, 16 * sizeof(deUint32)); in deSha1Stream_flushChunk() 213 deMemset(hash->hash, 0, sizeof(hash->hash)); in deSha1_parse() 288 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest() 300 deMemset(&hash, garbage, sizeof(deSha1)); in deSha1_selfTest() 314 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest() 315 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest() 340 deMemset(&hashA, garbage, sizeof(deSha1)); in deSha1_selfTest() 341 deMemset(&hashB, garbage, sizeof(deSha1)); in deSha1_selfTest() 360 deMemset(&hash, garbage, sizeof(hash)); in deSha1_selfTest() [all …]
|
D | deMemory.c | 94 deMemset(ptr, 0, numBytes); in deCalloc() 324 deMemset(ptr, 0xaa, s_alignedAllocCases[caseNdx].numBytes); in deMemory_selfTest() 336 deMemset(ptr, 0xaa, s_alignedReallocCases[caseNdx].initialSize); in deMemory_selfTest()
|
D | deMemory.h | 52 DE_INLINE void deMemset (void* ptr, int value, size_t numBytes) in deMemset() function
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 112 deMemset(&queueInfo, 0, sizeof(queueInfo)); in createTestDevice() 113 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in createTestDevice() 115 deMemset(&queueInfo, 0xcd, sizeof(queueInfo)); in createTestDevice() 123 deMemset(&deviceInfo, 0xcd, sizeof(deviceInfo)); in createTestDevice() 161 deMemset(&bufferCreateParams, 0xcd, sizeof(bufferCreateParams)); in createVulkanBuffer() 184 deMemset(&range, 0xcd, sizeof(range)); in createVulkanBuffer() 194 deMemset(&barrier, 0xcd, sizeof(barrier)); in createVulkanBuffer() 237 deMemset(&imageCreateParams, 0xcd, sizeof(imageCreateParams)); in createVulkanImage() 270 deMemset(&imageViewCreateInfo, 0xcd, sizeof(imageViewCreateInfo)); in createVulkanImage() 282 deMemset(&imageBarrier, 0xcd, sizeof(imageBarrier)); in createVulkanImage() [all …]
|
D | vktTestCase.cpp | 136 deMemset(&queueInfo, 0, sizeof(queueInfo)); in createDefaultDevice() 137 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in createDefaultDevice()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 74 deMemset(&features, 0, sizeof(features)); in getPhysicalDeviceFeatures() 84 deMemset(&properties, 0, sizeof(properties)); in getPhysicalDeviceProperties() 94 deMemset(&properties, 0, sizeof(properties)); in getPhysicalDeviceMemoryProperties() 104 deMemset(&properties, 0, sizeof(properties)); in getPhysicalDeviceFormatProperties() 114 deMemset(&properties, 0, sizeof(properties)); in getPhysicalDeviceImageFormatProperties()
|
D | vkQueryUtil.hpp | 118 deMemset(&vec[0], 0x00, sizeof(Type)); in validateInitComplete() 119 deMemset(&vec[1], 0xFF, sizeof(Type)); in validateInitComplete()
|
D | vkNullDriver.cpp | 471 deMemset(props, 0, sizeof(VkPhysicalDeviceProperties)); in getPhysicalDeviceProperties() 487 deMemset(props, 0, sizeof(VkQueueFamilyProperties)); in getPhysicalDeviceQueueFamilyProperties() 499 deMemset(props, 0, sizeof(VkPhysicalDeviceMemoryProperties)); in getPhysicalDeviceMemoryProperties()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 136 deMemset(&overlapped, 0, sizeof(overlapped)); in run() 232 deMemset(&overlapped, 0, sizeof(overlapped)); in run() 399 deMemset(&m_procInfo, 0, sizeof(m_procInfo)); in Process() 442 deMemset(&m_procInfo, 0, sizeof(m_procInfo)); in cleanupHandles() 517 deMemset(&startInfo, 0, sizeof(startInfo)); in start() 518 deMemset(&securityAttr, 0, sizeof(securityAttr)); in start()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeStateApiTests.cpp | 190 deMemset(&infoLog[0], 0, sizeof(infoLog)); in init() 358 deMemset(¶ms[0], 0, sizeof(params)); in init() 397 deMemset(¶ms[0], 0, sizeof(params)); in init() 426 deMemset(¶ms[0], 0, sizeof(params)); in init() 444 deMemset(¶ms[0], 0, sizeof(params)); in init() 484 deMemset(¶ms[0], 0, sizeof(params)); in init() 552 deMemset(¶ms[0], 0, sizeof(params)); in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.cpp | 32 deMemset(this, 0, sizeof(*this)); in Functions()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 135 deMemset(&osInfo, 0, sizeof(osInfo)); in getOSInfo() 171 deMemset(&sysInfo, 0, sizeof(sysInfo)); in getProcessorInfo()
|
D | tcuWGL.cpp | 207 deMemset(&pixelFormatDesc, 0, sizeof(pixelFormatDesc)); in Library() 325 deMemset(&values[0], 0, sizeof(values)); in getPixelFormatInfo() 403 deMemset(&pixelFormatDesc, 0, sizeof(pixelFormatDesc)); in Context()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.cpp | 32 deMemset(this, 0, sizeof(*this)); in Functions()
|
/external/deqp/framework/delibs/decpp/ |
D | deMutex.cpp | 41 deMemset(&attribs, 0, sizeof(attribs)); in Mutex()
|
D | deSemaphore.cpp | 40 deMemset(&attribs, 0, sizeof(attribs)); in Semaphore()
|
D | deThread.cpp | 40 deMemset(&m_attribs, 0, sizeof(m_attribs)); in Thread()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 72 deMemset(mapPtr, 0x5A, (size_t) offset); in createColorDataBuffer() 76 deMemset((deUint8 *) mapPtr + offset + 2 * sizeof(tcu::Vec4), 0x5A, in createColorDataBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 95 deMemset(&queueInfo, 0, sizeof(queueInfo)); in createDeviceSupportingQueues() 108 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in createDeviceSupportingQueues()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11Platform.cpp | 87 deMemset(&sysInfo, 0, sizeof(sysInfo)); in describePlatform()
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 124 deMemset(&data, 0, sizeof(ThreadData3)); in deThread_selfTest() 258 deMemset(&attrs, 0, sizeof(attrs)); in deMutex_selfTest() 445 deMemset(&testBuffer, 0, sizeof(testBuffer)); in deSemaphore_selfTest()
|
/external/deqp/framework/delibs/deutil/ |
D | deSocket.c | 282 deMemset(bsdAddr, 0, bsdAddrBufSize); in deSocketAddressToBsdAddress() 290 deMemset(&hints, 0, sizeof(hints)); in deSocketAddressToBsdAddress() 550 deMemset(bsdAddr, 0, (size_t)bsdAddrLen); in deSocket_accept()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 269 deMemset(&range[0], 0xcd, sizeof(range)); in init() 270 deMemset(&precision[0], 0xcd, sizeof(precision)); in init() 604 deMemset(&uniformBlockName[0], 0, sizeof(uniformBlockName)); in init() 630 deMemset(&name[0], 0, sizeof(name)); in init() 936 deMemset(¶ms[0], 0xcd, sizeof(params)); in init() 1030 deMemset(&values[0], 0xcd, sizeof(values)); in init()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deThreadUnix.c | 169 deMemset(&mask, 0, sizeof(mask)); in deGetNumAvailableLogicalCores()
|
/external/deqp/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 125 deMemset(&m_nativeWindow, 0, sizeof(m_nativeWindow)); in Window()
|