Searched refs:pDescriptorPool (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c312 VkDescriptorPool* pDescriptorPool)
351 *pDescriptorPool = anv_descriptor_pool_to_handle(pool);
308 anv_CreateDescriptorPool( VkDevice _device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c402 VkDescriptorPool* pDescriptorPool)
461 *pDescriptorPool = radv_descriptor_pool_to_handle(pool);
398 radv_CreateDescriptorPool( VkDevice _device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) argument
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceDriverImpl.inl290 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 DvkConcreteDeviceInterface.inl61 virtual VkResult createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const;
H A DvkVirtualDeviceInterface.inl61 virtual VkResult createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const = 0;
H A DvkNullDriverImpl.inl94 VKAPI_ATTR VkResult VKAPI_CALL createDescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool)
97 VK_NULL_RETURN((*pDescriptorPool = allocateNonDispHandle<DescriptorPool, VkDescriptorPool>(device, pCreateInfo, pAllocator)));
H A DvkFunctionPointerTypes.inl78 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateDescriptorPoolFunc) (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1387 VkDescriptorPool *pDescriptorPool) {
1392 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
1385 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp586 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) argument
588 VkResult result = device_dispatch_table(device)->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
/external/mesa3d/include/vulkan/
H A Dvulkan.h2336 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
2808 VkDescriptorPool* pDescriptorPool);
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2433 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
2905 VkDescriptorPool* pDescriptorPool);
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2433 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
2905 VkDescriptorPool* pDescriptorPool);
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp5411 const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) {
5413 VkResult result = dev_data->dispatch_table.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
5415 DESCRIPTOR_POOL_STATE *pNewNode = new DESCRIPTOR_POOL_STATE(*pDescriptorPool, pCreateInfo);
5418 HandleToUint64(*pDescriptorPool), __LINE__, DRAWSTATE_OUT_OF_MEMORY, "DS",
5423 dev_data->descriptorPoolMap[*pDescriptorPool] = pNewNode;
5410 CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument
H A Dparameter_validation_utils.cpp2562 const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) {
2561 pv_vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) argument
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2630 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3102 VkDescriptorPool* pDescriptorPool);
H A Dvulkan.hpp27353 Result createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool ) const;
29285 VULKAN_HPP_INLINE Result Device::createDescriptorPool( const DescriptorPoolCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool ) const
29287 return static_cast<Result>( vkCreateDescriptorPool( m_device, reinterpret_cast<const VkDescriptorPoolCreateInfo*>( pCreateInfo ), reinterpret_cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkDescriptorPool*>( pDescriptorPool ) ) );
[all...]

Completed in 1058 milliseconds