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