Home
last modified time | relevance | path

Searched defs:poolInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp198 VkCommandPoolCreateInfo poolInfo{ in initialize() local
/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp383 DescriptorPoolAllocationInfo* poolInfo = as_goldfish_VkDescriptorPool(pool)->allocInfo; in validateDescriptorSetAllocation() local
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp541 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in save() local
758 const DescriptorPoolInfo& poolInfo = mDescriptorPoolInfo[unboxedDescriptorPool]; in load() local
2970 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in initDescriptorSetInfoLocked() local
3016 auto* poolInfo = in on_vkAllocateDescriptorSets() local
3047 auto* poolInfo = android::base::find(mDescriptorPoolInfo, setInfo->pool); in on_vkFreeDescriptorSets() local
6157 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pool); in getOrAllocateDescriptorSetFromPoolAndId() local
7571 auto* poolInfo = android::base::find(mDescriptorPoolInfo, pAllocateInfo->descriptorPool); in validateDescriptorSetAllocLocked() local
7609 DescriptorPoolInfo& poolInfo, const std::vector<VkDescriptorSetLayoutBinding>& bindings) { in applyDescriptorSetAllocationLocked()
7621 DescriptorPoolInfo& poolInfo, const std::vector<VkDescriptorSetLayoutBinding>& bindings) { in removeDescriptorSetAllocationLocked()