Searched defs:descriptorPool (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dobject_tracker.h484 static void alloc_descriptor_set(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorSet vkObj, argument
495 pNewObjNode->parentObj = (uint64_t)descriptorPool;
502 static bool validate_descriptor_set(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorSet descriptorSet) { argument
509 if (pNode->parentObj != reinterpret_cast<uint64_t &>(descriptorPool)) {
515 reinterpret_cast<uint64_t &>(descriptorPool));
801 validate_descriptor_pool(device, pAllocateInfo->descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
817 alloc_descriptor_set(device, pAllocateInfo->descriptorPool, pDescriptorSets[i],
879 VkResult explicit_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, argument
884 skipCall |= validate_descriptor_pool(device, descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
887 skipCall |= validate_descriptor_set(device, descriptorPool, pDescriptorSet
903 explicit_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) argument
[all...]
H A Dparameter_validation.cpp3158 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
3163 skipCall |= parameter_validation_vkDestroyDescriptorPool(my_data->report_data, descriptorPool, pAllocator);
3166 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
3171 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
3177 skipCall |= parameter_validation_vkResetDescriptorPool(my_data->report_data, descriptorPool, flags);
3180 result = get_dispatch_table(pc_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3206 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, argument
3215 skip_call |= parameter_validation_vkFreeDescriptorSets(report_data, descriptorPool, descriptorSetCount, pDescriptorSets);
3225 ->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
H A Dcore_validation.cpp5223 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
5225 ->device_dispatch_table->DestroyDescriptorPool(device, descriptorPool, pAllocator);
5873 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
5875 VkResult result = dev_data->device_dispatch_table->ResetDescriptorPool(device, descriptorPool, flags);
5878 clearDescriptorPool(dev_data, device, descriptorPool, flags);
5947 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, pAllocateInfo->descriptorPool);
5951 (uint64_t)pAllocateInfo->descriptorPool, __LINE__, DRAWSTATE_INVALID_POOL, "DS",
5953 (uint64_t)pAllocateInfo->descriptorPool);
5996 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) { argument
6003 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, descriptorPool);
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dobject_tracker.h484 static void alloc_descriptor_set(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorSet vkObj, argument
495 pNewObjNode->parentObj = (uint64_t)descriptorPool;
502 static bool validate_descriptor_set(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorSet descriptorSet) { argument
509 if (pNode->parentObj != reinterpret_cast<uint64_t &>(descriptorPool)) {
515 reinterpret_cast<uint64_t &>(descriptorPool));
801 validate_descriptor_pool(device, pAllocateInfo->descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
817 alloc_descriptor_set(device, pAllocateInfo->descriptorPool, pDescriptorSets[i],
879 VkResult explicit_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, argument
884 skipCall |= validate_descriptor_pool(device, descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
887 skipCall |= validate_descriptor_set(device, descriptorPool, pDescriptorSet
903 explicit_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) argument
[all...]
H A Dparameter_validation.cpp3158 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
3163 skipCall |= parameter_validation_vkDestroyDescriptorPool(my_data->report_data, descriptorPool, pAllocator);
3166 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
3171 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
3177 skipCall |= parameter_validation_vkResetDescriptorPool(my_data->report_data, descriptorPool, flags);
3180 result = get_dispatch_table(pc_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3206 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, argument
3215 skip_call |= parameter_validation_vkFreeDescriptorSets(report_data, descriptorPool, descriptorSetCount, pDescriptorSets);
3225 ->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
H A Dcore_validation.cpp5223 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
5225 ->device_dispatch_table->DestroyDescriptorPool(device, descriptorPool, pAllocator);
5873 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
5875 VkResult result = dev_data->device_dispatch_table->ResetDescriptorPool(device, descriptorPool, flags);
5878 clearDescriptorPool(dev_data, device, descriptorPool, flags);
5947 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, pAllocateInfo->descriptorPool);
5951 (uint64_t)pAllocateInfo->descriptorPool, __LINE__, DRAWSTATE_INVALID_POOL, "DS",
5953 (uint64_t)pAllocateInfo->descriptorPool);
5996 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) { argument
6003 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, descriptorPool);
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1211 VkDescriptorPool descriptorPool,
1218 startWriteObject(my_data, descriptorPool);
1219 // Host access to descriptorPool must be externally synchronized
1221 pTable->DestroyDescriptorPool(device,descriptorPool,pAllocator);
1223 finishWriteObject(my_data, descriptorPool);
1224 // Host access to descriptorPool must be externally synchronized
1230 VkDescriptorPool descriptorPool,
1238 startWriteObject(my_data, descriptorPool);
1239 // Host access to descriptorPool must be externally synchronized
1240 // any sname:VkDescriptorSet objects allocated from pname:descriptorPool mus
1209 DestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
1228 ResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
1272 FreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
H A Dvk_safe_struct.h740 VkDescriptorPool descriptorPool; member in struct:safe_VkDescriptorSetAllocateInfo
H A Dparameter_validation.h2075 VkDescriptorPool descriptorPool,
2078 UNUSED_PARAMETER(descriptorPool);
2096 VkDescriptorPool descriptorPool,
2101 skipCall |= validate_required_handle(report_data, "vkResetDescriptorPool", "descriptorPool", descriptorPool);
2121 skipCall |= validate_required_handle(report_data, "vkAllocateDescriptorSets", "pAllocateInfo->descriptorPool", pAllocateInfo->descriptorPool);
2135 VkDescriptorPool descriptorPool,
2143 skipCall |= validate_required_handle(report_data, "vkFreeDescriptorSets", "descriptorPool", descriptorPool);
2073 parameter_validation_vkDestroyDescriptorPool( debug_report_data* report_data, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
2094 parameter_validation_vkResetDescriptorPool( debug_report_data* report_data, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
2133 parameter_validation_vkFreeDescriptorSets( debug_report_data* report_data, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1120 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
1124 // STRUCT USES:['descriptorPool']
1126 uint64_t local_descriptorPool = reinterpret_cast<uint64_t &>(descriptorPool);
1127 descriptorPool = (VkDescriptorPool)my_map_data->unique_id_mapping[local_descriptorPool];
1130 get_dispatch_table(unique_objects_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
1137 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
1141 // STRUCT USES:['descriptorPool']
1145 descriptorPool = (VkDescriptorPool)my_map_data->unique_id_mapping[reinterpret_cast<uint64_t &>(descriptorPool)];
1148 VkResult result = get_dispatch_table(unique_objects_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flag
1190 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1211 VkDescriptorPool descriptorPool,
1218 startWriteObject(my_data, descriptorPool);
1219 // Host access to descriptorPool must be externally synchronized
1221 pTable->DestroyDescriptorPool(device,descriptorPool,pAllocator);
1223 finishWriteObject(my_data, descriptorPool);
1224 // Host access to descriptorPool must be externally synchronized
1230 VkDescriptorPool descriptorPool,
1238 startWriteObject(my_data, descriptorPool);
1239 // Host access to descriptorPool must be externally synchronized
1240 // any sname:VkDescriptorSet objects allocated from pname:descriptorPool mus
1209 DestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
1228 ResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
1272 FreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
H A Dvk_safe_struct.h740 VkDescriptorPool descriptorPool; member in struct:safe_VkDescriptorSetAllocateInfo
H A Dparameter_validation.h2075 VkDescriptorPool descriptorPool,
2078 UNUSED_PARAMETER(descriptorPool);
2096 VkDescriptorPool descriptorPool,
2101 skipCall |= validate_required_handle(report_data, "vkResetDescriptorPool", "descriptorPool", descriptorPool);
2121 skipCall |= validate_required_handle(report_data, "vkAllocateDescriptorSets", "pAllocateInfo->descriptorPool", pAllocateInfo->descriptorPool);
2135 VkDescriptorPool descriptorPool,
2143 skipCall |= validate_required_handle(report_data, "vkFreeDescriptorSets", "descriptorPool", descriptorPool);
2073 parameter_validation_vkDestroyDescriptorPool( debug_report_data* report_data, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
2094 parameter_validation_vkResetDescriptorPool( debug_report_data* report_data, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
2133 parameter_validation_vkFreeDescriptorSets( debug_report_data* report_data, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1120 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
1124 // STRUCT USES:['descriptorPool']
1126 uint64_t local_descriptorPool = reinterpret_cast<uint64_t &>(descriptorPool);
1127 descriptorPool = (VkDescriptorPool)my_map_data->unique_id_mapping[local_descriptorPool];
1130 get_dispatch_table(unique_objects_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
1137 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
1141 // STRUCT USES:['descriptorPool']
1145 descriptorPool = (VkDescriptorPool)my_map_data->unique_id_mapping[reinterpret_cast<uint64_t &>(descriptorPool)];
1148 VkResult result = get_dispatch_table(unique_objects_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flag
1190 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3158 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
3163 skipCall |= parameter_validation_vkDestroyDescriptorPool(my_data->report_data, descriptorPool, pAllocator);
3166 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
3171 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
3177 skipCall |= parameter_validation_vkResetDescriptorPool(my_data->report_data, descriptorPool, flags);
3180 result = get_dispatch_table(pc_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3206 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, argument
3215 skip_call |= parameter_validation_vkFreeDescriptorSets(report_data, descriptorPool, descriptorSetCount, pDescriptorSets);
3225 ->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3158 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
3163 skipCall |= parameter_validation_vkDestroyDescriptorPool(my_data->report_data, descriptorPool, pAllocator);
3166 get_dispatch_table(pc_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
3171 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
3177 skipCall |= parameter_validation_vkResetDescriptorPool(my_data->report_data, descriptorPool, flags);
3180 result = get_dispatch_table(pc_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3206 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, argument
3215 skip_call |= parameter_validation_vkFreeDescriptorSets(report_data, descriptorPool, descriptorSetCount, pDescriptorSets);
3225 ->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3820 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
3822 return explicit_DestroyDescriptorPool(device, descriptorPool, pAllocator);
3828 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
3833 // objects to validate: ['descriptorPool', 'device']
3835 skipCall |= validate_descriptor_pool(device, descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
3841 VkResult result = get_dispatch_table(object_tracker_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3852 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
3854 return explicit_FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp3820 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
3822 return explicit_DestroyDescriptorPool(device, descriptorPool, pAllocator);
3828 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
3833 // objects to validate: ['descriptorPool', 'device']
3835 skipCall |= validate_descriptor_pool(device, descriptorPool, VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT, false);
3841 VkResult result = get_dispatch_table(object_tracker_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
3852 VKAPI_ATTR VkResult VKAPI_CALL FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
3854 return explicit_FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp5223 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
5225 ->device_dispatch_table->DestroyDescriptorPool(device, descriptorPool, pAllocator);
5873 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
5875 VkResult result = dev_data->device_dispatch_table->ResetDescriptorPool(device, descriptorPool, flags);
5878 clearDescriptorPool(dev_data, device, descriptorPool, flags);
5947 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, pAllocateInfo->descriptorPool);
5951 (uint64_t)pAllocateInfo->descriptorPool, __LINE__, DRAWSTATE_INVALID_POOL, "DS",
5953 (uint64_t)pAllocateInfo->descriptorPool);
5996 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) { argument
6003 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, descriptorPool);
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp5223 DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator) { argument
5225 ->device_dispatch_table->DestroyDescriptorPool(device, descriptorPool, pAllocator);
5873 ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) { argument
5875 VkResult result = dev_data->device_dispatch_table->ResetDescriptorPool(device, descriptorPool, flags);
5878 clearDescriptorPool(dev_data, device, descriptorPool, flags);
5947 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, pAllocateInfo->descriptorPool);
5951 (uint64_t)pAllocateInfo->descriptorPool, __LINE__, DRAWSTATE_INVALID_POOL, "DS",
5953 (uint64_t)pAllocateInfo->descriptorPool);
5996 FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const VkDescriptorSet *pDescriptorSets) { argument
6003 DESCRIPTOR_POOL_NODE *pPoolNode = getPoolNode(dev_data, descriptorPool);
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h1957 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2308 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2309 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2311 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
2783 VkDescriptorPool descriptorPool,
2788 VkDescriptorPool descriptorPool,
2798 VkDescriptorPool descriptorPool,
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h1921 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2272 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2273 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2275 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
2747 VkDescriptorPool descriptorPool,
2752 VkDescriptorPool descriptorPool,
2762 VkDescriptorPool descriptorPool,
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h1921 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2272 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2273 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2275 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
2747 VkDescriptorPool descriptorPool,
2752 VkDescriptorPool descriptorPool,
2762 VkDescriptorPool descriptorPool,
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h1921 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2272 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2273 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2275 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
2747 VkDescriptorPool descriptorPool,
2752 VkDescriptorPool descriptorPool,
2762 VkDescriptorPool descriptorPool,
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h1921 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2272 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2273 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2275 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
2747 VkDescriptorPool descriptorPool,
2752 VkDescriptorPool descriptorPool,
2762 VkDescriptorPool descriptorPool,

Completed in 598 milliseconds

12