HomeSort by relevance Sort by last modified time
    Searched refs:offset_base (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context_priv.h 53 unsigned opcode, unsigned offset_base);
r600_hw_context.c 133 unsigned opcode, unsigned offset_base)
143 block->pm4[block->pm4_ndwords++] = (block->start_offset - offset_base) >> 2;
185 unsigned opcode, unsigned offset_base)
234 r600_init_block(ctx, block, reg, i, n, opcode, offset_base);
    [all...]
  /system/extras/perfprofd/quipper/
address_mapper.h 36 // |offset_base| represents the offset within the original region at which the
40 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000
45 const uint64_t offset_base,
83 uint64_t offset_base; member in struct:quipper::AddressMapper::MappedRange
address_mapper.cc 24 const uint64_t offset_base,
30 range.offset_base = offset_base;
85 old_range.offset_base,
89 CHECK(MapWithID(range.real_addr, range.size, id, offset_base, false));
95 old_range.offset_base + gap_before + range.size,
176 *offset = real_addr - iter->real_addr + iter->offset_base;
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 202 offset_base() const function in class:gold::Symbol
205 return this->u_.in_output_segment.offset_base;
904 Segment_offset_base offset_base,
979 Segment_offset_base offset_base; member in struct:gold::Symbol::__anon75350::__anon75353
1232 Symbol::Segment_offset_base offset_base; member in struct:gold::Define_symbol_in_segment
    [all...]
symtab.cc 157 Segment_offset_base offset_base,
162 this->u_.in_output_segment.offset_base = offset_base;
257 Segment_offset_base offset_base,
261 nonvis, offset_base, is_predefined);
547 this->u_.in_output_segment.offset_base = base;
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 15984 uint64_t offset_base = CPU::SetPointerTag(UINT64_C(0), tags[o]); local
    [all...]

Completed in 222 milliseconds