/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_worklist.h | 92 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)
|
D | macros.h | 104 # define container_of(ptr, type, member) \ macro 109 # define container_of(ptr, type, member) ({ \ macro
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.h | 50 #define container_of(ptr, type, member) ({ \ macro 55 container_of(ptr, type, member)
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.h | 50 #define container_of(ptr, type, member) ({ \ macro 55 container_of(ptr, type, member)
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync_binary.c | 33 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()
|
D | vk_drm_syncobj.h | 54 return container_of(sync, struct vk_drm_syncobj, base); in vk_sync_as_drm_syncobj()
|
D | vk_sync_binary.h | 72 return container_of(sync, struct vk_sync_binary, sync); in vk_sync_as_binary()
|
D | vk_sync_timeline.h | 126 return container_of(sync, struct vk_sync_timeline, sync); in vk_sync_as_timeline()
|
D | vk_log.c | 51 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()
|
D | vk_sync_timeline.c | 40 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()
|
D | vk_pipeline_cache.c | 49 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()
|
D | vk_drm_syncobj.c | 41 return container_of(sync, struct vk_drm_syncobj, base); in to_drm_syncobj()
|
D | vk_cmd_enqueue.c | 236 container_of(queue, struct vk_command_buffer, cmd_queue); in unref_pipeline_layout()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | compiler.h | 32 #define container_of(ptr, type, member) \ macro
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 321 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()
|
D | wsi_common_display.c | 1769 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()
|
D | wsi_common_win32.cpp | 430 container_of(image, struct wsi_win32_image, base); in wsi_create_dxgi_image_mem()
|