Home
last modified time | relevance | path

Searched refs:deMemCmp (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationSingleQueueTests.cpp114 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
168 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
256 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
312 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
DvktSynchronizationOperationMultiQueueTests.cpp390 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
457 if (0 != deMemCmp(expected.data, actual.data, expected.size)) in iterate()
/external/deqp/framework/delibs/debase/
DdeMemory.h58 DE_INLINE int deMemCmp (const void* a, const void* b, size_t numBytes) in deMemCmp() function
DdeSha1.c237 return deMemCmp(a->hash, b->hash, sizeof(b->hash)) == 0; in deSha1_equal()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp624 …if (deMemCmp(&bufferResidencyData[pixelOffsetAligned], &residencyReferenceData[pixelOffsetNotAlign… in iterate()
644 …if (deMemCmp(&bufferTexelsData[bufferOffset], &referenceData[bufferOffset], mipLevelSizeInBytes) !… in iterate()
652 if (deMemCmp(&bufferTexelsData[bufferOffset], &zeroData[0], mipLevelSizeInBytes) != 0) in iterate()
658 …if (deMemCmp(&bufferTexelsData[bufferOffset], &referenceData[bufferOffset], mipLevelSizeInBytes) !… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp364 if (deMemCmp(&referenceData[offset], outputData + offset, size) != 0) in iterate()
371 if (deMemCmp(&referenceData[offset], outputData + offset, size) != 0) in iterate()
DvktSparseResourcesImageSparseResidency.cpp565 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
578 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
596 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
DvktSparseResourcesBufferSparseBinding.cpp283 if (deMemCmp(&referenceData[0], outputData, m_bufferSize) != 0) in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp615 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
625 if (deMemCmp(outputData + bufferOffset, &referenceData[bufferOffset], mipLevelSizeInBytes) != 0) in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp390 if (deMemCmp(&referenceData[0], outputData, m_bufferSizeInBytes) != 0) in iterate()
DvktSparseResourcesImageSparseBinding.cpp349 if (deMemCmp(outputData + bufferOffset, &referenceData[bufferOffset], mipLevelSizeInBytes) != 0) in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp434 if (deMemCmp(outputData + bufferOffset, &referenceData[bufferOffset], mipLevelSizeInBytes) != 0) in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp129 …if (deMemCmp(((deUint8*)(&vec[0]))+iterator->offset, ((deUint8*)(&vec[1]))+iterator->offset, itera… in validateInitComplete()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2219 if (deMemCmp(&coreFeatures, &extFeatures.features, sizeof(VkPhysicalDeviceFeatures)) != 0) in deviceFeatures2()
2258 if (deMemCmp(corePropertyBytes, extPropertyBytes, size) != 0) in deviceProperties2()
2295 if (deMemCmp(&coreProperties, &extProperties.formatProperties, sizeof(VkFormatProperties)) != 0) in deviceFormatProperties2()
2347 …if (deMemCmp(&coreProperties[ndx], &extProperties[ndx].queueFamilyProperties, sizeof(VkQueueFamily… in deviceQueueFamilyProperties2()
2380 …if (deMemCmp(&coreProperties, &extProperties.memoryProperties, sizeof(VkPhysicalDeviceMemoryProper… in deviceMemoryProperties2()
2447 …(deMemCmp(&coreProperties, &extProperties.imageFormatProperties, sizeof(VkImageFormatProperties)) … in imageFormatProperties2()
2536 …if ((deMemCmp(&coreProperties[ndx], &extProperties[ndx].properties, sizeof(VkSparseImageFormatProp… in sparseImageFormatProperties2()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp414 …if (deMemCmp(expectedOutput->data(), outputAllocs[outputNdx]->getHostPtr(), expectedOutput->getNum… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1762 …if (deMemCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_U… in CacheHeaderTestInstance()
1842 if (deMemCmp(m_data, m_zeroBlock, savedDataSize) != 0 || dataSize != 0) in InvalidSizeTestInstance()
DvktPipelinePushConstantTests.cpp1608 …if (deMemCmp((void*)(&expectValue[0]), m_outBufferAlloc->getHostPtr(), (size_t)(sizeof(tcu::Vec4) … in iterate()
DvktPipelineSpecConstantTests.cpp159 if (deMemCmp(valuePtr, &it->value, it->size) != 0) in verifyValues()
/external/deqp/execserver/tools/
DxsTest.cpp1022 DE_VERIFY(deMemCmp(block, &data[curPos], numToRead) == 0);