/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_procs.py | 83 base_offset = 0 88 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 93 base_offset += len(func.name) + 3 104 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset)) 106 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 108 base_offset += len(n) + 3
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.h | 60 unsigned base_offset, 64 unsigned base_offset, 69 unsigned base_offset, const src_reg &indirect_offset);
|
D | brw_vec4_tcs.cpp | 158 unsigned base_offset, in emit_input_urb_read() argument 174 inst->offset = base_offset; in emit_input_urb_read() 193 unsigned base_offset, in emit_output_urb_read() argument 206 read->offset = base_offset; in emit_output_urb_read() 221 unsigned base_offset, in emit_urb_write() argument 238 inst->offset = base_offset; in emit_urb_write()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_locals_to_regs.c | 139 src.reg.base_offset = 0; in get_deref_reg_src() 156 src.reg.base_offset += nir_src_as_uint(d->arr.index) * in get_deref_reg_src() 160 assert(src.reg.base_offset == 0); in get_deref_reg_src() 164 nir_src_for_ssa(nir_imm_int(b, src.reg.base_offset)); in get_deref_reg_src() 165 src.reg.base_offset = 0; in get_deref_reg_src() 234 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset; in lower_locals_to_regs_block()
|
/third_party/harfbuzz/src/ |
D | hb-open-file.hh | 404 unsigned int *base_offset = nullptr) const in get_face() 407 if (base_offset) in get_face() 408 *base_offset = (const char *) &face - (const char *) this; in get_face() 462 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() 464 if (base_offset) in get_face() 465 *base_offset = 0; in get_face() 475 case DFontTag: return u.rfHeader.get_face (i, base_offset); in get_face()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-file.hh | 419 unsigned int *base_offset = nullptr) const in get_face() 422 if (base_offset) in get_face() 423 *base_offset = (const char *) &face - (const char *) this; in get_face() 477 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() 479 if (base_offset) in get_face() 480 *base_offset = 0; in get_face() 490 case DFontTag: return u.rfHeader.get_face (i, base_offset); in get_face()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-file.hh | 408 unsigned int *base_offset = nullptr) const in get_face() 411 if (base_offset) in get_face() 412 *base_offset = (const char *) &face - (const char *) this; in get_face() 466 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() 468 if (base_offset) in get_face() 469 *base_offset = 0; in get_face() 479 case DFontTag: return u.rfHeader.get_face (i, base_offset); in get_face()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_buffer_access.cpp | 59 ir_variable *base_offset, in emit_access() argument 83 emit_access(mem_ctx, is_write, field_deref, base_offset, in emit_access() 106 emit_access(mem_ctx, is_write, element_deref, base_offset, in emit_access() 127 emit_access(mem_ctx, is_write, col_deref, base_offset, in emit_access() 139 add(base_offset, new(mem_ctx) ir_constant(deref_offset)); in emit_access() 157 add(base_offset, in emit_access()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.c | 63 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 73 base_offset = FT_STREAM_POS(); in cid_parser_new() 175 ps_len = offset - base_offset; in cid_parser_new() 176 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_image.c | 142 const uint32_t base_offset = in pack_texture_shader_state_helper() local 145 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset); in pack_texture_shader_state_helper() 191 const uint32_t base_offset = in v3dX() local 196 tex.texture_base_pointer = v3dv_cl_address(NULL, base_offset); in v3dX()
|
/third_party/freetype/src/cid/ |
D | cidparse.c | 62 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 72 base_offset = FT_STREAM_POS(); in cid_parser_new() 174 ps_len = offset - base_offset; in cid_parser_new() 175 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.c | 62 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 72 base_offset = FT_STREAM_POS(); in cid_parser_new() 178 ps_len = offset - base_offset; in cid_parser_new() 179 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 909 FT_ULong base_offset, in cff_charset_load() argument 925 charset->offset = base_offset + offset; in cff_charset_load() 1126 FT_ULong base_offset, in cff_vstore_load() argument 1148 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load() 1636 FT_ULong base_offset, in cff_encoding_load() argument 1674 encoding->offset = base_offset + offset; in cff_encoding_load() 1928 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict() 1991 FT_ULong base_offset, in cff_subfont_load() argument 2146 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 2206 FT_ULong base_offset; in cff_font_load() local [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 905 FT_ULong base_offset, in cff_charset_load() argument 921 charset->offset = base_offset + offset; in cff_charset_load() 1123 FT_ULong base_offset, in cff_vstore_load() argument 1143 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load() 1629 FT_ULong base_offset, in cff_encoding_load() argument 1667 encoding->offset = base_offset + offset; in cff_encoding_load() 1920 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict() 1983 FT_ULong base_offset, in cff_subfont_load() argument 2138 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 2198 FT_ULong base_offset; in cff_font_load() local [all …]
|
/third_party/freetype/src/cff/ |
D | cffload.c | 911 FT_ULong base_offset, in cff_charset_load() argument 927 charset->offset = base_offset + offset; in cff_charset_load() 1129 FT_ULong base_offset, in cff_vstore_load() argument 1149 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load() 1635 FT_ULong base_offset, in cff_encoding_load() argument 1673 encoding->offset = base_offset + offset; in cff_encoding_load() 1926 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict() 1989 FT_ULong base_offset, in cff_subfont_load() argument 2144 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 2204 FT_ULong base_offset; in cff_font_load() local [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tex_prefetch.c | 51 int base_offset = in coord_offset() local 62 if (nth_offset != (base_offset + i)) in coord_offset() 66 return base_offset; in coord_offset()
|
D | ir3_nir_analyze_ubo_ranges.c | 474 unsigned base_offset = nir_intrinsic_base(intr); in fixup_load_uniform_instr() local 477 if (base_offset < base_offset_limit) in fixup_load_uniform_instr() 502 unsigned new_base_offset = base_offset % base_offset_limit; in fixup_load_uniform_instr() 505 offset = nir_iadd_imm(b, offset, base_offset - new_base_offset); in fixup_load_uniform_instr()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | slice_int8.c | 25 const int base_offset = 20; in SliceInt8() local 78 param->quant_arg_.multiplier_.left_shift_ + base_offset, in SliceInt8() 79 … param->quant_arg_.multiplier_.right_shift_ - base_offset) + in SliceInt8()
|
D | resize_int8.c | 201 const int base_offset = 20; in ResizeNearestNeighborInt8() local 222 … multiplier->left_shift_ + base_offset, multiplier->right_shift_ - base_offset) + in ResizeNearestNeighborInt8()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstexiftag.c | 236 guint32 base_offset; member 461 GstBuffer * buf, guint32 base_offset) in gst_exif_reader_init() argument 467 reader->base_offset = base_offset; in gst_exif_reader_init() 1253 if (offset < reader->base_offset) { in parse_exif_ascii_tag() 1255 reader->base_offset); in parse_exif_ascii_tag() 1259 real_offset = offset - reader->base_offset; in parse_exif_ascii_tag() 1387 if (offset < reader->base_offset) { in parse_exif_undefined_tag() 1389 reader->base_offset); in parse_exif_undefined_tag() 1393 real_offset = offset - reader->base_offset; in parse_exif_undefined_tag() 1457 if (offset < exif_reader->base_offset) { in exif_reader_read_rational_tag() [all …]
|
D | tag.h | 557 guint32 base_offset); 565 guint32 base_offset);
|
/third_party/libsoup/libsoup/ |
D | soup-message-body.c | 368 goffset base_offset; member 545 priv->base_offset = 0; in soup_message_body_truncate() 640 offset -= priv->base_offset; in soup_message_body_get_chunk() 720 priv->base_offset += chunk2->length; in soup_message_body_wrote_chunk()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_device_memory.c | 134 VkDeviceSize *base_offset) in vn_device_memory_pool_alloc() argument 160 *base_offset = pool->used; in vn_device_memory_pool_alloc() 370 &mem->base_bo, &mem->base_offset); in vn_AllocateMemory() 446 *ppData = ptr + mem->base_offset + offset; in vn_MapMemory() 472 mem->base_offset + range->offset, size); in vn_FlushMappedMemoryRanges() 494 mem->base_offset + range->offset, size); in vn_InvalidateMappedMemoryRanges()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw.c | 61 &hq->bo, &hq->base_offset); in nv50_hw_query_allocate() 64 hq->offset = hq->base_offset; in nv50_hw_query_allocate() 71 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset); in nv50_hw_query_allocate() 138 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE) in nv50_hw_begin_query()
|
/third_party/boost/boost/serialization/ |
D | void_cast.hpp | 180 static std::ptrdiff_t base_offset() { in base_offset() function in boost::serialization::void_cast_detail::void_caster_primitive 194 base_offset() in void_caster_primitive()
|