Searched refs:FreeCommandBuffers (Results 1 – 14 of 14) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 57 GR_VK_CALL(fVk, FreeCommandBuffers(fDevice, fCommandPool, 1, &fCommandBuffer)); in ~VkFenceSync()
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in FreeCommandBuffers() function 386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers()
|
D | object_tracker.cpp | 3400 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()
|
D | parameter_validation.cpp | 3839 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()
|
D | vk_validation_layer_details.md | 277 | Correct Command Pool | Validates that command buffers in a FreeCommandBuffers call were all creat…
|
D | core_validation.cpp | 6141 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/ |
D | vk_layer.h | 112 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 173 table->FreeCommandBuffers = in loader_init_device_dispatch_table() 447 return (void *)table->FreeCommandBuffers; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1742 disp->FreeCommandBuffers(device, commandPool, commandBufferCount,
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 113 GET_DEV_PROC(FreeCommandBuffers); in GrVkCreateInterface()
|
D | GrVkCommandBuffer.cpp | 47 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(), in freeGPUData()
|
D | GrVkGpu.cpp | 1213 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/ |
D | VulkanWindowContext.cpp | 361 FreeCommandBuffers(fBackendContext->fDevice, fCommandPool, 2, in destroyBuffers()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 679 …device_dispatch_table(device)->FreeCommandBuffers(device, commandPool, commandBufferCount, pComman… in vkFreeCommandBuffers()
|