Home
last modified time | relevance | path

Searched refs:m_pipelineIdentifiers (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp719 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()
H A DvkResourceInterface.hpp162 mutable std::map<VkPipeline, VkPipelineOfflineCreateInfo> m_pipelineIdentifiers; member in vk::ResourceInterface