OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tu_syncobj
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_kgsl.c
35
struct
tu_syncobj
{
struct
306
static struct
tu_syncobj
309
struct
tu_syncobj
ret;
314
TU_FROM_HANDLE(
tu_syncobj
, sync, syncobjs[i]);
342
TU_FROM_HANDLE(
tu_syncobj
, fence, _fence);
407
struct
tu_syncobj
s = sync_merge(submit->pWaitSemaphores,
441
TU_FROM_HANDLE(
tu_syncobj
, sem, submit->pSignalSemaphores[i]);
481
struct
tu_syncobj
*sync =
528
TU_FROM_HANDLE(
tu_syncobj
, sync, semaphore);
569
TU_FROM_HANDLE(
tu_syncobj
, sync, fence)
[
all
...]
tu_drm.c
75
struct
tu_syncobj
{
struct
93
struct
tu_syncobj
**wait_semaphores;
95
struct
tu_syncobj
**signal_semaphores;
98
struct
tu_syncobj
**wait_timelines;
103
struct
tu_syncobj
**signal_timelines;
578
struct
tu_syncobj
*sync =
612
sync_set_temporary(struct tu_device *device, struct
tu_syncobj
*sync, uint32_t syncobj)
622
sync_destroy(VkDevice _device, struct
tu_syncobj
*sync, const VkAllocationCallbacks *pAllocator)
641
sync_import(VkDevice _device, struct
tu_syncobj
*sync, bool temporary, bool sync_fd, int fd)
693
sync_export(VkDevice _device, struct
tu_syncobj
*sync, bool sync_fd, int *p_fd
[
all
...]
Completed in 5 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026