Searched refs:descriptorPool (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 398 VkDescriptorPool descriptorPool, 405 VkDescriptorPool descriptorPool, 419 VkDescriptorPool descriptorPool,
|
D | ResourceTracker.cpp | 544 auto it = info_VkDescriptorPool.find(ci->descriptorPool); in initDescriptorSetStateLocked() 555 setInfo.pool = ci->descriptorPool; in initDescriptorSetStateLocked() 3574 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() argument 3579 enc->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool() 3586 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() argument 3591 VkResult res = enc->vkResetDescriptorPool(device, descriptorPool, flags); in on_vkResetDescriptorPool() 3596 clearDescriptorPoolLocked(descriptorPool); in on_vkResetDescriptorPool() 3622 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets() argument 3636 if (!descriptorPoolSupportsIndividualFreeLocked(descriptorPool)) in on_vkFreeDescriptorSets() 3641 pDescriptorSets[i], descriptorPool)) { in on_vkFreeDescriptorSets() [all …]
|
D | VkEncoder.h | 383 VkDescriptorPool descriptorPool, 387 VkDescriptorPool descriptorPool, 395 VkDescriptorPool descriptorPool,
|
D | goldfish_vk_handlemap_guest.cpp | 1011 handlemap->mapHandles_VkDescriptorPool((VkDescriptorPool*)&toMap->descriptorPool); in handlemap_VkDescriptorSetAllocateInfo()
|
D | VkEncoder.cpp | 5922 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() argument 5937 local_descriptorPool = descriptorPool; in vkDestroyDescriptorPool() 5985 resources->destroyMapping()->mapHandles_VkDescriptorPool((VkDescriptorPool*)&descriptorPool); in vkDestroyDescriptorPool() 5994 VkDescriptorPool descriptorPool, in vkResetDescriptorPool() argument 6009 local_descriptorPool = descriptorPool; in vkResetDescriptorPool() 6124 VkDescriptorPool descriptorPool, in vkFreeDescriptorSets() argument 6141 local_descriptorPool = descriptorPool; in vkFreeDescriptorSets()
|
D | goldfish_vk_marshaling_guest.cpp | 2796 …vkStream->handleMapping()->mapHandles_VkDescriptorPool_u64(&forMarshaling->descriptorPool, &cgen_v… in marshal_VkDescriptorSetAllocateInfo() 2816 …andles_u64_VkDescriptorPool(&cgen_var_110, (VkDescriptorPool*)&forUnmarshaling->descriptorPool, 1); in unmarshal_VkDescriptorSetAllocateInfo()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 879 VkDescriptorPool descriptorPool, in entry_vkDestroyDescriptorPool() argument 885 resources->on_vkDestroyDescriptorPool(vkEnc, device, descriptorPool, pAllocator); in entry_vkDestroyDescriptorPool() 889 VkDescriptorPool descriptorPool, in entry_vkResetDescriptorPool() argument 896 …ult_return = resources->on_vkResetDescriptorPool(vkEnc, VK_SUCCESS, device, descriptorPool, flags); in entry_vkResetDescriptorPool() 913 VkDescriptorPool descriptorPool, in entry_vkFreeDescriptorSets() argument 921 …turn = resources->on_vkFreeDescriptorSets(vkEnc, VK_SUCCESS, device, descriptorPool, descriptorSet… in entry_vkFreeDescriptorSets()
|