Home
last modified time | relevance | path

Searched refs:toType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp454 TIntermTyped &sh::CoerceSimple(const TType &toType, in CoerceSimple() argument
460 ASSERT(HasScalarBasicType(toType)); in CoerceSimple()
462 ASSERT(toType.getNominalSize() == fromType.getNominalSize()); in CoerceSimple()
463 ASSERT(toType.getSecondarySize() == fromType.getSecondarySize()); in CoerceSimple()
464 ASSERT(!toType.isArray()); in CoerceSimple()
467 const TBasicType toBasicType = toType.getBasicType(); in CoerceSimple()
500 return *TIntermAggregate::CreateConstructor(toType, new TIntermSequence{&fromNode}); in CoerceSimple()
505 TIntermTyped &sh::AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode) in AsType() argument
509 ASSERT(HasScalarBasicType(toType)); in AsType()
511 ASSERT(!toType.isArray()); in AsType()
[all …]
DAstHelpers.h153 TIntermTyped &CoerceSimple(const TType &toType, TIntermTyped &fromNode, bool needsExplicitBoolCast);
155 TIntermTyped &AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp1415 const TType &toType = to->getType(); in addFieldCopy() local
1422 getCopyStructFieldFunction(&fromType, &toType, isCopyToOriginal); in addFieldCopy()
1442 TType *toType = new TType(to, true); in declareStructCopy() local
1448 new TVariable(mSymbolTable, ImmutableString("to"), toType, SymbolType::AngleInternal); in declareStructCopy()
1505 SymbolType::AngleInternal, toType, true); in declareStructCopy()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp475 template <GLenum fromType, bool normalized, unsigned int toType>
476 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp651 template <GLenum fromType, bool normalized, unsigned int toType>
652 struct ConversionRule : Cast<typename GLToCType<fromType>::type, typename D3DToCType<toType>::type>
/third_party/typescript/src/testRunner/unittests/tscWatch/
DprogramUpdates.ts1153 …function changeParameterTypeOfBFile(parameterName: string, toType: string): TscWatchCompileChange {
1155 caption: `Changed ${parameterName} type to ${toType}`,
1156 …ys, `${projectRoot}/b.ts`, new RegExp(`${parameterName}\: [a-z]*`), `${parameterName}: ${toType}`),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1758 unsigned int toType; in tryStore() local
1761 toType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped in tryStore()
1764 toType = NVPTX::PTXLdStInstCode::Unsigned; in tryStore()
1787 getI32Imm(toType, dl), in tryStore()
1805 getI32Imm(toType, dl), in tryStore()
1831 getI32Imm(toType, dl), in tryStore()
1855 getI32Imm(toType, dl), in tryStore()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp123 …createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice::Type toType);
177 …*createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice::Type toType) in createTruncate() argument
179 Ice::Variable *to = function->makeVariable(toType); in createTruncate()