/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_winsys.c | 190 return ws->sync_types; in radv_amdgpu_winsys_get_sync_types() 269 ws->sync_types[num_sync_types++] = &ws->syncobj_sync_type; in radv_amdgpu_winsys_create() 272 ws->sync_types[num_sync_types++] = &ws->emulated_timeline_sync_type.sync; in radv_amdgpu_winsys_create() 276 ws->sync_types[num_sync_types++] = NULL; in radv_amdgpu_winsys_create() 277 assert(num_sync_types <= ARRAY_SIZE(ws->sync_types)); in radv_amdgpu_winsys_create()
|
D | radv_amdgpu_winsys.h | 71 const struct vk_sync_type *sync_types[3]; member
|
/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
D | radv_null_winsys.c | 179 return radv_null_winsys(rws)->sync_types; in radv_null_winsys_get_sync_types() 199 ws->sync_types[0] = &vk_sync_dummy_type; in radv_null_winsys_create() 200 ws->sync_types[1] = NULL; in radv_null_winsys_create()
|
D | radv_null_winsys.h | 39 const struct vk_sync_type *sync_types[2]; member
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv.c | 652 srv_ws->base.sync_types[0] = &srv_ws->base.syncobj_type; in pvr_srv_winsys_create() 653 srv_ws->base.sync_types[1] = NULL; in pvr_srv_winsys_create()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_drm.c | 752 device->sync_types[0] = &device->syncobj_type; in tu_drm_device_init() 753 device->sync_types[1] = &device->timeline_type.sync; in tu_drm_device_init() 754 device->sync_types[2] = NULL; in tu_drm_device_init()
|
D | tu_device.h | 123 const struct vk_sync_type *sync_types[3]; member
|
D | tu_device.c | 300 device->vk.supported_sync_types = device->sync_types; in tu_physical_device_init()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 360 device->sync_types[0] = &device->drm_syncobj_type; in panvk_physical_device_init() 361 device->sync_types[1] = NULL; in panvk_physical_device_init() 362 device->vk.supported_sync_types = device->sync_types; in panvk_physical_device_init()
|
D | panvk_private.h | 193 const struct vk_sync_type *sync_types[2]; member
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
D | pvr_winsys.h | 498 const struct vk_sync_type *sync_types[2]; member
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 346 pdev->sync_types[num_sync_types++] = &dzn_sync_type; in dzn_physical_device_create() 347 pdev->sync_types[num_sync_types++] = &instance->sync_binary_type.sync; in dzn_physical_device_create() 348 pdev->sync_types[num_sync_types++] = &vk_sync_dummy_type; in dzn_physical_device_create() 349 pdev->sync_types[num_sync_types] = NULL; in dzn_physical_device_create() 351 pdev->vk.supported_sync_types = pdev->sync_types; in dzn_physical_device_create()
|
D | dzn_private.h | 210 const struct vk_sync_type *sync_types[MAX_SYNC_TYPES + 1]; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 237 device->sync_types[0] = &lvp_pipe_sync_type; in lvp_physical_device_init() 238 device->sync_types[1] = &device->sync_timeline_type.sync; in lvp_physical_device_init() 239 device->sync_types[2] = NULL; in lvp_physical_device_init() 240 device->vk.supported_sync_types = device->sync_types; in lvp_physical_device_init()
|
D | lvp_private.h | 148 const struct vk_sync_type *sync_types[3]; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 907 device->sync_types[0] = &device->drm_syncobj_type; in physical_device_init() 908 device->sync_types[1] = &device->sync_timeline_type.sync; in physical_device_init() 909 device->sync_types[2] = NULL; in physical_device_init() 910 device->vk.supported_sync_types = device->sync_types; in physical_device_init()
|
D | v3dv_private.h | 151 const struct vk_sync_type *sync_types[3]; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 904 device->sync_types[st_idx++] = &device->sync_syncobj_type; in anv_physical_device_try_create() 907 device->sync_types[st_idx++] = &anv_bo_sync_type; in anv_physical_device_try_create() 911 device->sync_types[st_idx++] = &device->sync_timeline_type.sync; in anv_physical_device_try_create() 914 device->sync_types[st_idx++] = NULL; in anv_physical_device_try_create() 915 assert(st_idx <= ARRAY_SIZE(device->sync_types)); in anv_physical_device_try_create() 916 device->vk.supported_sync_types = device->sync_types; in anv_physical_device_try_create()
|
D | anv_private.h | 1056 const struct vk_sync_type * sync_types[4]; member
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 44 static const char *sync_types[] = { variable 1643 snd_output_printf(loop->output, "%s sync type: %s", loop->id, sync_types[loop->sync]); in pcmjob_start()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 391 pdevice->vk.supported_sync_types = pdevice->ws->sync_types; in pvr_physical_device_init()
|