Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp31 struct MemoryArea struct
33 MemoryArea(const void* data_, std::size_t size_) in MemoryArea() function
46 struct hash<vk::MemoryArea> argument
48 std::size_t operator()(const vk::MemoryArea& s) const noexcept in operator ()()
353 …hash_combine(seed, MemoryArea(gpCI.pStages[i].pSpecializationInfo->pData, gpCI.pStages[i].pSpecial… in calculateGraphicsPipelineHash()
543 …hash_combine(seed, MemoryArea(cpCI.stage.pSpecializationInfo->pData, cpCI.stage.pSpecializationInf… in calculateComputePipelineHash()
644 hash_combine(seed, MemoryArea(sCI.pCode, sCI.codeSize)); in calculateShaderModuleHash()