Searched refs:InputLayoutKey (Results 1 – 2 of 2) sorted by relevance
47 struct InputLayoutKey struct74 static std::size_t hashInputLayout(const InputLayoutKey &inputLayout); argument75 static bool compareInputLayouts(const InputLayoutKey &a, const InputLayoutKey &b);77 typedef std::size_t (*InputLayoutHashFunction)(const InputLayoutKey &);78 typedef bool (*InputLayoutEqualityFunction)(const InputLayoutKey &, const InputLayoutKey &);79 typedef std::unordered_map<InputLayoutKey,
85 InputLayoutKey ilKey = { 0 }; in applyVertexBuffers()194 std::size_t InputLayoutCache::hashInputLayout(const InputLayoutKey &inputLayout) in hashInputLayout()203 bool InputLayoutCache::compareInputLayouts(const InputLayoutKey &a, const InputLayoutKey &b) in compareInputLayouts()