/external/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 312 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 D | radv_descriptor_set.c | 402 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 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 | 94 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 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 | 1387 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 D | wrap_objects.cpp | 586 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 D | vulkan.h | 2336 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 D | vulkan.h | 2433 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 D | vulkan.h | 2433 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 D | core_validation.cpp | 5411 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 D | parameter_validation_utils.cpp | 2562 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 D | vulkan.h | 2630 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 3102 VkDescriptorPool* pDescriptorPool);
|
H A D | vulkan.hpp | 27353 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...] |