Home
last modified time | relevance | path

Searched refs:kStep (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
H A Dintrinsic_type.h101 kStep, member in tint::sem::IntrinsicType
H A Dintrinsic_type.cc226 return IntrinsicType::kStep; in ParseIntrinsicType()
471 case IntrinsicType::kStep: in str()
H A Dintrinsic_test.cc101 IntrinsicData{"step", IntrinsicType::kStep},
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc54 static constexpr size_t kStep = 512 / sizeof(uint32_t); member in absl::str_format_internal::__anon19387::StackArray
65 uint32_t values[steps * kStep]{}; in RunWithCapacityImpl()
70 static constexpr size_t kMaxCapacity = kStep * kNumSteps;
74 const size_t step = (capacity + kStep - 1) / kStep; in RunWithCapacity()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h45 return LifetimePosition(index * kStep); in GapFromInstructionIndex()
50 return LifetimePosition(index * kStep + kHalfStep); in InstructionFromInstructionIndex()
68 return value_ / kStep; in ToInstructionIndex()
76 bool IsFullStart() const { return (value_ & (kStep - 1)) == 0; } in IsFullStart()
90 return LifetimePosition(value_ & ~(kStep - 1)); in FullStart()
108 return LifetimePosition(FullStart().value_ + kStep); in NextFullStart()
166 static const int kStep = 2 * kHalfStep; member in v8::internal::compiler::final
169 "Code relies on kStep and kHalfStep being a power of two");
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc107 case IntrinsicType::kStep: in GenerateCall()
272 IntrinsicData{IntrinsicType::kStep, ParamType::kF32, "step"},
H A Dgenerator_impl.cc1293 case sem::IntrinsicType::kStep: in generate_builtin_name()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_test.cc111 case IntrinsicType::kStep: in GenerateCall()
251 IntrinsicData{IntrinsicType::kStep, ParamType::kF32, "step"},
H A Dgenerator_impl.cc2364 case sem::IntrinsicType::kStep:
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_test.cc111 case IntrinsicType::kStep: in GenerateCall()
251 IntrinsicData{IntrinsicType::kStep, ParamType::kF32, "step"},
H A Dgenerator_impl.cc1319 case sem::IntrinsicType::kStep:
/third_party/skia/gm/
H A Ddashing.cpp630 static constexpr SkScalar kStep = kIntervals[0] + kIntervals[1]; in DEF_SIMPLE_GM() local
635 for (SkScalar x = -.5f*kIntervals[1]; x < 105/kScale; x += (kStep + kSubstep)) { in DEF_SIMPLE_GM()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc404 const int kStep = -1; in BytecodeOperandReadUnaligned() local
407 const int kStep = 1; in BytecodeOperandReadUnaligned() local
420 IntPtrConstant(relative_offset + msb_offset + i * kStep); in BytecodeOperandReadUnaligned()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h126 kStep, member in v8::debug::BreakReason
H A Ddebug.cc2281 break_reasons.Add(debug::BreakReason::kStep); in OnDebugBreak()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2284 const UInt32 kStep = ((UInt32)1 << 31);
2285 const UInt32 curSize = (rem < kStep) ? (UInt32)rem : kStep;
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc359 {v8::debug::BreakReason::kStep, in hitBreakReasonEncodedAsOther()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc1204 IntrinsicData{"step", IntrinsicType::kStep}));
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc230 case IntrinsicType::kStep: in intrinsic_to_glsl_method()

Completed in 44 milliseconds