Searched refs:base_offset (Results 1 - 25 of 104) sorted by relevance

12345

/external/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py57 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_tcs.h62 unsigned base_offset,
66 unsigned base_offset,
71 unsigned base_offset, const src_reg &indirect_offset);
H A Dbrw_vec4_tcs.cpp169 unsigned base_offset,
185 inst->offset = base_offset;
204 unsigned base_offset,
217 read->offset = base_offset;
232 unsigned base_offset,
249 inst->offset = base_offset;
167 emit_input_urb_read(const dst_reg &dst, const src_reg &vertex_index, unsigned base_offset, unsigned first_component, const src_reg &indirect_offset) argument
203 emit_output_urb_read(const dst_reg &dst, unsigned base_offset, unsigned first_component, const src_reg &indirect_offset) argument
230 emit_urb_write(const src_reg &value, unsigned writemask, unsigned base_offset, const src_reg &indirect_offset) argument
/external/v8/src/compiler/x64/
H A Dunwinding-info-writer-x64.cc24 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/mesa3d/src/mapi/glapi/gen/
H A Dgl_procs.py84 base_offset = 0
89 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
94 base_offset += len(func.name) + 3
105 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset))
107 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
109 base_offset += len(n) + 3
/external/mesa3d/src/compiler/glsl/
H A Dlower_buffer_access.h51 ir_variable *base_offset, unsigned int deref_offset,
H A Dlower_buffer_access.cpp58 ir_variable *base_offset,
79 emit_access(mem_ctx, is_write, field_deref, base_offset,
99 emit_access(mem_ctx, is_write, element_deref, base_offset,
118 emit_access(mem_ctx, is_write, col_deref, base_offset,
144 emit_access(mem_ctx, is_write, col_deref, base_offset,
157 add(base_offset, new(mem_ctx) ir_constant(deref_offset));
207 add(base_offset,
55 emit_access(void *mem_ctx, bool is_write, ir_dereference *deref, ir_variable *base_offset, unsigned int deref_offset, bool row_major, int matrix_columns, unsigned int packing, unsigned int write_mask) argument
/external/fio/
H A Dtickmarks.c43 int use_KMG_symbols, int base_offset)
78 else if (base_offset)
79 shorten_idx += base_offset;
91 int *power_of_ten, int use_KMG_symbols, int base_offset)
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
42 shorten(struct tickmark *tm, int nticks, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
90 calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
H A Dgraph.h93 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
/external/v8/src/
H A Deh-frame.h85 // 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) { argument
143 DCHECK_EQ(ReadUnalignedUInt32(eh_frame_buffer_.data() + base_offset),
145 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset());
146 WriteUnalignedUInt32(eh_frame_buffer_.data() + base_offset, value);
H A Deh-frame.cc276 void EhFrameWriter::SetBaseAddressOffset(int base_offset) { argument
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
292 SetBaseAddressRegisterAndOffset(Register base_register, int base_offset) argument
[all...]
/external/freetype/src/cid/
H A Dcidparse.c63 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/
H A Dnv50_query_hw.h27 uint32_t base_offset; member in struct:nv50_hw_query
H A Dnv50_query_hw.c66 &hq->bo, &hq->base_offset);
69 hq->offset = hq->base_offset;
76 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset);
143 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE)
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h27 uint32_t base_offset; member in struct:nvc0_hw_query
28 uint32_t offset; /* base_offset + i * rotate */
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c133 src.reg.base_offset = 0;
154 src.reg.base_offset *= glsl_get_length(parent_type);
155 src.reg.base_offset += deref_array->base_offset;
245 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset;
H A Dnir_opt_copy_prop_vars.c159 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...]
H A Dnir_lower_var_copies.c104 src_arr->base_offset = i;
105 dest_arr->base_offset = i;
H A Dnir_lower_vars_to_ssa.c167 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],
306 if (node->children[arr->base_offset] &&
307 deref_may_be_aliased_node(node->children[arr->base_offset],
H A Dnir_lower_indirect_derefs.c47 direct.base_offset += start;
111 emit_indirect_load_store(b, orig_instr, deref, tail, -arr->base_offset,
112 length - arr->base_offset, dest, src);
H A Dnir_lower_vec_to_movs.c42 dest->reg.base_offset == src->reg.base_offset &&
H A Dnir.c213 dest->reg.base_offset = src->reg.base_offset;
231 dest->reg.base_offset = src->reg.base_offset;
369 src->reg.base_offset = 0;
425 dest->reg.base_offset = 0;
613 deref->base_offset = 0;
644 ret->base_offset = deref->base_offset;
720 tmp.arr.base_offset
[all...]
/external/perf_data_converter/src/quipper/
H A Daddress_mapper_test.cc23 uint64_t base_offset; member in struct:quipper::__anon18573::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) argument
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/
H A Dcffload.c905 FT_ULong base_offset,
921 charset->offset = base_offset + offset;
1123 FT_ULong base_offset,
1143 if ( FT_STREAM_SEEK( base_offset + offset ) ||
1622 FT_ULong base_offset,
1660 encoding->offset = base_offset + offset;
1913 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) ||
1958 FT_ULong base_offset,
2113 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
2173 FT_ULong base_offset; local
902 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1121 cff_vstore_load( CFF_VStoreRec* vstore, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1618 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1954 cff_subfont_load( CFF_SubFont subfont, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_UInt code, CFF_Font font, CFF_Face face ) argument
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Deigen_attention.h119 DSizes<Index, 3> base_offset(0, 0, 0);
125 base_offset[1] = width_ - glimpse_width;
136 base_offset[2] = height_ - glimpse_height;
212 .slice(base_offset, slice_extent)

Completed in 1060 milliseconds

12345