Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.h152 TString addArrayConstructIntoFunction(const TType &type);
DOutputHLSL.cpp1636 const TString &functionName = addArrayConstructIntoFunction(node->getType()); in visitBinary()
3819 TString OutputHLSL::addArrayConstructIntoFunction(const TType &type) in addArrayConstructIntoFunction() function in sh::OutputHLSL