Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2835 auto& info = mDescriptorSetLayoutInfo[*pSetLayout]; in on_vkCreateDescriptorSetLayout()
2858 mDescriptorSetLayoutInfo.erase(descriptorSetLayout); in on_vkDestroyDescriptorSetLayout()
2975 auto* setLayoutInfo = android::base::find(mDescriptorSetLayoutInfo, setLayout); in initDescriptorSetInfoLocked()
7264 deviceToDestroy, mDescriptorSetLayoutInfo, &DescriptorSetLayoutInfo::boxed)) { in teardownInstanceLocked()
7268 mDescriptorSetLayoutInfo.erase(descriptorSetLayout); in teardownInstanceLocked()
7587 android::base::find(mDescriptorSetLayoutInfo, pAllocateInfo->pSetLayouts[i]); in validateDescriptorSetAllocLocked()
7667 std::unordered_map<VkDescriptorSetLayout, DescriptorSetLayoutInfo> mDescriptorSetLayoutInfo; member in gfxstream::vk::VkDecoderGlobalState::Impl