Home
last modified time | relevance | path

Searched refs:first_slot (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc219 OffHeapObjectSlot first_slot = slot(InternalIndex(0)); in Data() local
220 MemsetTagged(first_slot, empty_element(), capacity); in Data()
314 OffHeapObjectSlot first_slot = slot(InternalIndex(0)); in IterateElements() local
316 visitor->VisitRootPointers(Root::kStringTable, nullptr, first_slot, end_slot); in IterateElements()
H A Djs-objects.cc5082 return EnsureCanContainElements(object, args->first_slot(), arg_count, mode); in EnsureCanContainElements()
/third_party/node/deps/v8/src/execution/
H A Darguments.h86 FullObjectSlot first_slot() const { in first_slot() function in v8::internal::Arguments
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-api.cc160 v->VisitRootPointers(Root::kRelocatable, nullptr, first_slot(),
/third_party/rust/crates/regex/src/
H A Dcompile.rs405 fn c_capture(&mut self, first_slot: usize, expr: &Hir) -> ResultOrEmpty { in c_capture()
413 let hole = self.push_hole(InstHole::Save { slot: first_slot }); in c_capture()
417 let hole = self.push_hole(InstHole::Save { slot: first_slot + 1 }); in c_capture()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; in try_reserve() local
526 if (first_slot == ~0) in try_reserve()
527 first_slot = i; in try_reserve()
550 assert(first_slot != ~0 && last_slot != ~0); in try_reserve()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c438 int first_slot = brw_compute_first_urb_slot_required(wm_prog_data->inputs, in emit_3dstate_sbe() local
440 assert(first_slot % 2 == 0); in emit_3dstate_sbe()
441 unsigned urb_entry_read_offset = first_slot / 2; in emit_3dstate_sbe()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h422 uint32_t *first_slot);
H A Ddzn_descriptor_set.c1520 uint32_t *first_slot) in dzn_descriptor_heap_pool_alloc_slots()
1576 *first_slot = pool->offset; in dzn_descriptor_heap_pool_alloc_slots()
1517 dzn_descriptor_heap_pool_alloc_slots(struct dzn_descriptor_heap_pool *pool, struct dzn_device *device, uint32_t desc_count, struct dzn_descriptor_heap **heap, uint32_t *first_slot) dzn_descriptor_heap_pool_alloc_slots() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp1915 int first_slot =
1919 assert(prev_stage_vue_map.num_slots <= first_slot + 32);
1920 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots;
1926 prog_data->urb_setup[varying] = slot - first_slot;
1929 urb_next = prev_stage_vue_map.num_slots - first_slot;
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4113 const unsigned first_slot = in iris_compute_sbe_urb_read_interval() local
4117 assert(first_slot % 2 == 0); in iris_compute_sbe_urb_read_interval()
4118 *out_offset = first_slot / 2; in iris_compute_sbe_urb_read_interval()
4162 while (last_read_slot > first_slot && !(fs_input_slots & in iris_compute_sbe_urb_read_interval()
4167 *out_length = DIV_ROUND_UP(last_read_slot - first_slot + 1, 2); in iris_compute_sbe_urb_read_interval()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c4569 int first_slot = in calculate_attr_overrides() local
4573 assert(first_slot % 2 == 0); in calculate_attr_overrides()
4574 *urb_entry_read_offset = first_slot / 2; in calculate_attr_overrides()

Completed in 52 milliseconds