HomeSort by relevance Sort by last modified time
    Searched refs:base_offset (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/mesa3d/src/intel/compiler/
brw_vec4_tcs.h 60 unsigned base_offset,
64 unsigned base_offset,
69 unsigned base_offset, const src_reg &indirect_offset);
brw_vec4_tcs.cpp 158 unsigned base_offset,
174 inst->offset = base_offset;
193 unsigned base_offset,
206 read->offset = base_offset;
221 unsigned base_offset,
238 inst->offset = base_offset;
  /bionic/linker/
linker_mapped_file_fragment.h 40 bool Map(int fd, off64_t base_offset, size_t elf_offset, size_t size);
linker_mapped_file_fragment.cpp 48 bool MappedFileFragment::Map(int fd, off64_t base_offset, size_t elf_offset, size_t size) {
50 CHECK(safe_add(&offset, base_offset, elf_offset));
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 57 base_offset = ntest * 2 * BUNDLE_SIZE
58 inst_orig_offset = base_offset + offset # had it not been padded...
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/testgen/
mc-bundling-x86-gen.py 57 base_offset = ntest * 2 * BUNDLE_SIZE
58 inst_orig_offset = base_offset + offset # had it not been padded...
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
  /external/v8/src/compiler/x64/
unwinding-info-writer-x64.cc 24 initial_state->offset_ != eh_frame_writer_.base_offset()) {
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) {
58 DCHECK_EQ(existing_state->offset_, eh_frame_writer_.base_offset());
63 eh_frame_writer_.base_offset(), tracking_fp_);
77 int top_of_stack = -eh_frame_writer_.base_offset();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_key_value_sort.cc 50 // 'base_offset' value which points to the first element in that row, and add
69 int64 base_offset = local
73 int64 memory_index_lhs = (base_offset + a * sort_dimension_offset) *
75 int64 memory_index_rhs = (base_offset + b * sort_dimension_offset) *
98 (base_offset + indices[i] * sort_dimension_offset) *
106 int64 memory_index = (base_offset + i * sort_dimension_offset) *
  /external/mesa3d/src/mapi/glapi/gen/
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
  /external/mesa3d/src/compiler/glsl/
lower_buffer_access.h 50 ir_variable *base_offset, unsigned int deref_offset,
lower_buffer_access.cpp 59 ir_variable *base_offset,
83 emit_access(mem_ctx, is_write, field_deref, base_offset,
106 emit_access(mem_ctx, is_write, element_deref, base_offset,
127 emit_access(mem_ctx, is_write, col_deref, base_offset,
139 add(base_offset, new(mem_ctx) ir_constant(deref_offset));
157 add(base_offset,
  /external/u-boot/common/spl/
spl_fit.c 157 * @base_offset: the beginning of the data area containing the actual
169 void *fit, ulong base_offset, int node,
206 offset += base_offset;
286 void *fit, int images, ulong base_offset)
303 ret = spl_load_fit_image(info, sector, fit, base_offset, node,
360 int base_offset, align_len = ARCH_DMA_MINALIGN - 1; local
370 base_offset = (size + 3) & ~3;
409 ret = spl_load_fit_image(info, sector, fit, base_offset, node,
448 ret = spl_load_fit_image(info, sector, fit, base_offset, node,
470 images, base_offset);
    [all...]
  /external/v8/src/
eh-frame.h 85 // directives are relative. It is given by <base_register> + <base_offset>.
87 // The <base_offset> must be positive or 0.
90 void SetBaseAddressOffset(int base_offset);
94 void SetBaseAddressRegisterAndOffset(Register base_register, int base_offset);
119 int base_offset() const { return base_offset_; } function in class:v8::internal::EhFrameWriter
142 void PatchInt32(int base_offset, uint32_t value) {
145 base_offset),
147 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset());
149 reinterpret_cast<Address>(eh_frame_buffer_.data()) + base_offset,
eh-frame.cc 276 void EhFrameWriter::SetBaseAddressOffset(int base_offset) {
278 DCHECK_GE(base_offset, 0);
280 WriteULeb128(base_offset);
281 base_offset_ = base_offset;
293 int base_offset) {
295 DCHECK_GE(base_offset, 0);
299 WriteULeb128(base_offset);
300 base_offset_ = base_offset;
546 uint32_t base_offset = eh_frame_iterator.GetNextULeb128(); local
548 << ", base_offset=" << base_offset << '\n'
    [all...]
  /external/freetype/src/cid/
cidparse.c 63 FT_ULong base_offset, offset, ps_len; local
73 base_offset = FT_STREAM_POS();
175 ps_len = offset - base_offset;
176 if ( FT_STREAM_SEEK( base_offset ) ||
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.h 27 uint32_t base_offset; member in struct:nv50_hw_query
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.h 27 uint32_t base_offset; member in struct:nvc0_hw_query
28 uint32_t offset; /* base_offset + i * rotate */
  /external/u-boot/include/dt-bindings/pinctrl/
omap.h 75 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset))
  /external/mesa3d/src/compiler/nir/
nir_lower_locals_to_regs.c 132 src.reg.base_offset = 0;
153 src.reg.base_offset *= glsl_get_length(parent_type);
154 src.reg.base_offset += deref_array->base_offset;
244 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset;
nir_opt_copy_prop_vars.c 159 if (a_arr->base_offset != b_arr->base_offset)
174 if (a_arr->base_offset != b_arr->base_offset)
486 ret_arr->base_offset = deref_arr->base_offset;
489 ret_arr->base_offset = deref_arr->base_offset;
510 ret_arr->base_offset = spec_arr->base_offset;
    [all...]
nir_lower_var_copies.c 104 src_arr->base_offset = i;
105 dest_arr->base_offset = i;
nir_lower_vars_to_ssa.c 167 if (arr->base_offset >= glsl_get_length(node->type))
170 if (node->children[arr->base_offset] == NULL)
171 node->children[arr->base_offset] =
174 node = node->children[arr->base_offset];
233 if (node->children[arr->base_offset] &&
234 !foreach_deref_node_worker(node->children[arr->base_offset],
310 if (node->children[arr->base_offset] &&
311 deref_may_be_aliased_node(node->children[arr->base_offset],
  /external/harfbuzz_ng/src/
hb-open-file.hh 407 unsigned int *base_offset = nullptr) const
410 if (base_offset)
411 *base_offset = (const char *) &face - (const char *) this;
465 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const
467 if (base_offset)
468 *base_offset = 0;
478 case DFontTag: return u.rfHeader.get_face (i, base_offset);
  /external/perf_data_converter/src/quipper/
address_mapper_test.cc 23 uint64_t base_offset; member in struct:quipper::__anon35746::Range
25 Range() : addr(0), size(0), id(0), base_offset(0) {}
27 Range(uint64_t addr, uint64_t size, uint64_t id, uint64_t base_offset)
28 : addr(addr), size(size), id(id), base_offset(base_offset) {}
81 // Uses all fields of |range|, including id and base_offset.
86 range.base_offset, remove_old_mappings);
112 EXPECT_EQ(range.base_offset + offset, mapped_offset);
  /external/freetype/src/cff/
cffload.c 905 FT_ULong base_offset,
921 charset->offset = base_offset + offset;
1123 FT_ULong base_offset,
1143 if ( FT_STREAM_SEEK( base_offset + offset ) ||
2198 FT_ULong base_offset; local
    [all...]

Completed in 650 milliseconds

1 2 3 4