Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp754 const auto uuidSize = static_cast<size_t>(VK_UUID_SIZE); in constantAlgorithmUUIDCase() local
756 …aderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase()
759 uint8_t nullUUID[uuidSize]; in constantAlgorithmUUIDCase()
760 deMemset(nullUUID, 0, uuidSize); in constantAlgorithmUUIDCase()
762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()