Searched refs:DestroySemaphore (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 45 DestroySemaphore(gpu->device(), fSemaphore, nullptr)); in freeGPUData()
|
D | GrVkInterface.cpp | 65 GET_DEV_PROC(DestroySemaphore); in GrVkCreateInterface()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 342 vk::DestroySemaphore(ctx_.dev, buf.acquire_semaphore, nullptr); in destroy_back_buffers() 343 vk::DestroySemaphore(ctx_.dev, buf.render_semaphore, nullptr); in destroy_back_buffers()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 64 PFN_vkDestroySemaphore DestroySemaphore; member
|
/external/skia/tools/viewer/sk_app/ |
D | VulkanWindowContext.cpp | 353 DestroySemaphore(fBackendContext->fDevice, in destroyBuffers() 357 DestroySemaphore(fBackendContext->fDevice, in destroyBuffers()
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 88 table->DestroySemaphore = in loader_init_device_dispatch_table() 351 return (void *)table->DestroySemaphore; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1211 disp->DestroySemaphore(device, semaphore, pAllocator);
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 908 VKAPI_ATTR void VKAPI_CALL DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocat… in DestroySemaphore() function 922 … get_dispatch_table(ot_device_table_map, device)->DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore() 3816 return (PFN_vkVoidFunction)DestroySemaphore; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 2198 VKAPI_ATTR void VKAPI_CALL DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocat… in DestroySemaphore() function 2206 … get_dispatch_table(pc_device_table_map, device)->DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore() 5315 {"vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(DestroySemaphore)}, in intercept_core_device_command()
|
D | core_validation.cpp | 5418 DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) { in DestroySemaphore() function 5431 dev_data->dispatch_table.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore() 11944 {"vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(DestroySemaphore)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 375 device_dispatch_table(device)->DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
|