Home
last modified time | relevance | path

Searched defs:createFunctionCall (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2007 spirv::IdRef OutputSPIRVTraverser::createFunctionCall(TIntermAggregate *node, in createFunctionCall() function in sh::__anona4f43c8f0111::OutputSPIRVTraverser
/third_party/glslang/SPIRV/
DSpvBuilder.cpp2755 Id Builder::createFunctionCall(spv::Function* function, const std::vector<spv::Id>& args) in createFunctionCall() function in spv::Builder