Home
last modified time | relevance | path

Searched defs:call_expr (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
Darray_length_from_uniform.cc51 auto* call_expr = node->As<ast::CallExpression>(); in IterateArrayLengthOnStorageVar() local
166 const sem::GlobalVariable* var) { in Run()
Dexternal_texture_transform.cc48 if (auto* call_expr = node->As<ast::CallExpression>()) { in Run() local
Dcalculate_array_length.cc120 if (auto* call_expr = node->As<ast::CallExpression>()) { in Run() local
Ddecompose_memory_access.cc907 if (auto* call_expr = node->As<ast::CallExpression>()) { in Run() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dcall_test.cc94 auto* call_expr = Call("foo", std::move(args)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4168 TypedExpression call_expr{result_type, call}; in EmitGlslStd450ExtInst() local
5054 auto* call_expr = in EmitFunctionCall() local
5131 auto* call_expr = in MakeIntrinsicCall() local
5443 auto* call_expr = in EmitImageAccess() local
5854 auto* call_expr = in MakeArrayLength() local
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc936 for (auto* call_expr : callsites) { in GetOriginatingResources() local