Home
last modified time | relevance | path

Searched refs:pDescriptorPool (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c314 VkDescriptorPool* pDescriptorPool) in anv_CreateDescriptorPool() argument
353 *pDescriptorPool = anv_descriptor_pool_to_handle(pool); in anv_CreateDescriptorPool()
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c393 VkDescriptorPool* pDescriptorPool) in radv_CreateDescriptorPool() argument
464 *pDescriptorPool = radv_descriptor_pool_to_handle(pool); in radv_CreateDescriptorPool()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1078 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in vkCreateDescriptorPool() argument
1081 device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
1088 return vk::DescriptorPool::Create(pAllocator, pCreateInfo, pDescriptorPool); in vkCreateDescriptorPool()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h690 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
691 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
692 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
693 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
694 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
695 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
Danv_entrypoints.c505 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
926 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
1347 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
1768 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
2189 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
2610 …eateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) __attribute_…
3292 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in anv_tramp_CreateDescriptorPool() argument
3295 …turn anv_device->dispatch.vkCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in anv_tramp_CreateDescriptorPool()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl295 …nfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const
297 return m_vk.createDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool);
DvkConcreteDeviceInterface.inl62 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const;
DvkVirtualDeviceInterface.inl62 …pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) const = 0;
DvkNullDriverImpl.inl94 …reateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) argument
97 …VK_NULL_RETURN((*pDescriptorPool = allocateNonDispHandle<DescriptorPool, VkDescriptorPool>(device,…
DvkFunctionPointerTypes.inl78 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
DvkVulkan_c.inl2701 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3173 VkDescriptorPool* pDescriptorPool);
/external/vulkan-validation-layers/layers/
Dstateless_validation.h1021 … const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool);
Dparameter_validation_utils.cpp2523 … VkDescriptorPool *pDescriptorPool) { in manual_PreCallValidateCreateDescriptorPool() argument
Dcore_validation.h1155 … const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool,
Dcore_validation.cpp6066 … const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool, in PostCallRecordCreateDescriptorPool() argument
6070 DESCRIPTOR_POOL_STATE *pNewNode = new DESCRIPTOR_POOL_STATE(*pDescriptorPool, pCreateInfo); in PostCallRecordCreateDescriptorPool()
6072 dev_data->descriptorPoolMap[*pDescriptorPool] = pNewNode; in PostCallRecordCreateDescriptorPool()
/external/mesa3d/include/vulkan/
Dvulkan.h2628 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3100 VkDescriptorPool* pDescriptorPool);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2808 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3280 VkDescriptorPool* pDescriptorPool);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2808 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3280 VkDescriptorPool* pDescriptorPool);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2973 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3445 VkDescriptorPool* pDescriptorPool);
Dvulkan.hpp1170 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool ) const in vkCreateDescriptorPool()
1172 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool ); in vkCreateDescriptorPool()
13653 … pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool, Dispatch con…
48769 … pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool, Dispatch con… in createDescriptorPool() argument
48771 … VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkDescriptorPool*>( pDescriptorPool ) ) ); in createDescriptorPool()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2926 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3398 VkDescriptorPool* pDescriptorPool);
Dvulkan.hpp1549 …o* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool ) const in vkCreateDescriptorPool()
1551 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
40581 … pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool, Dispatch con…
42826 … pCreateInfo, const AllocationCallbacks* pAllocator, DescriptorPool* pDescriptorPool, Dispatch con… in createDescriptorPool() argument
42828 … VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkDescriptorPool*>( pDescriptorPool ) ) ); in createDescriptorPool()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2698 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
3170 VkDescriptorPool* pDescriptorPool);