Searched refs:MakeShaderHash (Results 1 – 2 of 2) sorted by relevance
187 static uint32_t MakeShaderHash(VkShaderModuleCreateInfo const *smci);
2262 uint32_t ValidationCache::MakeShaderHash(VkShaderModuleCreateInfo const *smci) { return XXH32(smci-… in MakeShaderHash() function in ValidationCache2295 hash = ValidationCache::MakeShaderHash(pCreateInfo); in PreCallValidateCreateShaderModule()