Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp585 const auto &functionIt = functions.find(functionId); in EmitFunctionCall() local
586 ASSERT(functionIt != functions.end()); in EmitFunctionCall()
587 auto &function = functionIt->second; in EmitFunctionCall()