Home
last modified time | relevance | path

Searched refs:promote (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py10 # Usage: promote.py [-overwrite] [-out dir] [-suffix str] files
36 # promote a core interface and include the extension it was promoted from
42 def promote(line, type, name, extension, fp): function
72 logDiag('promote: filename', filename)
78 # Output file handle and promote object for this file. There are no race
106 promote(line, type, name, promoted[name]['extension'], fp)
149 help='a filename to promote text in')
159 logWarn('promote.py: will overwrite all input files')
161 # If no files are specified, promote the entire specification chapters folder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h316 promote(NId, NMd); in handleDisconnectEdge()
345 promote(N1Id, N1Md); in handleUpdateCosts()
346 promote(N2Id, N2Md); in handleUpdateCosts()
350 void promote(NodeId NId, NodeMetadata& NMd) { in promote() function in llvm::PBQP::RegAlloc::RegAllocSolverImpl
/third_party/node/tools/
H A Drelease.sh3 # To promote and sign a release that has been prepared by the build jobs, use:
16 promotecmd=dist-promote
164 # else: do a normal release & promote
167 ## Look for releases to promote
175 echo "No releases to promote!"
179 echo "Found the following releases / builds ready to promote:"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h254 void promote(Module &Module, ModuleSummaryIndex &Index,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h497 bool promote(TInfoSink&);
527 bool promote(TInfoSink&, const TType *funcReturnType);
H A DIntermediate.cpp395 // one and promote it to the right type. in addBinaryMath()
402 if (!node->promote(infoSink)) in addBinaryMath()
443 if (! node->promote(infoSink)) in addAssign()
514 if (! node->promote(infoSink, funcReturnType)) in addUnaryMath()
877 bool TIntermUnary::promote(TInfoSink&, const TType *funcReturnType) in promote() function in TIntermUnary
939 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary
2050 infoSink.info.message(EPrefixInternalError, "Cannot promote", node->getLine()); in promoteConstantUnion()
2069 infoSink.info.message(EPrefixInternalError, "Cannot promote", node->getLine()); in promoteConstantUnion()
2088 infoSink.info.message(EPrefixInternalError, "Cannot promote", node->getLine()); in promoteConstantUnion()
2107 infoSink.info.message(EPrefixInternalError, "Cannot promote", nod in promoteConstantUnion()
[all...]
/third_party/protobuf/editors/
H A Dproto.vim16 " contributors may be used to endorse or promote products derived from
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.h479 void promote();
530 void promote();
579 void promote();
H A DIntermNode.cpp1355 void TIntermUnary::promote() in promote() function in sh::TIntermUnary
1525 promote(); in TIntermSwizzle()
1533 promote(); in TIntermUnary()
1541 promote(); in TIntermBinary()
1687 void TIntermSwizzle::promote() in promote() function in sh::TIntermSwizzle
1778 void TIntermBinary::promote() in promote() function in sh::TIntermBinary
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp22 // contributors may be used to endorse or promote products derived
194 // one and promote it to the right type. in addBinaryMath()
197 if (! promote(node)) in addBinaryMath()
325 if (! promote(node)) in addAssign()
364 break; // HLSL can promote logical not in addUnaryMath()
383 // Do we need to promote the operand? in addUnaryMath()
442 if (! promote(node)) in addUnaryMath()
950 // HLSL can promote bools to ints to make this work. in addPairConversion()
3233 bool TIntermediate::promote(TIntermOperator* node) in promote() function in glslang::TIntermediate
3251 // See TIntermediate::promote
[all...]
H A Dlocalintermediate.h22 // contributors may be used to endorse or promote products derived
1058 bool promote(TIntermOperator*);
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp20 // contributors may be used to endorse or promote products derived
7597 // We do not promote the texture or image type for these ocodes. Normally that would not in findFunction()
7601 // Instead, we want to promote other arguments, but stay within the same family. In other in findFunction()
7603 // but it is allowed to promote its other arguments. in findFunction()
7754 // Step 2a: Otherwise, get the operator from the best match and promote arguments: in findFunction()
7762 // Step 2a: Otherwise, get the operator from the best match and promote arguments as if we in findFunction()
7766 // We will use the normal promote() facilities, which require an interm node. in findFunction()
7767 TIntermOperator* promote = nullptr; in findFunction() local
7770 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7771 promote in findFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() function in ThinLTOCodeGenerator
785 * Perform internalization. Runs promote and internalization together.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3754 /// Utility function to promote the operand of \p Ext when this
3758 /// created to promote the operand of Ext.
3769 /// Utility function to promote the operand of \p Ext when this
3773 /// created to promote the operand of Ext.
3816 /// action to promote the operand of \p Ext instead of using Ext.
3821 /// because we do not want to promote these instructions as CodeGenPrepare
3947 // Do not promote if the operand has been added by codegenprepare. in getAction()
5220 /// Try to speculatively promote extensions in \p Exts and continue
5233 // Iterate over all the extensions to try to promote them. in tryToPromoteExts()
5251 // Check if we can promote in tryToPromoteExts()
6643 bool promote() { promote() function in __anon23998::VectorPromoteHelper
[all...]

Completed in 41 milliseconds