Home
last modified time | relevance | path

Searched refs:deMemset (Results 1 – 25 of 95) sorted by relevance

1234

/external/deqp/framework/delibs/debase/
DdeSha1.c48 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 …]
DdeMemory.c94 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()
DdeMemory.h52 DE_INLINE void deMemset (void* ptr, int value, size_t numBytes) in deMemset() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp74 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()
181 deMemset(&coreInfo, 0, sizeof(coreInfo)); in getImagePlaneMemoryRequirements()
182 deMemset(&planeInfo, 0, sizeof(planeInfo)); in getImagePlaneMemoryRequirements()
183 deMemset(&reqs, 0, sizeof(reqs)); in getImagePlaneMemoryRequirements()
DvkQueryUtil.hpp142 deMemset(&vec[0], 0x00, sizeof(Type)); in validateInitComplete()
143 deMemset(&vec[1], 0xFF, sizeof(Type)); in validateInitComplete()
162 deMemset(&(*beg), static_cast<int>(pattern), sizeof(*beg)); in fillBits()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp114 deMemset(&queueInfo, 0, sizeof(queueInfo)); in createTestDevice()
115 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in createTestDevice()
117 deMemset(&queueInfo, 0xcd, sizeof(queueInfo)); in createTestDevice()
125 deMemset(&deviceInfo, 0xcd, sizeof(deviceInfo)); in createTestDevice()
164 deMemset(&bufferCreateParams, 0xcd, sizeof(bufferCreateParams)); in createVulkanBuffer()
187 deMemset(&range, 0xcd, sizeof(range)); in createVulkanBuffer()
197 deMemset(&barrier, 0xcd, sizeof(barrier)); in createVulkanBuffer()
240 deMemset(&imageCreateParams, 0xcd, sizeof(imageCreateParams)); in createVulkanImage()
273 deMemset(&imageViewCreateInfo, 0xcd, sizeof(imageViewCreateInfo)); in createVulkanImage()
285 deMemset(&imageBarrier, 0xcd, sizeof(imageBarrier)); in createVulkanImage()
[all …]
DvktSynchronizationBasicSemaphoreTests.cpp160 deMemset(&queueInfo, 0, sizeof(queueInfo)); in basicMultiQueueCase()
175 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in basicMultiQueueCase()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp72 deMemset(mapPtr, uninitData, (size_t)offset); in createDataBuffer()
74 deMemset((deUint8 *)mapPtr + offset, initData, initDataSize); in createDataBuffer()
75 deMemset((deUint8 *)mapPtr + offset + initDataSize, uninitData, in createDataBuffer()
119 deMemset(mapPtr, 0x5A, (size_t) offset); in createColorDataBuffer()
123 deMemset((deUint8 *) mapPtr + offset + 2 * sizeof(tcu::Vec4), 0x5A, in createColorDataBuffer()
DvktApiFeatureInfo.cpp911 deMemset(buffer, GUARD_VALUE, sizeof(buffer)); in deviceFeatures()
1079 deMemset(props, GUARD_VALUE, sizeof(buffer)); in deviceProperties()
1152 deMemset(buffer, GUARD_VALUE, sizeof(buffer)); in deviceMemoryProperties()
1649 deMemset(&coreFeatures, 0, sizeof(coreFeatures)); in getPhysicalDeviceSamplerYcbcrConversionFeatures()
1650 deMemset(&ycbcrFeatures, 0, sizeof(ycbcrFeatures)); in getPhysicalDeviceSamplerYcbcrConversionFeatures()
2293 deMemset(&properties, 0xcd, sizeof(properties)); in imageFormatProperties()
2402 deMemset(&coreFeatures, 0xcd, sizeof(coreFeatures)); in deviceFeatures2()
2403 deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features)); in deviceFeatures2()
2478 deMemset(&coreProperties, 0xcd, sizeof(VkFormatProperties)); in deviceFormatProperties2()
2479 deMemset(&extProperties, 0xcd, sizeof(VkFormatProperties2KHR)); in deviceFormatProperties2()
[all …]
/external/deqp/execserver/
DxsWin32TestProcess.cpp136 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/external/vulkancts/modules/vulkan/
DvktTestCase.cpp159 deMemset(&queueInfo, 0, sizeof(queueInfo)); in createDefaultDevice()
160 deMemset(&deviceInfo, 0, sizeof(deviceInfo)); in createDefaultDevice()
218 deMemset(&coreFeatures, 0, sizeof(coreFeatures)); in DeviceFeatures()
219 deMemset(&samplerYCbCrConversionFeatures, 0, sizeof(samplerYCbCrConversionFeatures)); in DeviceFeatures()
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp190 deMemset(&infoLog[0], 0, sizeof(infoLog)); in init()
358 deMemset(&params[0], 0, sizeof(params)); in init()
397 deMemset(&params[0], 0, sizeof(params)); in init()
426 deMemset(&params[0], 0, sizeof(params)); in init()
444 deMemset(&params[0], 0, sizeof(params)); in init()
484 deMemset(&params[0], 0, sizeof(params)); in init()
552 deMemset(&params[0], 0, sizeof(params)); in init()
/external/deqp/framework/opengl/wrapper/
DglwFunctions.cpp32 deMemset(this, 0, sizeof(*this)); in Functions()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp135 deMemset(&osInfo, 0, sizeof(osInfo)); in getOSInfo()
171 deMemset(&sysInfo, 0, sizeof(sysInfo)); in getProcessorInfo()
DtcuWGL.cpp207 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/
DeglwFunctions.cpp32 deMemset(this, 0, sizeof(*this)); in Functions()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp64 deMemset(&features, 0, sizeof(features)); in querySupported16BitStorageFeatures()
88 deMemset(&features, 0, sizeof(features)); in querySupportedVariablePointersFeatures()
/external/deqp/framework/delibs/decpp/
DdeMutex.cpp41 deMemset(&attribs, 0, sizeof(attribs)); in Mutex()
DdeSemaphore.cpp40 deMemset(&attribs, 0, sizeof(attribs)); in Semaphore()
DdeThread.cpp40 deMemset(&m_attribs, 0, sizeof(m_attribs)); in Thread()
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c124 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/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp269 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(&params[0], 0xcd, sizeof(params)); in init()
1030 deMemset(&values[0], 0xcd, sizeof(values)); in init()
/external/deqp/framework/delibs/deutil/
DdeSocket.c282 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/framework/delibs/dethread/unix/
DdeThreadUnix.c169 deMemset(&mask, 0, sizeof(mask)); in deGetNumAvailableLogicalCores()
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp125 deMemset(&m_nativeWindow, 0, sizeof(m_nativeWindow)); in Window()

1234