Searched refs:commandPool (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
H A Dthreading.cpp293 startWriteObject(my_data, pAllocateInfo->commandPool);
297 finishWriteObject(my_data, pAllocateInfo->commandPool);
303 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
317 startWriteObject(my_data, commandPool);
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
324 finishWriteObject(my_data, commandPool);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp293 startWriteObject(my_data, pAllocateInfo->commandPool);
297 finishWriteObject(my_data, pAllocateInfo->commandPool);
303 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
317 startWriteObject(my_data, commandPool);
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
324 finishWriteObject(my_data, commandPool);
H A Dobject_tracker.h420 static void alloc_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer vkObj, argument
430 pNewObjNode->parentObj = (uint64_t)commandPool;
442 static bool validate_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer commandBuffer) { argument
448 if (pNode->parentObj != (uint64_t)(commandPool)) {
453 reinterpret_cast<uint64_t>(commandBuffer), pNode->parentObj, reinterpret_cast<uint64_t &>(commandPool));
775 skipCall |= validate_command_pool(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false);
787 alloc_command_buffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT,
826 void explicit_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
830 validate_command_pool(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false);
833 skipCall |= validate_command_buffer(device, commandPool, pCommandBuffer
928 explicit_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) argument
[all...]
H A Ddevice_limits.cpp475 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
477 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
481 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
483 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { argument
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
H A Dthreading.cpp293 startWriteObject(my_data, pAllocateInfo->commandPool);
297 finishWriteObject(my_data, pAllocateInfo->commandPool);
303 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
317 startWriteObject(my_data, commandPool);
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
324 finishWriteObject(my_data, commandPool);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp293 startWriteObject(my_data, pAllocateInfo->commandPool);
297 finishWriteObject(my_data, pAllocateInfo->commandPool);
303 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool;
310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
317 startWriteObject(my_data, commandPool);
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
324 finishWriteObject(my_data, commandPool);
H A Dobject_tracker.h420 static void alloc_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer vkObj, argument
430 pNewObjNode->parentObj = (uint64_t)commandPool;
442 static bool validate_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer commandBuffer) { argument
448 if (pNode->parentObj != (uint64_t)(commandPool)) {
453 reinterpret_cast<uint64_t>(commandBuffer), pNode->parentObj, reinterpret_cast<uint64_t &>(commandPool));
775 skipCall |= validate_command_pool(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false);
787 alloc_command_buffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT,
826 void explicit_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, argument
830 validate_command_pool(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false);
833 skipCall |= validate_command_buffer(device, commandPool, pCommandBuffer
928 explicit_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) argument
[all...]
H A Ddevice_limits.cpp475 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
477 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
481 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
483 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { argument
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp475 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
477 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
481 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
483 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { argument
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp475 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
477 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
481 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
483 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { argument
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1398 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1402 // STRUCT USES:['commandPool']
1404 uint64_t local_commandPool = reinterpret_cast<uint64_t &>(commandPool);
1405 commandPool = (VkCommandPool)my_map_data->unique_id_mapping[local_commandPool];
1408 get_dispatch_table(unique_objects_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
1415 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
1419 // STRUCT USES:['commandPool']
1423 commandPool = (VkCommandPool)my_map_data->unique_id_mapping[reinterpret_cast<uint64_t &>(commandPool)];
1426 VkResult result = get_dispatch_table(unique_objects_device_table_map, device)->ResetCommandPool(device, commandPool, flag
1454 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1398 VKAPI_ATTR void VKAPI_CALL DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1402 // STRUCT USES:['commandPool']
1404 uint64_t local_commandPool = reinterpret_cast<uint64_t &>(commandPool);
1405 commandPool = (VkCommandPool)my_map_data->unique_id_mapping[local_commandPool];
1408 get_dispatch_table(unique_objects_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
1415 VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
1419 // STRUCT USES:['commandPool']
1423 commandPool = (VkCommandPool)my_map_data->unique_id_mapping[reinterpret_cast<uint64_t &>(commandPool)];
1426 VkResult result = get_dispatch_table(unique_objects_device_table_map, device)->ResetCommandPool(device, commandPool, flag
1454 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1446 VkCommandPool commandPool,
1453 startWriteObject(my_data, commandPool);
1454 // Host access to commandPool must be externally synchronized
1456 pTable->DestroyCommandPool(device,commandPool,pAllocator);
1458 finishWriteObject(my_data, commandPool);
1459 // Host access to commandPool must be externally synchronized
1465 VkCommandPool commandPool,
1473 startWriteObject(my_data, commandPool);
1474 // Host access to commandPool must be externally synchronized
1476 result = pTable->ResetCommandPool(device,commandPool,flag
1444 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1463 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
H A Dparameter_validation.h2440 VkCommandPool commandPool,
2443 UNUSED_PARAMETER(commandPool);
2461 VkCommandPool commandPool,
2466 skipCall |= validate_required_handle(report_data, "vkResetCommandPool", "commandPool", commandPool);
2486 skipCall |= validate_required_handle(report_data, "vkAllocateCommandBuffers", "pAllocateInfo->commandPool", pAllocateInfo->commandPool);
2500 VkCommandPool commandPool,
2508 skipCall |= validate_required_handle(report_data, "vkFreeCommandBuffers", "commandPool", commandPool);
2438 parameter_validation_vkDestroyCommandPool( debug_report_data* report_data, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
2459 parameter_validation_vkResetCommandPool( debug_report_data* report_data, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
2498 parameter_validation_vkFreeCommandBuffers( debug_report_data* report_data, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dthread_check.h1446 VkCommandPool commandPool,
1453 startWriteObject(my_data, commandPool);
1454 // Host access to commandPool must be externally synchronized
1456 pTable->DestroyCommandPool(device,commandPool,pAllocator);
1458 finishWriteObject(my_data, commandPool);
1459 // Host access to commandPool must be externally synchronized
1465 VkCommandPool commandPool,
1473 startWriteObject(my_data, commandPool);
1474 // Host access to commandPool must be externally synchronized
1476 result = pTable->ResetCommandPool(device,commandPool,flag
1444 DestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
1463 ResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
[all...]
H A Dparameter_validation.h2440 VkCommandPool commandPool,
2443 UNUSED_PARAMETER(commandPool);
2461 VkCommandPool commandPool,
2466 skipCall |= validate_required_handle(report_data, "vkResetCommandPool", "commandPool", commandPool);
2486 skipCall |= validate_required_handle(report_data, "vkAllocateCommandBuffers", "pAllocateInfo->commandPool", pAllocateInfo->commandPool);
2500 VkCommandPool commandPool,
2508 skipCall |= validate_required_handle(report_data, "vkFreeCommandBuffers", "commandPool", commandPool);
2438 parameter_validation_vkDestroyCommandPool( debug_report_data* report_data, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) argument
2459 parameter_validation_vkResetCommandPool( debug_report_data* report_data, VkCommandPool commandPool, VkCommandPoolResetFlags flags) argument
2498 parameter_validation_vkFreeCommandBuffers( debug_report_data* report_data, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) argument
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2073 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2319 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2320 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2322 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2844 VkCommandPool commandPool,
2849 VkCommandPool commandPool,
2859 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
H A Dvulkan.h2037 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2283 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2284 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2286 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2808 VkCommandPool commandPool,
2813 VkCommandPool commandPool,
2823 VkCommandPool commandPool,
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2073 VkCommandPool commandPool; member in struct:VkCommandBufferAllocateInfo
2319 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
2320 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags);
2322 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
2844 VkCommandPool commandPool,
2849 VkCommandPool commandPool,
2859 VkCommandPool commandPool,
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3431 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) { argument
3436 skipCall |= parameter_validation_vkDestroyCommandPool(my_data->report_data, commandPool, pAllocator);
3439 get_dispatch_table(pc_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
3444 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { argument
3450 skipCall |= parameter_validation_vkResetCommandPool(my_data->report_data, commandPool, flags);
3453 result = get_dispatch_table(pc_device_table_map, device)->ResetCommandPool(device, commandPool, flags);
3479 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, argument
3487 skip_call |= parameter_validation_vkFreeCommandBuffers(report_data, commandPool, commandBufferCount, pCommandBuffers);
3497 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);

Completed in 453 milliseconds

12