Home
last modified time | relevance | path

Searched refs:byte_width (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc3307 SpillSlot* GetFreeSpillSlot(int byte_width);
3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot() argument
3326 : stack_slot_(stack_slot), byte_width_(byte_width), range_() {} in SpillSlot()
3336 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
3369 MidTierSpillSlotAllocator::GetFreeSpillSlot(int byte_width) { in GetFreeSpillSlot() argument
3372 if (slot->byte_width() == byte_width) { in GetFreeSpillSlot()
3386 int byte_width = ByteWidthForStackSlot(rep); in Allocate() local
3392 SpillSlot* slot = GetFreeSpillSlot(byte_width); in Allocate()
3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate()
3396 slot = zone()->New<SpillSlot>(stack_slot_, byte_width); in Allocate()
Dregister-allocator.h1099 int byte_width() const { return byte_width_; } in byte_width() function
Dregister-allocator.cc1214 if (byte_width() != other->byte_width() || IsIntersectingWith(other)) in TryMerge()
4659 int width = range->byte_width(); in AssignSpillSlots()
/third_party/skia/third_party/skcms/
Dskcms.cc661 static bool init_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_tables() argument
665 uint32_t byte_len_per_input_table = input_table_entries * byte_width; in init_tables()
666 uint32_t byte_len_per_output_table = output_table_entries * byte_width; in init_tables()
672 uint64_t grid_size = out->output_channels * byte_width; in init_tables()
683 if (byte_width == 1) { in init_tables()
692 if (byte_width == 1) { in init_tables()
703 if (byte_width == 1) { in init_tables()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1494 int line, byte_width; in XMesaBindTexImage() local
1521 byte_width = w * ((img->bits_per_pixel + 7) / 8); in XMesaBindTexImage()
1526 byte_width); in XMesaBindTexImage()