Searched refs:m_pipelineIdentifiers (Results 1 – 2 of 2) sorted by relevance
719 m_pipelineIdentifiers.insert({pPipelines[i], pipelineIDs[i]}); in createGraphicsPipelines()808 m_pipelineIdentifiers.insert({pPipelines[i], pipelineIDs[i]}); in createComputePipelines()838 auto it = m_pipelineIdentifiers.find(pipeline); in destroyPipeline()839 if (it == end(m_pipelineIdentifiers)) in destroyPipeline()992 m_pipelineIdentifiers.clear(); in resetObjects()
162 mutable std::map<VkPipeline, VkPipelineOfflineCreateInfo> m_pipelineIdentifiers; member in vk::ResourceInterface