Searched refs:vkCreateDescriptorPool (Results 1 – 5 of 5) sorted by relevance
88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDescriptorPool);287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDescriptorPool); in init_stub_library()
69 vkCreateDescriptorPool;
1977 VKAPI_ATTR VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCrea… in vkCreateDescriptorPool() function
496 ASSERT_EQ(vkCreateDescriptorPool(mDevice, &descriptorPoolCreateInfo, nullptr, in initialize()