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

/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp57 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
/external/skia/tools/gpu/mtl/
H A DMtlTestContext.mm59 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer));
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member in struct:VkLayerDispatchTable_
/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/loader/
H A Dtable_ops.h173 table->FreeCommandBuffers =
446 if (!strcmp(name, "FreeCommandBuffers"))
447 return (void *)table->FreeCommandBuffers;
H A Dtrampoline.c1742 disp->FreeCommandBuffers(device, commandPool, commandBufferCount,
/external/skia/src/gpu/vk/
H A DGrVkInterface.cpp141 ACQUIRE_PROC(FreeCommandBuffers, VK_NULL_HANDLE, device);
H A DGrVkCommandBuffer.cpp52 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(),
H A DGrVkGpu.cpp1358 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer));
1368 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer));
/external/skia/tools/viewer/sk_app/
H A DVulkanWindowContext.cpp364 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2,
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp679 device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
1323 if (!strcmp(name, "FreeCommandBuffers"))

Completed in 220 milliseconds