Searched refs:FreeCommandBuffers (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
H A Dthreading.cpp310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:threading
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:threading
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
H A Ddevice_limits.cpp495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { function in namespace:device_limits
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
783 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
H A Dparameter_validation.cpp3479 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, function in namespace:parameter_validation
3497 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
4438 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
H A Dobject_tracker.h451 "OBJTRACK", "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
839 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
H A Dthreading.cpp310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:threading
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dthreading.cpp310 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:threading
322 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
H A Ddevice_limits.cpp495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { function in namespace:device_limits
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
783 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
H A Dparameter_validation.cpp3479 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, function in namespace:parameter_validation
3497 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
4438 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
H A Dobject_tracker.h451 "OBJTRACK", "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
839 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvk_layer.h112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member in struct:VkLayerDispatchTable_
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { function in namespace:device_limits
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
783 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
H A Ddevice_limits.cpp495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) { function in namespace:device_limits
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);
783 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h105 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers) gpa(device, "vkFreeCommandBuffers");
H A Dthread_check.h1491 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(
2628 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)},
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_dispatch_table_helper.h105 table->FreeCommandBuffers = (PFN_vkFreeCommandBuffers) gpa(device, "vkFreeCommandBuffers");
H A Dthread_check.h1491 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(
2628 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)},
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1454 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) function in namespace:unique_objects
1465 get_dispatch_table(unique_objects_device_table_map, device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
2337 if (!strcmp(name, "FreeCommandBuffers"))
2338 return (PFN_vkVoidFunction) FreeCommandBuffers;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dunique_objects.cpp1454 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) function in namespace:unique_objects
1465 get_dispatch_table(unique_objects_device_table_map, device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
2337 if (!strcmp(name, "FreeCommandBuffers"))
2338 return (PFN_vkVoidFunction) FreeCommandBuffers;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3479 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, function in namespace:parameter_validation
3497 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
4438 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
H A Dparameter_validation.cpp3479 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, function in namespace:parameter_validation
3497 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
4438 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp4120 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) function in namespace:object_tracker
5449 if (!strcmp(name, "FreeCommandBuffers"))
5450 return (PFN_vkVoidFunction) FreeCommandBuffers;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
H A Dobject_tracker.cpp4120 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) function in namespace:object_tracker
5449 if (!strcmp(name, "FreeCommandBuffers"))
5450 return (PFN_vkVoidFunction) FreeCommandBuffers;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp5264 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) { function in struct:core_validation::spirv_inst_iter
5287 dev_data->device_dispatch_table->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
10065 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)},

Completed in 191 milliseconds

12