Home
last modified time | relevance | path

Searched refs:kUnsupported (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h720 kUnsupported = -1 enumerator
930 InstructionBase::Type kType = kUnsupported; in InstructionType()
950 kType = kUnsupported; in InstructionType()
953 if (kType == kUnsupported) { in InstructionType()
965 kType = kUnsupported; in InstructionType()
969 if (kType == kUnsupported) { in InstructionType()
983 kType = kUnsupported; in InstructionType()
987 if (kType == kUnsupported) { in InstructionType()
993 kType = kUnsupported; in InstructionType()
1026 kType = kUnsupported; in InstructionType()
[all …]
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.cc149 return kUnsupported; in InstructionType()
239 return kUnsupported; in InstructionType()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp75 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeIntegerNumber()
189 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeFloatingPointNumber()
Dparse_number.h201 kUnsupported, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp75 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeIntegerNumber()
189 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeFloatingPointNumber()
Dparse_number.h201 kUnsupported, enumerator
/third_party/spirv-tools/source/util/
Dparse_number.cpp75 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeIntegerNumber()
189 return EncodeNumberStatus::kUnsupported; in ParseAndEncodeFloatingPointNumber()
Dparse_number.h201 kUnsupported, enumerator
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal.cc23 NewError(MessageTemplate::kUnsupported)); in BUILTIN()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1284 enum Type { kRegisterType, kImmediateType, kJumpType, kUnsupported = -1 }; enumerator
1772 return kUnsupported; in InstructionType()
1780 return kUnsupported; in InstructionType()
1808 return kUnsupported; in InstructionType()
1832 return kUnsupported; in InstructionType()
1836 return kUnsupported; in InstructionType()
1893 return kUnsupported; in InstructionType()
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h30 kUnsupported, enumerator
Dpiex.cc504 return kUnsupported; in NefGetPreviewData()
686 return kUnsupported; in GetPreviewImageData()
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1235 enum Type { kRegisterType, kImmediateType, kJumpType, kUnsupported = -1 }; enumerator
1700 return kUnsupported; in InstructionType()
1707 return kUnsupported; in InstructionType()
1729 return kUnsupported; in InstructionType()
1738 return kUnsupported; in InstructionType()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp91 : SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
/third_party/node/deps/v8/src/objects/
Dstring-table.cc667 return Smi::FromInt(ResultSentinel::kUnsupported).ptr(); in TryStringToIndexOrLookupExisting()
707 !String::ArrayIndexValueBits::is_valid(ResultSentinel::kUnsupported)); in TryStringToIndexOrLookupExisting()
/third_party/skia/src/gpu/
DGrCaps.h273 kUnsupported, enumerator
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp287 case EncodeNumberStatus::kUnsupported: in binaryEncodeNumericLiteral()
/third_party/spirv-tools/source/
Dtext_handler.cpp289 case EncodeNumberStatus::kUnsupported: in binaryEncodeNumericLiteral()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp287 case EncodeNumberStatus::kUnsupported: in binaryEncodeNumericLiteral()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp914 return SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
928 return SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1591 return SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
1596 return SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
1613 return SurfaceReadPixelsSupport::kUnsupported; in surfaceSupportsReadPixels()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h199 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()

12