Home
last modified time | relevance | path

Searched refs:rewritten (Results 1 – 25 of 205) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp119 TIntermTyped *rewritten = RewriteExpressionVisitBinaryHelper( in visitBinary() local
122 if (rewritten == nullptr) in visitBinary()
127 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
260 TIntermTyped *rewritten = nullptr; in RewriteModifiedStructFieldSelectionExpression() local
265 rewritten = new TIntermSymbol(extractedSamplers.at(samplerName)); in RewriteModifiedStructFieldSelectionExpression()
271 rewritten = new TIntermSymbol(structureUniformMap.at(baseUniformVar)); in RewriteModifiedStructFieldSelectionExpression()
298 rewritten = new TIntermBinary(EOpIndexDirectStruct, rewritten, in RewriteModifiedStructFieldSelectionExpression()
304 rewritten = new TIntermBinary(EOpIndexDirect, rewritten, indexNode->getRight()); in RewriteModifiedStructFieldSelectionExpression()
315 rewritten = new TIntermBinary(EOpIndexIndirect, rewritten, indexExpression); in RewriteModifiedStructFieldSelectionExpression()
325 return rewritten; in RewriteModifiedStructFieldSelectionExpression()
[all …]
DRewriteArrayOfArrayOfOpaqueUniforms.cpp65 TIntermTyped *rewritten = in visitBinary() local
67 if (rewritten == nullptr) in visitBinary()
72 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
315 TIntermTyped *rewritten = in visitBinary() local
317 if (rewritten == nullptr) in visitBinary()
322 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp53 TIntermTyped *rewritten = in visitAggregate() local
55 if (rewritten == nullptr) in visitAggregate()
60 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitAggregate()
89 TIntermTyped *rewritten = block.getChildNode(0)->getAsTyped(); in RewriteExpression() local
91 return rewritten; in RewriteExpression()
345 TIntermTyped *rewritten = in visitAggregate() local
347 if (rewritten == nullptr) in visitAggregate()
352 queueReplacement(rewritten, OriginalNode::IS_DROPPED); in visitAggregate()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_perspective.c160 bool rewritten = false; in midgard_opt_varying_projection() local
188 rewritten = true; in midgard_opt_varying_projection()
192 if (rewritten) in midgard_opt_varying_projection()
195 progress |= rewritten; in midgard_opt_varying_projection()
/third_party/gn/src/gn/
Dcommand_format_unittest.cc48 std::string rewritten; \
49 EXPECT_TRUE(commands::FormatJsonToString(as_json, &rewritten)); \
50 ASSERT_EQ(out, rewritten); \
/third_party/typescript/tests/baselines/reference/
DpropertyWrappedInTry.symbols16 return this.bar; // doesn't get rewritten to Foo.bar.
DpropertyWrappedInTry.types22 return this.bar; // doesn't get rewritten to Foo.bar.
DpropertyWrappedInTry.errors.txt38 return this.bar; // doesn't get rewritten to Foo.bar.
/third_party/ltp/doc/
Dmaintainer-patch-review-checklist.txt36 unless test is completely rewritten
37 * Old copyrights should be kept unless test is completely rewritten
/third_party/boost/libs/date_time/xmldoc/
Dref_tag_fix.pl100 file that has already been rewritten.
/third_party/boost/libs/python/doc/
Dpreface.qbk7 …tween C++ and the Python programming language. The new version has been rewritten from the ground …
/third_party/boost/libs/convert/doc/
Dstrtol_converter.qbk9 …e.converters_compared Converters Compared]) and, consequently, has been rewritten and extended to …
/third_party/boost/libs/bind/doc/mem_fn/
Dfaq.qbk18 along with the standard adaptors can be rewritten using `boost::bind` that
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/result/
Dtry.md55 … is an expression. With the above macro, the above declaration of variable `i` can be rewritten to:
/third_party/mesa3d/docs/relnotes/
D3.358 Thread support in Mesa has been rewritten. The glthread.[ch] files
157 glTexSubImage[123], etc has been rewritten. It's now faster,
D6.130 for glTexImage commands has been rewritten.
D3.1118 stage of Mesa has been rewritten.
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dhistogram.rst.txt10 Next, the program is rewritten using GIL featres.
/third_party/openssl/doc/man1/
Drand.pod71 at startup and rewritten upon exit. On modern operating systems, this is
/third_party/boost/libs/gil/doc/tutorial/
Dhistogram.rst10 Next, the program is rewritten using GIL featres.
/third_party/node/deps/npm/node_modules/iconv-lite/
DChangelog.md151 * code is rewritten from scratch
/third_party/boost/doc/test/
Dtest.qbk382 it should be rewritten to point to the website when building a PDF.
385 it should be rewritten to point to the website when building a PDF.
388 it should be rewritten to point to the website when building a PDF.
/third_party/boost/libs/graph_parallel/doc/
Dst_connected.rst43 algorithm could be rewritten fully-asynchronously using triggers which
/third_party/boost/libs/phoenix/doc/
Dwhat_s_new.qbk94 consequence of the review of Phoenix V2 the internals got completely rewritten.
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dassertions.dart24 /// error messages that need to be rewritten to include object references for
113 /// Calls to the default constructor may be rewritten to use this constructor
147 /// Calls to the default constructor may be rewritten to use this constructor
177 /// Calls to the default constructor may be rewritten to use this constructor

123456789