/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 119 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 …]
|
D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 65 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/ |
D | RewriteR32fImages.cpp | 53 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/ |
D | midgard_opt_perspective.c | 160 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/ |
D | command_format_unittest.cc | 48 std::string rewritten; \ 49 EXPECT_TRUE(commands::FormatJsonToString(as_json, &rewritten)); \ 50 ASSERT_EQ(out, rewritten); \
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyWrappedInTry.symbols | 16 return this.bar; // doesn't get rewritten to Foo.bar.
|
D | propertyWrappedInTry.types | 22 return this.bar; // doesn't get rewritten to Foo.bar.
|
D | propertyWrappedInTry.errors.txt | 38 return this.bar; // doesn't get rewritten to Foo.bar.
|
/third_party/ltp/doc/ |
D | maintainer-patch-review-checklist.txt | 36 unless test is completely rewritten 37 * Old copyrights should be kept unless test is completely rewritten
|
/third_party/boost/libs/date_time/xmldoc/ |
D | ref_tag_fix.pl | 100 file that has already been rewritten.
|
/third_party/boost/libs/python/doc/ |
D | preface.qbk | 7 …tween C++ and the Python programming language. The new version has been rewritten from the ground …
|
/third_party/boost/libs/convert/doc/ |
D | strtol_converter.qbk | 9 …e.converters_compared Converters Compared]) and, consequently, has been rewritten and extended to …
|
/third_party/boost/libs/bind/doc/mem_fn/ |
D | faq.qbk | 18 along with the standard adaptors can be rewritten using `boost::bind` that
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/result/ |
D | try.md | 55 … is an expression. With the above macro, the above declaration of variable `i` can be rewritten to:
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.3 | 58 Thread support in Mesa has been rewritten. The glthread.[ch] files 157 glTexSubImage[123], etc has been rewritten. It's now faster,
|
D | 6.1 | 30 for glTexImage commands has been rewritten.
|
D | 3.1 | 118 stage of Mesa has been rewritten.
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | histogram.rst.txt | 10 Next, the program is rewritten using GIL featres.
|
/third_party/openssl/doc/man1/ |
D | rand.pod | 71 at startup and rewritten upon exit. On modern operating systems, this is
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | histogram.rst | 10 Next, the program is rewritten using GIL featres.
|
/third_party/node/deps/npm/node_modules/iconv-lite/ |
D | Changelog.md | 151 * code is rewritten from scratch
|
/third_party/boost/doc/test/ |
D | test.qbk | 382 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/ |
D | st_connected.rst | 43 algorithm could be rewritten fully-asynchronously using triggers which
|
/third_party/boost/libs/phoenix/doc/ |
D | what_s_new.qbk | 94 consequence of the review of Phoenix V2 the internals got completely rewritten.
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | assertions.dart | 24 /// 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
|