Home | History | Annotate | Download | only in layers

Lines Matching refs:commandPool

475 DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator) {
477 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator);
481 ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) {
483 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags);
495 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuffer *pCommandBuffers) {
497 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers);