Searched refs:setLayout (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.h | 64 VkDescriptorSetLayout setLayout; member 141 void applyDescriptorSetAllocation(VkDescriptorPool pool, VkDescriptorSetLayout setLayout); 142 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout,
|
D | DescriptorSetVirtualization.cpp | 25 set->setLayout = VK_NULL_HANDLE; in clearReifiedDescriptorSet() 60 static void initializeReifiedDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in initializeReifiedDescriptorSet() argument 64 const auto& layoutInfo = *(as_goldfish_VkDescriptorSetLayout(setLayout)->layoutInfo); in initializeReifiedDescriptorSet() 83 set->setLayout = setLayout; in initializeReifiedDescriptorSet() 433 void applyDescriptorSetAllocation(VkDescriptorPool pool, VkDescriptorSetLayout setLayout) { in applyDescriptorSetAllocation() argument 435 auto setLayoutInfo = as_goldfish_VkDescriptorSetLayout(setLayout)->layoutInfo; in applyDescriptorSetAllocation() 468 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in fillDescriptorSetInfoForPool() argument 481 initializeReifiedDescriptorSet(pool, setLayout, newReified); in fillDescriptorSetInfoForPool()
|
D | ResourceTracker.cpp | 828 VkDescriptorSetLayout setLayout = reified->setLayout; in commitDescriptorSetUpdates() local 842 setLayouts.push_back(setLayout); in commitDescriptorSetUpdates() 980 struct goldfish_VkDescriptorSetLayout* setLayout = in decDescriptorSetLayoutRef() local 983 if (0 == --setLayout->layoutInfo->refcount) { in decDescriptorSetLayoutRef() 1202 void ResourceTracker::unregister_VkDescriptorSetLayout(VkDescriptorSetLayout setLayout) { in unregister_VkDescriptorSetLayout() argument 1203 if (!setLayout) return; in unregister_VkDescriptorSetLayout() 1206 delete as_goldfish_VkDescriptorSetLayout(setLayout)->layoutInfo; in unregister_VkDescriptorSetLayout() 1207 info_VkDescriptorSetLayout.erase(setLayout); in unregister_VkDescriptorSetLayout() 1231 VkDescriptorSetLayout setLayout = as_goldfish_VkDescriptorSet(set)->reified->setLayout; in clearDescriptorPoolAndUnregisterDescriptorSets() local 1232 decDescriptorSetLayoutRef(context, device, setLayout, nullptr); in clearDescriptorPoolAndUnregisterDescriptorSets() [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2968 void initDescriptorSetInfoLocked(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in initDescriptorSetInfoLocked() argument 2975 auto* setLayoutInfo = android::base::find(mDescriptorSetLayoutInfo, setLayout); in initDescriptorSetInfoLocked() 2983 setInfo.unboxedLayout = setLayout; in initDescriptorSetInfoLocked() 6154 VkDescriptorSetLayout setLayout, in getOrAllocateDescriptorSetFromPoolAndId() argument 6171 VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, 0, pool, 1, &setLayout, in getOrAllocateDescriptorSetFromPoolAndId() 6175 initDescriptorSetInfoLocked(pool, setLayout, poolId, allocedSet); in getOrAllocateDescriptorSetFromPoolAndId() 6186 VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, 0, pool, 1, &setLayout, in getOrAllocateDescriptorSetFromPoolAndId() 6190 initDescriptorSetInfoLocked(pool, setLayout, poolId, allocedSet); in getOrAllocateDescriptorSetFromPoolAndId()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2324 VULKAN_HPP_NAMESPACE::DescriptorSetLayout setLayout; in createDescriptorSetLayout() local 2325 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkDescriptorSetLayout *>( &setLayout ) ); in createDescriptorSetLayout() 2328 return createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), setLayout ); in createDescriptorSetLayout() 2338 VULKAN_HPP_NAMESPACE::DescriptorSetLayout setLayout; in createDescriptorSetLayoutUnique() local 2339 …::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkDescriptorSetLayout *>( &setLayout ) ); in createDescriptorSetLayoutUnique() 2342 …t ), UniqueHandle<VULKAN_HPP_NAMESPACE::DescriptorSetLayout, Dispatch>( setLayout, ObjectDestroy<D… in createDescriptorSetLayoutUnique()
|