Home
last modified time | relevance | path

Searched refs:objectHashes (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.hpp64 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);
H A DvkSafetyCriticalUtil.cpp150 void hashPNextChain (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 std::size_t calculateGraphicsPipelineHash (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()
520 calculateComputePipelineHash(const VkComputePipelineCreateInfo& cpCI, const std::map<deUint64, std::size_t>& objectHashes) calculateComputePipelineHash() argument
564 calculateSamplerYcbcrConversionHash(const VkSamplerYcbcrConversionCreateInfo& scCI, const std::map<deUint64, std::size_t>& objectHashes) calculateSamplerYcbcrConversionHash() argument
573 calculateSamplerHash(const VkSamplerCreateInfo& sCI, const std::map<deUint64, std::size_t>& objectHashes) calculateSamplerHash() argument
581 calculateDescriptorSetLayoutHash(const VkDescriptorSetLayoutCreateInfo& sCI, const std::map<deUint64, std::size_t>& objectHashes) calculateDescriptorSetLayoutHash() argument
607 calculatePipelineLayoutHash(const VkPipelineLayoutCreateInfo& pCI, const std::map<deUint64, std::size_t>& objectHashes) calculatePipelineLayoutHash() argument
637 calculateShaderModuleHash(const VkShaderModuleCreateInfo& sCI, const std::map<deUint64, std::size_t>& objectHashes) calculateShaderModuleHash() argument
650 calculateRenderPassHash(const VkRenderPassCreateInfo& rCI, const std::map<deUint64, std::size_t>& objectHashes) calculateRenderPassHash() argument
690 calculateRenderPass2Hash(const VkRenderPassCreateInfo2& rCI, const std::map<deUint64, std::size_t>& objectHashes) calculateRenderPass2Hash() argument
[all...]
H A DvkResourceInterface.cpp525 VkPipelineOfflineCreateInfo makeGraphicsPipelineIdentifier (const std::string& testPath, 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 VkPipelineOfflineCreateInfo makeComputePipelineIdentifier (const std::string& testPath, const VkComputePipelineCreateInfo& cpCI, const std::map<deUint64, std::size_t>& objectHashes) in makeComputePipelineIdentifier() argument
538 std::size_t hashValue = calculateComputePipelineHash(cpCI, objectHashes); in makeComputePipelineIdentifier()

Completed in 4 milliseconds