Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.h279 std::vector<ArrayHelperFunction> mArrayConstructIntoFunctions; variable
DOutputHLSL.cpp708 if (!mArrayConstructIntoFunctions.empty()) in header()
711 for (const auto &constructIntoFunction : mArrayConstructIntoFunctions) in header()
3833 for (const auto &constructIntoFunction : mArrayConstructIntoFunctions) in addArrayConstructIntoFunction()
3874 mArrayConstructIntoFunctions.push_back(function); in addArrayConstructIntoFunction()