HomeSort by: relevance | last modified time | path
    Searched refs:container_of (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /xsrc/external/mit/libdrm/dist/
util_double_list.h 110 #ifndef container_of
111 #define container_of(ptr, sample, member) \ macro
117 for (pos = container_of((head)->next, pos, member); \
119 pos = container_of(pos->member.next, pos, member))
122 for (pos = container_of((head)->next, pos, member), \
123 storage = container_of(pos->member.next, pos, member); \
125 pos = storage, storage = container_of(storage->member.next, storage, member))
128 for (pos = container_of((head)->prev, pos, member), \
129 storage = container_of(pos->member.prev, pos, member); \
131 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_common.c 47 sna = container_of(kgem, struct sna, kgem);
59 sna = container_of(kgem, struct sna, kgem);
gen6_common.c 63 sna = container_of(kgem, struct sna, kgem);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_common.c 47 sna = container_of(kgem, struct sna, kgem);
59 sna = container_of(kgem, struct sna, kgem);
gen6_common.c 63 sna = container_of(kgem, struct sna, kgem);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
list.h 174 #ifndef container_of
175 #define container_of(ptr, sample, member) \ macro
188 for (pos = NULL, pos = container_of((head)->next, pos, member); \
190 pos = container_of(pos->member.next, pos, member))
193 for (pos = NULL, pos = container_of((head)->next, pos, member), \
194 storage = container_of(pos->member.next, pos, member); \
196 pos = storage, storage = container_of(storage->member.next, storage, member))
199 for (pos = NULL, pos = container_of((head)->prev, pos, member), \
200 storage = container_of(pos->member.prev, pos, member); \
202 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_display.c 31 #ifndef container_of
32 #define container_of(ptr, type, member) ({ \ macro
91 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
104 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
113 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
121 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
145 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
175 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
224 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin);
254 qxl_screen_t *qxl = container_of(sin, qxl_screen_t, display_sin)
    [all...]
spiceqxl_inputs.c 236 XSpiceKbd *kbd = container_of(sin, XSpiceKbd, sin);
260 XSpiceKbd *kbd = container_of(sin, XSpiceKbd, sin);
299 XSpicePointer *spice_pointer = container_of(sin, XSpicePointer, tablet);
  /xsrc/external/mit/xorg-server/dist/present/
present_fence.c 46 struct present_fence *present_fence = container_of(trigger, struct present_fence, trigger);
54 struct present_fence *present_fence = container_of(trigger, struct present_fence, trigger);
63 struct present_fence *present_fence = container_of(trigger, struct present_fence, trigger);
  /xsrc/external/mit/xorg-server.old/dist/include/
list.h 77 #ifndef container_of
78 #define container_of(ptr, type, member) \ macro
83 container_of(ptr, type, member)
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_shader_args.h 58 return container_of(args, struct radv_shader_args, ac);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_mempool.h 54 return container_of(pool, struct panfrost_pool, base);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_mempool.h 72 return container_of(pool, struct panvk_pool, base);
  /xsrc/external/mit/xorg-server/dist/include/
list.h 228 * f = container_of(&foo->entry, struct foo, entry);
236 #ifndef container_of
237 #define container_of(ptr, type, member) \ macro
242 * Alias of container_of
245 container_of(ptr, type, member)
279 container_of(ptr, typeof(*sample), member)
  /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_private.h 61 return container_of(exec, struct gl_context, vbo_context.exec);
68 return container_of(exec, struct gl_context, vbo_context.exec);
75 return container_of(save, struct gl_context, vbo_context.save);
  /xsrc/external/mit/libdrm/dist/tegra/
private.h 38 #define container_of(ptr, type, member) ({ \ macro
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
intel_list.h 273 * Alias of container_of
276 container_of(ptr, type, member)
310 container_of(ptr, typeof(*sample), member)
416 #undef container_of macro
417 #define container_of(ptr, type, member) \ macro
  /xsrc/external/mit/xf86-video-intel/dist/src/
intel_list.h 273 * Alias of container_of
276 container_of(ptr, type, member)
409 #undef container_of macro
410 #define container_of(ptr, type, member) \ macro
  /xsrc/external/mit/libdrm/dist/tests/tegra/
vic40.c 51 struct vic40 *vic = container_of(v, struct vic40, base);
91 struct vic40 *vic = container_of(v, struct vic40, base);
160 struct vic40 *vic = container_of(v, struct vic40, base);
231 struct vic40 *vic = container_of(v, struct vic40, base);
252 struct vic40 *vic = container_of(v, struct vic40, base);
vic41.c 51 struct vic41 *vic = container_of(v, struct vic41, base);
91 struct vic41 *vic = container_of(v, struct vic41, base);
160 struct vic41 *vic = container_of(v, struct vic41, base);
231 struct vic41 *vic = container_of(v, struct vic41, base);
256 struct vic41 *vic = container_of(v, struct vic41, base);
vic42.c 51 struct vic42 *vic = container_of(v, struct vic42, base);
91 struct vic42 *vic = container_of(v, struct vic42, base);
160 struct vic42 *vic = container_of(v, struct vic42, base);
231 struct vic42 *vic = container_of(v, struct vic42, base);
256 struct vic42 *vic = container_of(v, struct vic42, base);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_pool.h 70 pool_subclass *pool = container_of(p, pool_subclass, base); \
  /xsrc/external/mit/MesaLib/dist/src/util/
macros.h 97 * container_of - cast a member of a structure out to the containing structure
104 # define container_of(ptr, type, member) \ macro
109 # define container_of(ptr, type, member) ({ \ macro
113 !"pointer type mismatch in container_of()"); \
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_log.c 52 return container_of(obj, struct vk_physical_device, base);
71 return container_of(obj, struct vk_instance, base);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
rbug_core.c 50 #define container_of(ptr, type, field) \ macro
77 rb_context = container_of(ptr, struct rbug_context, list);
93 tr_shdr = container_of(ptr, struct rbug_shader, list);
189 tr_tex = container_of(ptr, struct rbug_resource, list);
212 tr_tex = container_of(ptr, struct rbug_resource, list);
261 tr_tex = container_of(ptr, struct rbug_resource, list);
308 rb_context = container_of(ptr, struct rbug_context, list);
535 tr_shdr = container_of(ptr, struct rbug_shader, list);

Completed in 25 milliseconds

1 2 3