Searched refs:uuidSize (Results 1 – 1 of 1) sorted by relevance
754 const auto uuidSize = static_cast<size_t>(VK_UUID_SIZE); in constantAlgorithmUUIDCase() local756 …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()