Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h398 VkDescriptorPool descriptorPool,
405 VkDescriptorPool descriptorPool,
419 VkDescriptorPool descriptorPool,
DResourceTracker.cpp544 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 …]
DVkEncoder.h383 VkDescriptorPool descriptorPool,
387 VkDescriptorPool descriptorPool,
395 VkDescriptorPool descriptorPool,
Dgoldfish_vk_handlemap_guest.cpp1011 handlemap->mapHandles_VkDescriptorPool((VkDescriptorPool*)&toMap->descriptorPool); in handlemap_VkDescriptorSetAllocateInfo()
DVkEncoder.cpp5922 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()
Dgoldfish_vk_marshaling_guest.cpp2796 …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/
Dfunc_table.cpp879 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()