Home
last modified time | relevance | path

Searched refs:slot_count (Results 1 - 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_interpolation_map.c41 unsigned location, unsigned slot_count, in gfx4_frag_prog_set_interp_modes()
44 for (unsigned k = 0; k < slot_count; k++) { in gfx4_frag_prog_set_interp_modes()
80 unsigned slot_count = glsl_count_attribute_slots(var->type, false); in brw_setup_vue_interpolation() local
82 gfx4_frag_prog_set_interp_modes(prog_data, vue_map, location, slot_count, in brw_setup_vue_interpolation()
88 slot_count, var->data.interpolation); in brw_setup_vue_interpolation()
39 gfx4_frag_prog_set_interp_modes(struct brw_wm_prog_data *prog_data, const struct brw_vue_map *vue_map, unsigned location, unsigned slot_count, enum glsl_interp_mode interp) gfx4_frag_prog_set_interp_modes() argument
/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.cc33 int slot_count = kFixedSlotCount + register_count; in PaddingSlotCount() local
34 int rounded_slot_count = RoundUp(slot_count, 2); in PaddingSlotCount()
35 return rounded_slot_count - slot_count; in PaddingSlotCount()
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h79 static constexpr uint32_t SizeForNumberOfSlots(uint32_t slot_count) { in SizeForNumberOfSlots() argument
80 return ((slot_count + kJumpTableSlotsPerLine - 1) / in SizeForNumberOfSlots()
110 static constexpr uint32_t SizeForNumberOfLazyFunctions(uint32_t slot_count) { in SizeForNumberOfLazyFunctions() argument
111 return slot_count * kLazyCompileTableSlotSize; in SizeForNumberOfLazyFunctions()
/third_party/node/deps/v8/src/compiler/
H A Dframe.h176 int ReserveSpillSlots(size_t slot_count) { in ReserveSpillSlots() argument
179 spill_slot_count_ += static_cast<int>(slot_count); in ReserveSpillSlots()
180 slot_allocator_.AllocateUnaligned(static_cast<int>(slot_count)); in ReserveSpillSlots()
H A Djs-operator.cc190 lhs.slot_count() == rhs.slot_count() && in operator ==()
201 parameters.slot_count(), in hash_value()
207 return os << parameters.slot_count() << ", " << parameters.scope_type(); in operator <<()
1426 const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) { in CreateFunctionContext()
1427 CreateFunctionContextParameters parameters(scope_info, slot_count, in CreateFunctionContext()
1425 CreateFunctionContext( const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContext() argument
H A Djs-operator.h367 int slot_count, ScopeType scope_type) in CreateFunctionContextParameters()
369 slot_count_(slot_count), in CreateFunctionContextParameters()
375 int slot_count() const { return slot_count_; } in slot_count() function in v8::internal::compiler::final
1098 int slot_count, ScopeType scope_type);
366 CreateFunctionContextParameters(const ScopeInfoRef& scope_info, int slot_count, ScopeType scope_type) CreateFunctionContextParameters() argument
H A Djs-generic-lowering.cc677 int slot_count = parameters.slot_count(); in LowerJSCreateFunctionContext() local
681 if (slot_count <= ConstructorBuiltins::MaximumFunctionContextSlots()) { in LowerJSCreateFunctionContext()
685 node->InsertInput(zone(), 1, jsgraph()->Int32Constant(slot_count)); in LowerJSCreateFunctionContext()
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc212 int slot_count = function->feedback_vector().metadata().slot_count(); in RUNTIME_FUNCTION() local
215 os << "[Feedback slot " << slot << "/" << slot_count << " in "; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h169 unsigned slot_count() { return inst_count() + literal_slot_count(); } in slot_count() function in r600_sb::alu_group_tracker
208 unsigned slot_count; member in r600_sb::alu_clause_tracker
250 unsigned total_slots() { return slot_count; } in total_slots()
H A Dsb_sched.cpp1975 slot_count = 0; in reset()
1982 : sh(sh), kt(sh.get_ctx().hw_class), slot_count(), in alu_clause_tracker()
2009 slot_count += grp().slot_count(); in emit_group()
2032 slot_count = 0; in emit_clause()
2042 unsigned slots = gt.slot_count(); in check_clause_limits()
2052 if (slot_count + slots > MAX_ALU_SLOTS - reserve_slots) in check_clause_limits()
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector-inl.h36 INT32_ACCESSORS(FeedbackMetadata, slot_count, kSlotCountOffset)
44 int32_t FeedbackMetadata::slot_count(AcquireLoadTag) const { in slot_count() function in v8::internal::FeedbackMetadata
60 bool FeedbackMetadata::is_empty() const { return slot_count() == 0; } in is_empty()
63 return FeedbackMetadata::length(slot_count()); in length()
343 return next_slot_.ToInt() < metadata().slot_count(); in HasNext()
H A Dfeedback-vector.cc25 int slot = slot_count(); in AddSlot()
44 if (slot_count() <= slot.ToInt()) return false; in HasTypeProfileSlot()
86 const int slot_count = spec == nullptr ? 0 : spec->slot_count(); in New() local
89 if (slot_count == 0 && create_closure_slot_count == 0) { in New()
93 for (int i = 0; i < slot_count;) { in New()
106 factory->NewFeedbackMetadata(slot_count, create_closure_slot_count); in New()
110 for (int i = 0; i < slot_count; i++) { in New()
127 if (other_spec->slot_count() != slot_count()) { in SpecDiffersFrom()
256 const int slot_count = feedback_metadata->slot_count(); New() local
[all...]
H A Dfeedback-vector.h370 int slot_count() const { return static_cast<int>(slot_kinds_.size()); } in slot_count() function in v8::internal::FeedbackVectorSpec
513 // slot_count. All instances are created through the static New function, and
520 DECL_INT32_ACCESSORS(slot_count)
524 // TODO(mythria): Consider using 16 bits for this and slot_count so that we
528 // Get slot_count using an acquire load.
529 inline int32_t slot_count(AcquireLoadTag) const;
555 static int SizeFor(int slot_count) { in SizeFor() argument
556 return OBJECT_POINTER_ALIGN(kHeaderSize + length(slot_count) * kInt32Size); in SizeFor()
576 // The number of int32 data fields needed to store {slot_count} slots.
578 static int length(int slot_count) { in length() argument
[all...]
H A Ddebug-objects.h182 static int SizeFor(int slot_count) { in SizeFor() argument
183 return OBJECT_POINTER_ALIGN(kHeaderSize + slot_count * Slot::kSize); in SizeFor()
H A Ddebug-objects.cc393 for (int i = 0; i < slot_count(); i++) { in CoverageInfoPrint()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c75 int slot_count = 0; in v3d_set_transform_feedback_outputs() local
79 uint32_t vpm_start = slot_count; in v3d_set_transform_feedback_outputs()
95 slots[slot_count] = in v3d_set_transform_feedback_outputs()
97 slot_count++; in v3d_set_transform_feedback_outputs()
108 slots[slot_count] = in v3d_set_transform_feedback_outputs()
111 slot_count++; in v3d_set_transform_feedback_outputs()
116 uint32_t vpm_size = slot_count - vpm_start; in v3d_set_transform_feedback_outputs()
166 so->num_tf_outputs = slot_count; in v3d_set_transform_feedback_outputs()
168 slot_count); in v3d_set_transform_feedback_outputs()
169 memcpy(so->tf_outputs, slots, sizeof(*slots) * slot_count); in v3d_set_transform_feedback_outputs()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc533 int slot_count, int create_closure_slot_count, AllocationType allocation) { in NewFeedbackMetadata()
534 DCHECK_LE(0, slot_count); in NewFeedbackMetadata()
535 int size = FeedbackMetadata::SizeFor(slot_count); in NewFeedbackMetadata()
538 result.set_slot_count(slot_count); in NewFeedbackMetadata()
553 const int slot_count = static_cast<int>(slots.size()); in NewCoverageInfo() local
555 int size = CoverageInfo::SizeFor(slot_count); in NewCoverageInfo()
559 info.set_slot_count(slot_count); in NewCoverageInfo()
560 for (int i = 0; i < slot_count; i++) { in NewCoverageInfo()
532 NewFeedbackMetadata( int slot_count, int create_closure_slot_count, AllocationType allocation) NewFeedbackMetadata() argument
H A Dfactory-base.h199 int slot_count, int create_closure_slot_count,
/third_party/node/deps/v8/src/torque/
H A Dcfg.h184 StackRange TopRange(size_t slot_count) const { in TopRange()
185 return CurrentStack().TopRange(slot_count); in TopRange()
H A Dcc-generator.cc113 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
114 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon()
117 stack->PopMany(slot_count); in ProcessArgumentsCommon()
H A Dutils.h255 StackRange TopRange(size_t slot_count) const { in TopRange()
256 DCHECK_GE(Size(), slot_count); in TopRange() local
257 return StackRange{AboveTop() - slot_count, AboveTop()}; in TopRange()
H A Dcsa-generator.cc165 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() local
166 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon()
169 stack->PopMany(slot_count); in ProcessArgumentsCommon()
/third_party/libinput/test/
H A Dtest-touch.c212 int slot_count = 0; in START_TEST() local
235 slot_count++; in START_TEST()
244 ck_assert_int_gt(slot_count, 0); in START_TEST()
251 slot_count--; in START_TEST()
257 ck_assert_int_eq(slot_count, 0); in START_TEST()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc78 if (coverage_info.slot_count() == 0) return result; in GetSortedBlockData()
80 for (int i = 0; i < coverage_info.slot_count(); i++) { in GetSortedBlockData()
389 for (int i = 0; i < coverage_info.slot_count(); i++) { in ResetAllBlockCounts()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc1883 uint32_t slot_count = Uint(1); in VisitCreateFunctionContext() local
1884 if (slot_count < static_cast<uint32_t>( in VisitCreateFunctionContext()
1887 CallBuiltin<Builtin::kFastNewFunctionContextFunction>(info, slot_count); in VisitCreateFunctionContext()
1895 uint32_t slot_count = Uint(1); in VisitCreateEvalContext() local
1896 if (slot_count < static_cast<uint32_t>( in VisitCreateEvalContext()
1899 CallBuiltin<Builtin::kFastNewFunctionContextEval>(info, slot_count); in VisitCreateEvalContext()

Completed in 33 milliseconds

123