Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DArrayReturnValueToOutParameter.cpp81 ArrayReturnValueToOutParameterTraverser arrayReturnValueToOutParam(symbolTable); in apply() local
82 root->traverse(&arrayReturnValueToOutParam); in apply()
83 return arrayReturnValueToOutParam.updateTree(compiler, root); in apply()