Searched defs:pDescriptorPool (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1471 VkDescriptorPool *pDescriptorPool) {
1477 pDescriptorPool);
1468 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument
/external/vulkan-validation-layers/layers/
H A Dparameter_validation.cpp3561 bool PostCreateDescriptorPool(VkDevice device, uint32_t maxSets, VkDescriptorPool *pDescriptorPool, VkResult result) { argument
3577 VkDescriptorPool *pDescriptorPool) {
3583 skipCall |= parameter_validation_vkCreateDescriptorPool(my_data->report_data, pCreateInfo, pAllocator, pDescriptorPool);
3589 get_dispatch_table(pc_device_table_map, device)->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
3591 PostCreateDescriptorPool(device, pCreateInfo->maxSets, pDescriptorPool, result);
3576 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument

Completed in 225 milliseconds