Home
last modified time | relevance | path

Searched refs:has_referenced_out_var_needing_struct (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/msl/
H A Dgenerator_impl.h219 bool has_referenced_out_var_needing_struct(ast::Function* func);
H A Dgenerator_impl.cc597 if (has_referenced_out_var_needing_struct(func)) { in EmitCall()
1056 bool GeneratorImpl::has_referenced_out_var_needing_struct(ast::Function* func) { in has_referenced_out_var_needing_struct() function in tint::writer::msl::GeneratorImpl
1075 has_referenced_out_var_needing_struct(func); in has_referenced_var_needing_struct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/hlsl/
H A Dgenerator_impl.h351 bool has_referenced_out_var_needing_struct(ast::Function* func);
H A Dgenerator_impl.cc663 if (has_referenced_out_var_needing_struct(func)) { in EmitCall()
1000 bool GeneratorImpl::has_referenced_out_var_needing_struct(ast::Function* func) { in has_referenced_out_var_needing_struct() function in tint::writer::hlsl::GeneratorImpl