| /xsrc/external/mit/fontconfig/dist/meson-cc-tests/ |
| flexible-array-member-test.c | 10 struct s *p = malloc (offsetof (struct s, d)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| extensions_table.c | 32 #define o(x) offsetof(struct gl_extensions, x)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| extensions_table.c | 32 #define o(x) offsetof(struct gl_extensions, x)
|
| /xsrc/external/mit/xterm/dist/ |
| linedata.c | 185 TRACE((" offset(lineSize) %lu\n", (unsigned long) offsetof(LineData, lineSize))); 186 TRACE((" offset(bufHead) %lu\n", (unsigned long) offsetof(LineData, bufHead))); 188 TRACE((" offset(combSize) %lu\n", (unsigned long) offsetof(LineData, combSize))); 191 TRACE((" offset(*charSeen) %lu\n", (unsigned long) offsetof(LineData, charSeen))); 192 TRACE((" offset(*charSets) %lu\n", (unsigned long) offsetof(LineData, charSets))); 194 TRACE((" offset(*attribs) %lu\n", (unsigned long) offsetof(LineData, attribs))); 196 TRACE((" offset(*color) %lu\n", (unsigned long) offsetof(LineData, color))); 198 TRACE((" offset(*charData) %lu\n", (unsigned long) offsetof(LineData, charData))); 199 TRACE((" offset(*combData) %lu\n", (unsigned long) offsetof(LineData, combData))); 205 TRACE((" offset(attribs) %lu\n", (unsigned long) offsetof(CellData, attribs))) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_vector.c | 84 STATIC_ASSERT(V4F_DATA == offsetof(GLvector4f, data)); 85 STATIC_ASSERT(V4F_START == offsetof(GLvector4f, start)); 86 STATIC_ASSERT(V4F_COUNT == offsetof(GLvector4f, count)); 87 STATIC_ASSERT(V4F_STRIDE == offsetof(GLvector4f, stride)); 88 STATIC_ASSERT(V4F_SIZE == offsetof(GLvector4f, size)); 89 STATIC_ASSERT(V4F_FLAGS == offsetof(GLvector4f, flags));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_nir_add_base_work_group_id.c | 44 .base = offsetof(struct anv_push_constants, cs.base_work_group_id),
|
| anv_nir_compute_push_layout.c | 72 offsetof(struct anv_push_constants, desc_sets)); 99 offsetof(struct anv_push_constants, push_reg_mask[nir->info.stage]); 113 assert(push_end <= offsetof(struct anv_push_constants, cs.subgroup_id)); 114 push_end = offsetof(struct anv_push_constants, cs.subgroup_id); 172 .base = offsetof(struct anv_push_constants, desc_sets), 213 offsetof(struct anv_push_constants, push_reg_mask[nir->info.stage]);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcbint.h | 68 #ifndef offsetof 69 #define offsetof(type,member) ((size_t) &((type *)0)->member) macro 76 #define container_of(pointer,type,member) ((type *)(((char *)(pointer)) - offsetof(type, member)))
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| prngc.c | 52 #ifndef offsetof 53 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro 105 addr_len = offsetof(struct sockaddr_un, sun_path) +
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| VBoxVideoIPRT.h | 67 # ifndef offsetof 68 # define offsetof(type, member) ( (int)(uintptr_t)&( ((type *)(void *)0)->member) ) macro 149 #define RT_OFFSETOF(type, member) offsetof(type, member)
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| gsraytrace.cpp | 35 #include <stddef.h> // offsetof 625 sizeof(GSRay), (void*)offsetof(GSRay, pos)); 629 sizeof(GSRay), (void*)offsetof(GSRay, orig_t)); 633 sizeof(GSRay), (void*)offsetof(GSRay, dir_idx)); 637 sizeof(GSRay), (void*)offsetof(GSRay, uv_state)); 684 sizeof(GSRay), (void*)offsetof(GSRay, pos)); 688 sizeof(GSRay), (void*)offsetof(GSRay, orig_t)); 692 sizeof(GSRay), (void*)offsetof(GSRay, dir_idx)); 696 sizeof(GSRay), (void*)offsetof(GSRay, uv_state));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_struct.h | 53 offsetof(_ctype, _cmember))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_compiler.h | 96 #define VARIANT_CACHE_START offsetof(struct etna_shader_variant, stage)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| fd6_context.h | 123 (fd6_ctx)->control_mem, offsetof(struct fd6_control, member), 0, 0
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_ring.c | 135 layout->head_offset = offsetof(struct layout, head); 136 layout->tail_offset = offsetof(struct layout, tail); 137 layout->status_offset = offsetof(struct layout, status); 139 layout->buffer_offset = offsetof(struct layout, buffer);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_struct.h | 53 offsetof(_ctype, _cmember))
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| private.h | 40 (type *)((char *)__mptr - offsetof(type, member)); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_nir_uniforms.cpp | 98 offsetof(brw_image_param, offset), 2); 101 offsetof(brw_image_param, size), 3); 104 offsetof(brw_image_param, stride), 4); 107 offsetof(brw_image_param, tiling), 3); 110 offsetof(brw_image_param, swizzling), 2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_query.c | 158 unsigned offset = offsetof(struct crocus_query_snapshots, snapshots_landed); 287 int g_idx = offset + offsetof(struct crocus_query_so_overflow, 289 int w_idx = offset + offsetof(struct crocus_query_so_overflow, 374 offsetof(struct crocus_query_so_overflow, stream[idx].counter[i])) 424 query_mem64(q, offsetof(struct crocus_query_snapshots, start)); 426 query_mem64(q, offsetof(struct crocus_query_snapshots, end)); 576 offsetof(struct crocus_query_snapshots, start)); 624 offsetof(struct crocus_query_snapshots, end)); 717 offsetof(struct crocus_query_snapshots, snapshots_landed); 843 q->query_state_ref.offset + offsetof(struct crocus_query_snapshots, start)) [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_surface.c | 64 qxl->bo_funcs->bo_output_surf_reloc(qxl, offsetof(struct QXLDrawable, surface_id), draw_bo, surf); 259 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.copy.src_bitmap), 325 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.copy.src_bitmap), 491 qxl->bo_funcs->bo_output_surf_reloc(qxl, offsetof(struct QXLImage, surface_image.surface_id), dest->image_bo, dest); 540 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.copy.src_bitmap), 553 qxl->bo_funcs->bo_output_surf_reloc(qxl, offsetof(struct QXLDrawable, surfaces_dest[0]), drawable_bo, dest->u.copy_src); 705 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.composite.src), 713 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.composite.src_transform), 719 qxl->bo_funcs->bo_output_surf_reloc(qxl, offsetof(struct QXLDrawable, surfaces_dest[n_deps]), drawable_bo, qsrc); 730 qxl->bo_funcs->bo_output_bo_reloc(qxl, offsetof(QXLDrawable, u.composite.mask) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| vk_object.h | 83 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \ 103 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| blorp_priv.h | 157 offsetof(struct brw_blorp_wm_inputs, name) / (4 * sizeof(float)); \ 159 (offsetof(struct brw_blorp_wm_inputs, name) / sizeof(float)) % 4; \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_vertex.h | 85 return offsetof(const struct vertex_info, attrib[a->num_attribs]);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| clc_nir.c | 43 offsetof(struct clc_work_properties_data, 61 offsetof(struct clc_work_properties_data, 95 offsetof(struct clc_work_properties_data, 113 offsetof(struct clc_work_properties_data,
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| spirv_to_dxil.c | 94 offsetof(struct dxil_spirv_compute_runtime_data, group_count_x); 97 offset = offsetof(struct dxil_spirv_vertex_runtime_data, first_vertex); 101 offsetof(struct dxil_spirv_vertex_runtime_data, is_indexed_draw); 104 offset = offsetof(struct dxil_spirv_vertex_runtime_data, base_instance);
|