Searched defs:FreeCommandBuffers (Results 1 - 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dthreading.cpp364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:threading
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
H A Dobject_tracker.cpp151 "FreeCommandBuffers is attempting to free Command Buffer 0x%" PRIxLEAST64
3400 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:object_tracker
3417 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
3911 if (!strcmp(name, "FreeCommandBuffers"))
3912 return (PFN_vkVoidFunction)FreeCommandBuffers;
H A Dparameter_validation.cpp3839 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, function in namespace:parameter_validation
3856 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
5364 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)},
H A Dcore_validation.cpp6141 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) { function in struct:core_validation::spirv_inst_iter
6175 dev_data->dispatch_table.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
11983 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)},
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member in struct:VkLayerDispatchTable_

Completed in 333 milliseconds