Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A Demulated_builtin_functions_hlsl_autogen.cpp31 constexpr FunctionPair g_hlslFunctions[] = { variable
913 for (size_t index = 0; index < ArraySize(g_hlslFunctions); ++index) in FindHLSLFunction()
915 const auto &function = g_hlslFunctions[index]; in FindHLSLFunction()