Searched refs:objectHashes (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 150 …xtChain (std::size_t& seed, const void* pNext, const std::map<deUint64, std::size_t>& objectHashes) in hashPNextChain() argument 287 auto it = objectHashes.find(ptr->conversion.getInternal()); in hashPNextChain() 288 if (it != end(objectHashes)) in hashPNextChain() 296 hashPNextChain(seed, pBase->pNext, objectHashes); in hashPNextChain() 315 …ash (const VkGraphicsPipelineCreateInfo& gpCI, const std::map<deUint64, std::size_t>& objectHashes) in calculateGraphicsPipelineHash() argument 319 hashPNextChain(seed, gpCI.pNext, objectHashes); in calculateGraphicsPipelineHash() 337 hashPNextChain(seed, gpCI.pStages[i].pNext, objectHashes); in calculateGraphicsPipelineHash() 340 auto it = objectHashes.find(gpCI.pStages[i].module.getInternal()); in calculateGraphicsPipelineHash() 341 if (it != end(objectHashes)) in calculateGraphicsPipelineHash() 401 hashPNextChain(seed, gpCI.pVertexInputState->pNext, objectHashes); in calculateGraphicsPipelineHash() [all …]
|
D | vkSafetyCriticalUtil.hpp | 64 const std::map<deUint64,std::size_t>& objectHashes); 66 const std::map<deUint64,std::size_t>& objectHashes); 68 const std::map<deUint64, std::size_t>& objectHashes); 70 const std::map<deUint64, std::size_t>& objectHashes); 72 const std::map<deUint64, std::size_t>& objectHashes); 74 const std::map<deUint64, std::size_t>& objectHashes); 76 const std::map<deUint64, std::size_t>& objectHashes); 78 const std::map<deUint64, std::size_t>& objectHashes); 80 const std::map<deUint64, std::size_t>& objectHashes);
|
D | vkResourceInterface.cpp | 525 …ath, const VkGraphicsPipelineCreateInfo& gpCI, const std::map<deUint64, std::size_t>& objectHashes) in makeGraphicsPipelineIdentifier() argument 529 std::size_t hashValue = calculateGraphicsPipelineHash(gpCI, objectHashes); in makeGraphicsPipelineIdentifier() 534 …Path, const VkComputePipelineCreateInfo& cpCI, const std::map<deUint64, std::size_t>& objectHashes) in makeComputePipelineIdentifier() argument 538 std::size_t hashValue = calculateComputePipelineHash(cpCI, objectHashes); in makeComputePipelineIdentifier()
|