Searched refs:timeline_value (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 572 uint64_t timeline_value, 601 timeline_value; 733 uint64_t timeline_value = 0; local in function:tu_CreateSemaphore 734 VkSemaphoreTypeKHR sem_type = get_semaphore_type(pCreateInfo->pNext, &timeline_value); 737 timeline_value, pAllocator, (void**) pSemaphore); 568 sync_create(VkDevice _device,bool signaled,bool fence,bool binary,uint64_t timeline_value,const VkAllocationCallbacks * pAllocator,void ** p_sync) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_queue.c | 2230 uint64_t timeline_value = 0; local in function:anv_CreateSemaphore 2231 VkSemaphoreTypeKHR sem_type = get_semaphore_type(pCreateInfo->pNext, &timeline_value); 2248 result = timeline_semaphore_create(device, &semaphore->permanent, timeline_value); 2258 result = timeline_semaphore_create(device, &semaphore->permanent, timeline_value);
|
Completed in 7 milliseconds