HomeSort by relevance Sort by last modified time
    Searched refs:can_inline (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
ir_function_inlining.h 30 bool can_inline(ir_call *call);
ir_function_can_inline.cpp 59 can_inline(ir_call *call) function
opt_function_inlining.cpp 71 if (call && can_inline(call))
102 * have reached here. (see can_inline()).
287 if (can_inline(ir)) {
307 if (!call || !can_inline(call))

Completed in 169 milliseconds