Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_subroutine.cpp47 ir_call *call_clone(ir_call *call, ir_function_signature *callee);
63 lower_subroutine_visitor::call_clone(ir_call *call, ir_function_signature *callee) in call_clone() function in lower_subroutine_visitor
113 ir_call *new_call = call_clone(ir, sub_sig); in visit_leave()