Searched refs:rewritten (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 91 // - otherwise, the chain of field selections is rewritten by modifying the base uniform so all in RewriteExpressionVisitBinaryHelper() 119 TIntermTyped *rewritten = RewriteExpressionVisitBinaryHelper( variable 122 if (rewritten == nullptr) 127 queueReplacement(rewritten, OriginalNode::IS_DROPPED); 129 // Don't iterate as the expression is rewritten. 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() 397 TIntermTyped *rewritten = RewriteExpressionVisitBinaryHelper( global() local [all...] |
H A D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 65 TIntermTyped *rewritten = variable 67 if (rewritten == nullptr) 72 queueReplacement(rewritten, OriginalNode::IS_DROPPED); 74 // Don't iterate as the expression is rewritten. 177 // with an array of array of opaque uniform inside that needs to be rewritten. in RewriteArrayOfArraySubscriptExpression() 315 TIntermTyped *rewritten = variable 317 if (rewritten == nullptr) 322 queueReplacement(rewritten, OriginalNode::IS_DROPPED); 324 // Don't iterate as the expression is rewritten.
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
H A D | RewriteR32fImages.cpp | 53 TIntermTyped *rewritten = variable 55 if (rewritten == nullptr) 60 queueReplacement(rewritten, OriginalNode::IS_DROPPED); 62 // Don't iterate as the expression is rewritten. 89 TIntermTyped *rewritten = block.getChildNode(0)->getAsTyped(); in RewriteExpression() local 91 return rewritten; in RewriteExpression() 193 // r32f image that needs to be rewritten. in RewriteBuiltinFunctionCall() 345 TIntermTyped *rewritten = variable 347 if (rewritten == nullptr) 352 queueReplacement(rewritten, OriginalNod [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A 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/ |
H A D | command_format_unittest.cc | 48 std::string rewritten; \ 49 EXPECT_TRUE(commands::FormatJsonToString(as_json, &rewritten)); \ 50 ASSERT_EQ(out, rewritten); \
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 195 If an ordinals file has been loaded, it gets rewritten with the data from 443 If this symbol already exists in loaded data, it will be rewritten using 511 If this symbol already exists in loaded data, it will be rewritten using
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 195 If an ordinals file has been loaded, it gets rewritten with the data from 443 If this symbol already exists in loaded data, it will be rewritten using 511 If this symbol already exists in loaded data, it will be rewritten using
|
Completed in 5 milliseconds