Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h488 Id createFunctionCall(spv::Function*, const std::vector<spv::Id>&);
DSpvBuilder.cpp2606 Id Builder::createFunctionCall(spv::Function* function, const std::vector<spv::Id>& args) in createFunctionCall() function in spv::Builder
DGlslangToSpv.cpp6095 spv::Id result = builder.createFunctionCall(function, spvArgs); in handleUserFunctionCall()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp307 spirv::IdRef createFunctionCall(TIntermAggregate *node, spirv::IdRef resultTypeId);
2007 spirv::IdRef OutputSPIRVTraverser::createFunctionCall(TIntermAggregate *node, in createFunctionCall() function in sh::__anon7224f80e0111::OutputSPIRVTraverser
5723 result = createFunctionCall(node, resultTypeId); in visitAggregate()