Home
last modified time | relevance | path

Searched refs:sync_types (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.c190 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()
Dradv_amdgpu_winsys.h71 const struct vk_sync_type *sync_types[3]; member
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c179 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()
Dradv_null_winsys.h39 const struct vk_sync_type *sync_types[2]; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c652 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/
Dtu_drm.c752 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()
Dtu_device.h123 const struct vk_sync_type *sync_types[3]; member
Dtu_device.c300 device->vk.supported_sync_types = device->sync_types; in tu_physical_device_init()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c360 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()
Dpanvk_private.h193 const struct vk_sync_type *sync_types[2]; member
/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys.h498 const struct vk_sync_type *sync_types[2]; member
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c346 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()
Ddzn_private.h210 const struct vk_sync_type *sync_types[MAX_SYNC_TYPES + 1]; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c237 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()
Dlvp_private.h148 const struct vk_sync_type *sync_types[3]; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c907 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()
Dv3dv_private.h151 const struct vk_sync_type *sync_types[3]; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c904 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()
Danv_private.h1056 const struct vk_sync_type * sync_types[4]; member
/third_party/alsa-utils/alsaloop/
Dpcmjob.c44 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/
Dpvr_device.c391 pdevice->vk.supported_sync_types = pdevice->ws->sync_types; in pvr_physical_device_init()