Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp197 inline std::string memoryAsHexString(const void *memory, const uint32_t size) in memoryAsHexString() function
210 << memoryAsHexString(expected, size) << " but got " in logValueMismatch()
211 …yValue ? de::toString(memoryAsInteger(actual, size)) + " " : "") << memoryAsHexString(actual, size) in logValueMismatch()