Home
last modified time | relevance | path

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

/external/skia/tools/gpu/vk/
DVkTestContext.cpp57 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer)); in ~VkFenceSync()
/external/vulkan-validation-layers/layers/
Dthreading.cpp364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in FreeCommandBuffers() function
386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers()
Dobject_tracker.cpp3400 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in FreeCommandBuffers() function
3417 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers()
3912 return (PFN_vkVoidFunction)FreeCommandBuffers; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3839 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in FreeCommandBuffers() function
3856 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers()
5364 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)}, in intercept_core_device_command()
Dvk_validation_layer_details.md277 | Correct Command Pool | Validates that command buffers in a FreeCommandBuffers call were all creat…
Dcore_validation.cpp6141 FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const V… in FreeCommandBuffers() function
6175 …dev_data->dispatch_table.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
11983 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers)}, in intercept_core_device_command()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h173 table->FreeCommandBuffers = in loader_init_device_dispatch_table()
447 return (void *)table->FreeCommandBuffers; in loader_lookup_device_dispatch_table()
Dtrampoline.c1742 disp->FreeCommandBuffers(device, commandPool, commandBufferCount,
/external/skia/src/gpu/vk/
DGrVkInterface.cpp113 GET_DEV_PROC(FreeCommandBuffers); in GrVkCreateInterface()
DGrVkCommandBuffer.cpp47 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(), in freeGPUData()
DGrVkGpu.cpp1213 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1223 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp361 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2, in destroyBuffers()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp679 …device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pComman… in vkFreeCommandBuffers()