Home
last modified time | relevance | path

Searched refs:kLast (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/experimental/graphite/src/
H A DDrawTypes.h63 kLast = kInput member in skgpu::SLType
65 static const int kSLTypeCount = static_cast<int>(SLType::kLast) + 1;
75 kLast = kSkMatrix member in skgpu::SLType::CType
86 kLast = kDiscard member in skgpu::SLType::CType::LoadOp
88 inline static constexpr int kLoadOpCount = (int)(LoadOp::kLast) + 1;
97 kLast = kDiscard member in skgpu::SLType::CType::LoadOp::StoreOp
99 inline static constexpr int kStoreOpCount = (int)(StoreOp::kLast) + 1;
149 kLast = kUShort4_norm member in skgpu::SLType::CType::LoadOp::StoreOp::VertexAttribType
151 static const int kVertexAttribTypeCount = (int)(VertexAttribType::kLast) + 1;
/third_party/skia/src/gpu/
H A DGrSamplerState.h28 kLast = kClampToBorder member in GrSamplerState::WrapMode
31 inline static constexpr int kFilterCount = static_cast<int>(Filter::kLast) + 1;
32 inline static constexpr int kWrapModeCount = static_cast<int>(WrapMode::kLast) + 1;
101 constexpr int kNumWraps = static_cast<int>(WrapMode::kLast) + 1; in asIndex()
102 constexpr int kNumFilters = static_cast<int>(Filter::kLast ) + 1; in asIndex()
111 inline static constexpr int kNumUniqueSamplers = (static_cast<int>(WrapMode::kLast ) + 1)
112 * (static_cast<int>(WrapMode::kLast ) + 1)
113 * (static_cast<int>(Filter::kLast ) + 1)
114 * (static_cast<int>(MipmapMode::kLast) + 1);
H A DGrThreadSafePipelineBuilder.h32 kLast = kPartial member in GrThreadSafePipelineBuilder::Stats::ProgramCacheResult
36 static const int kNumProgramCacheResults = (int)ProgramCacheResult::kLast + 1;
/third_party/skia/include/private/
H A DSkSLStatement.h22 kBlock = (int) Symbol::Kind::kLast + 1,
38 kLast = kVarDeclaration, enumerator
43 SkASSERT(kind >= Kind::kFirst && kind <= Kind::kLast); in Statement()
H A DSkSLSymbol.h22 kExternal = (int) ProgramElement::Kind::kLast + 1,
31 kLast = kVariable member in SkSL::Symbol::Kind
38 SkASSERT(kind >= Kind::kFirst && kind <= Kind::kLast); in Symbol()
H A DSkSLProgramElement.h32 kLast = kStructDefinition member in SkSL::ProgramElement::Kind
37 SkASSERT(kind >= Kind::kFirst && kind <= Kind::kLast); in ProgramElement()
H A DGrTypesPriv.h231 kLast = kMSAA
233 static const int kGrAATypeCount = static_cast<int>(GrAAType::kLast) + 1;
677 kLast = kInverseFillAA
679 static const int kGrClipEdgeTypeCnt = (int) GrClipEdgeType::kLast + 1;
896 kLast = kARGB_4444
899 static const int kGrColorTypeCnt = static_cast<int>(GrColorType::kLast) + 1;
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.h33 enum class ColorType { kNone, kByte, kFloat, kLast = kFloat }; member in skgpu::v1::QuadPerEdgeAA::Subset::ColorType
34 static const int kColorTypeCount = static_cast<int>(ColorType::kLast) + 1;
40 kLast = kTriStrips member in skgpu::v1::QuadPerEdgeAA::Subset::ColorType::IndexBufferOption
42 static const int kIndexBufferOptionCount = static_cast<int>(IndexBufferOption::kLast) + 1;
H A DAtlasTextOp.h106 kLast = kLCDBGRDistanceField member in skgpu::v1::final::MaskType
108 inline static constexpr int kMaskTypeCount = static_cast<int>(MaskType::kLast) + 1;
/third_party/skia/include/core/
H A DSkYUVAInfo.h24 enum YUVAChannels { kY, kU, kV, kA, kLast = kA }; enumerator
25 static constexpr int kYUVAChannelCount = static_cast<int>(YUVAChannels::kLast + 1);
60 kLast = kUYVA member in SkYUVAInfo::PlaneConfig
79 kLast = k410 member in SkYUVAInfo::PlaneConfig::Subsampling
H A DSkSamplingOptions.h18 kLast = kLinear, member in SkFilterMode
26 kLast = kLinear, member in SkMipmapMode
H A DSkCoverageMode.h27 kLast = kXor, member in SkCoverageMode
H A DSkYUVAPixmaps.h43 kLast = kUnorm10_Unorm2 member in SkYUVAPixmapInfo::DataType
45 static constexpr int kDataTypeCnt = static_cast<int>(DataType::kLast) + 1;
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.h550 // The COUNT_BYTECODE macro will turn this into kLast = -1 +1 +1... which will
552 kLast = -1 BYTECODE_LIST(COUNT_BYTECODE), member in v8::internal::interpreter::Bytecode
564 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1;
580 DCHECK_LE(bytecode, Bytecode::kLast); in ToByte()
587 DCHECK_LE(bytecode, Bytecode::kLast); in FromByte()
626 DCHECK_LE(bytecode, Bytecode::kLast); in GetImplicitRegisterUse()
817 DCHECK_LE(bytecode, Bytecode::kLast);
823 DCHECK_LE(bytecode, Bytecode::kLast);
832 DCHECK_LE(bytecode, Bytecode::kLast);
838 DCHECK_LE(bytecode, Bytecode::kLast);
[all...]
H A Dbytecode-operands.h71 kLast = kQuadruple member in v8::internal::interpreter::OperandScale
82 kLast = kQuad member in v8::internal::interpreter::OperandScale::OperandSize
106 // The COUNT_OPERAND macro will turn this into kLast = -1 +1 +1... which will
108 kLast = -1 OPERAND_TYPE_LIST(COUNT_OPERAND_TYPES) member in v8::internal::interpreter::OperandScale::OperandSize::OperandType
145 static const int kOperandTypeCount = static_cast<int>(OperandType::kLast) + 1;
/third_party/skia/src/gpu/d3d/
H A DGrD3DRootSignature.h25 kLast = kSamplerDescriptorTable member in GrD3DRootSignature::ParamIndex
27 inline static constexpr unsigned int kParamIndexCount = (unsigned int)(ParamIndex::kLast) + 1;
/third_party/skia/src/sksl/ir/
H A DSkSLExpression.h31 kBinary = (int) Statement::Kind::kLast + 1,
61 kLast = kVariableReference member in SkSL::Expression::Kind
72 SkASSERT(kind >= Kind::kFirst && kind <= Kind::kLast); in Expression()
/third_party/skia/modules/androidkit/src/
H A DUtils.cpp19 SkASSERT(fm <= SkFilterMode::kLast); in SamplingOptions()
21 SkASSERT(mm <= SkMipmapMode::kLast); in SamplingOptions()
/third_party/skia/src/gpu/geometry/
H A DGrQuad.h39 kLast = kPerspective member in GrQuad::Type
41 static const int kTypeCount = static_cast<int>(Type::kLast) + 1;
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc224 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in FinalizeEmbeddedCodeTargets()
278 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in FromIsolate()
360 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in FromIsolate()
375 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in FromIsolate()
/third_party/node/deps/v8/src/compiler/
H A Dopcodes.cc30 DCHECK_LE(static_cast<int>(value), IrOpcode::Value::kLast); in Mnemonic() member in v8::internal::compiler::IrOpcode::Value
/third_party/skia/include/effects/
H A DSkHighContrastFilter.h24 kLast = kInvertLightness member in SkHighContrastConfig::InvertStyle
/third_party/skia/bench/
H A DSkGlyphCacheBench.cpp190 for (uint32_t i = 0; i <= SkStrikeClient::CacheMissType::kLast; ++i) { in hasCacheMiss()
209 int fCacheMissCount[SkStrikeClient::CacheMissType::kLast + 1u];
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.cc115 for (Builtin builtin_ix = Builtins::kFirst; builtin_ix <= Builtins::kLast; in Lookup()
255 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in PrintBuiltinCode()
272 for (Builtin builtin = Builtins::kFirst; builtin <= Builtins::kLast; in PrintBuiltinSize()
317 for (Builtin i = Builtins::kFirst; i <= Builtins::kLast; ++i) { in InitializeIsolateDataTables()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_validation_test.cc147 kLast, member in tint::resolver::__anon26057::texture_constexpr_args::Position
338 testing::Values(Parameter{"offset", Position::kLast, -8, 7}),
360 testing::Values(Parameter{"offset", Position::kLast, -8, 7}),

Completed in 14 milliseconds

123