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