Searched refs:callMain (Results 1 – 3 of 3) sorted by relevance
611 Expected<int> callMain(TargetAddress Addr, in callMain() function
337 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output() local338 callMain->dst.type = sw::Shader::PARAMETER_LABEL; in output()339 callMain->dst.index = 0; // main() in output()
4540 Module['callMain'] = function callMain(args) { function