Searched refs:pDescriptorPool (Results 1 - 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceDriverImpl.inl | 290 VkResult DeviceDriver::createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const 292 return m_vk.createDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
|
H A D | vkConcreteDeviceInterface.inl | 61 virtual VkResult createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const;
|
H A D | vkVirtualDeviceInterface.inl | 61 virtual VkResult createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const = 0;
|
H A D | vkNullDriverImpl.inl | 100 VKAPI_ATTR VkResult VKAPI_CALL createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) 103 VK_NULL_RETURN((*pDescriptorPool = allocateNonDispHandle<DescriptorPool, VkDescriptorPool>(device, pCreateInfo, pAllocator)));
|
H A D | vkFunctionPointerTypes.inl | 78 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateDescriptorPoolFunc) (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
|
/external/vulkan-validation-layers/loader/ |
H A D | trampoline.c | 1471 VkDescriptorPool *pDescriptorPool) { 1477 pDescriptorPool); 1468 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument
|
/external/vulkan-validation-layers/layers/ |
H A D | parameter_validation.cpp | 3561 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
|
H A D | core_validation.cpp | 6685 VkDescriptorPool *pDescriptorPool) { 6687 VkResult result = dev_data->device_dispatch_table->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); 6691 (uint64_t)*pDescriptorPool, __LINE__, DRAWSTATE_OUT_OF_MEMORY, "DS", "Created Descriptor Pool %#" PRIxLEAST64, 6692 (uint64_t)*pDescriptorPool)) 6694 DESCRIPTOR_POOL_NODE *pNewNode = new DESCRIPTOR_POOL_NODE(*pDescriptorPool, pCreateInfo); 6697 (uint64_t)*pDescriptorPool, __LINE__, DRAWSTATE_OUT_OF_MEMORY, "DS", 6702 dev_data->descriptorPoolMap[*pDescriptorPool] = pNewNode;
|
/external/skia/third_party/vulkan/ |
H A D | vulkan.h | 2271 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 2743 VkDescriptorPool* pDescriptorPool);
|
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vulkan.h | 2280 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 2752 VkDescriptorPool* pDescriptorPool);
|
Completed in 170 milliseconds