Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_worklist.h92 container_of(u_worklist_pop_head_index(w), entry_t, index)
95 container_of(u_worklist_pop_tail_index(w), entry_t, index)
98 container_of(u_worklist_peek_head_index(w), entry_t, index)
101 container_of(u_worklist_peek_tail_index(w), entry_t, index)
Dmacros.h104 # define container_of(ptr, type, member) \ macro
109 # define container_of(ptr, type, member) ({ \ macro
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.h50 #define container_of(ptr, type, member) ({ \ macro
55 container_of(ptr, type, member)
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.h50 #define container_of(ptr, type, member) ({ \ macro
55 container_of(ptr, type, member)
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync_binary.c33 return container_of(sync, struct vk_sync_binary, sync); in to_vk_sync_binary()
44 container_of(binary->sync.type, struct vk_sync_binary_type, sync); in vk_sync_binary_init()
Dvk_drm_syncobj.h54 return container_of(sync, struct vk_drm_syncobj, base); in vk_sync_as_drm_syncobj()
Dvk_sync_binary.h72 return container_of(sync, struct vk_sync_binary, sync); in vk_sync_as_binary()
Dvk_sync_timeline.h126 return container_of(sync, struct vk_sync_timeline, sync); in vk_sync_as_timeline()
Dvk_log.c51 return container_of(obj, struct vk_physical_device, base); in vk_object_to_physical_device()
70 return container_of(obj, struct vk_instance, base); in vk_object_to_instance()
Dvk_sync_timeline.c40 return container_of(sync, struct vk_sync_timeline, sync); in to_vk_sync_timeline()
65 container_of(timeline->sync.type, struct vk_sync_timeline_type, sync); in vk_sync_timeline_init()
142 container_of(timeline->sync.type, struct vk_sync_timeline_type, sync); in vk_sync_timeline_alloc_point_locked()
Dvk_pipeline_cache.c49 container_of(object, struct vk_raw_data_cache_object, base); in vk_raw_data_cache_object_serialize()
83 container_of(object, struct vk_raw_data_cache_object, base); in vk_raw_data_cache_object_destroy()
388 container_of(object, struct vk_raw_data_cache_object, base); in vk_pipeline_cache_lookup_object()
485 container_of(object, struct vk_raw_data_cache_object, base); in vk_pipeline_cache_lookup_nir()
Dvk_drm_syncobj.c41 return container_of(sync, struct vk_drm_syncobj, base); in to_drm_syncobj()
Dvk_cmd_enqueue.c236 container_of(queue, struct vk_command_buffer, cmd_queue); in unref_pipeline_layout()
/hardware/st/secure_element2/secure_element/esehal/src/
Dcompiler.h32 #define container_of(ptr, type, member) \ macro
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c321 container_of(params, const struct wsi_cpu_image_params, base); in get_blit_type()
328 container_of(params, const struct wsi_drm_image_params, base); in get_blit_type()
336 container_of(params, const struct wsi_dxgi_image_params, base); in get_blit_type()
354 container_of(params, const struct wsi_cpu_image_params, base); in configure_image()
360 container_of(params, const struct wsi_drm_image_params, base); in configure_image()
367 container_of(params, const struct wsi_dxgi_image_params, base); in configure_image()
Dwsi_common_display.c1769 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_finish()
1782 container_of(sync, struct wsi_display_sync, sync); in wsi_display_sync_wait()
1811 container_of(*sync_out, struct wsi_display_sync, sync); in wsi_display_sync_create()
Dwsi_common_win32.cpp430 container_of(image, struct wsi_win32_image, base); in wsi_create_dxgi_image_mem()