HomeSort by relevance Sort by last modified time
    Searched refs:byte_offset (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 411 byte_offset(c->reg.vertex[to], brw_vue_slot_to_offset(i)),
412 byte_offset(c->reg.vertex[from], brw_vue_slot_to_offset(i)));
brw_vec4_tes.cpp 261 read = emit(VEC4_OPCODE_URB_READ, byte_offset(temp_d, REG_SIZE),
brw_reg.h 536 byte_offset(struct brw_reg reg, unsigned bytes)
547 return byte_offset(reg, delta * type_sz(reg.type));
brw_vec4_nir.cpp 473 output_reg[varying + 1][c] = byte_offset(dst_reg(src), REG_SIZE);
600 val_reg = byte_offset(val_reg, REG_SIZE);
729 emit(MOV(dst_reg(retype(byte_offset(shuffled, REG_SIZE), temp.type)),
931 emit_pull_constant_load_reg(dst_reg(byte_offset(temp_float, REG_SIZE)),
    [all...]
brw_vec4_visitor.cpp 787 dst_reg index_reg = retype(byte_offset(dst_reg(header), REG_SIZE),
    [all...]
brw_vec4.cpp     [all...]
  /external/v8/src/builtins/
builtins-sharedarraybuffer.cc 88 Node* byte_offset = a->ChangeUint32ToWord(a->TruncateTaggedToWord32( local
92 a->IntPtrAdd(a->BitcastTaggedToWord(backing_store), byte_offset);
  /external/v8/src/wasm/
wasm-objects.cc     [all...]
wasm-objects.h 358 int GetContainingFunction(uint32_t byte_offset);
368 uint32_t func_index, uint32_t byte_offset,
372 // Returns the disassembly string and a list of <byte_offset, line, column>
374 // The list is guaranteed to be ordered by the byte_offset.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
mix_vbp_h264_stubs.c 136 uint32_t bits_offset =0, byte_offset =0; local
228 viddec_pm_get_au_pos(parent, &bits_offset, &byte_offset, &is_emul);
h264parse_sei.c 1103 uint32_t next_8_bits = 0,bits_offset=0,byte_offset = 0; local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 268 // Requires 0 ? byte_offset ? len(file).
269 int32 byte_offset = 1;
  /external/v8/src/
frames.h 886 int byte_offset() const { return byte_offset_; } function in class:v8::internal::BASE_EMBEDDED::WasmInterpretedFrameSummary
    [all...]
value-serializer.cc 800 WriteVarint(NumberToUint32(view->byte_offset()));
1560 uint32_t byte_offset = 0; local
    [all...]
factory.cc 2175 SetupArrayBufferView(isolate(), obj, buffer, byte_offset, byte_length, local
2232 SetupArrayBufferView(isolate(), obj, buffer, byte_offset, byte_length); local
    [all...]
factory.h 548 size_t byte_offset, size_t length,
558 size_t byte_offset, size_t byte_length);
    [all...]
frames.cc 1266 int FrameSummary::WasmCompiledFrameSummary::byte_offset() const { function in class:v8::internal::FrameSummary::WasmCompiledFrameSummary
    [all...]
messages.cc 747 int byte_offset = code_->SourcePosition(offset_); local
750 DCHECK_LE(0, byte_offset);
752 compiled_module, wasm_func_index_, static_cast<uint32_t>(byte_offset),
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1457 unsigned int bsize, i = 0, bytes = 0, byte_offset = 0; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 611 size_t byte_offset = reinterpret_cast<const uint8_t*>(addr) - base_; local
612 DCHECK_EQ(byte_offset % static_cast<size_t>(kPageSize), static_cast<size_t>(0));
613 return byte_offset / kPageSize;
    [all...]
  /art/runtime/
stack_map.h 1146 size_t byte_offset = kInvalidOffset; member in struct:art::DexRegisterLocation::ByteSizedTable
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 1396 uint32_t byte_offset; local
1876 uint32_t byte_offset, x_offset_sa, y_offset_sa, size; local
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 329 encoding.dex_register_map.byte_offset,
334 encoding.location_catalog.byte_offset,
  /external/libpng/contrib/libtests/
makepng.c 515 const size_t byte_offset = local
519 0xFFU & (pixel_index + (byte_offset * 2*y) + 1);
    [all...]

Completed in 686 milliseconds

1 23 4