Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_clone.cpp108 ir_if *new_if = new(mem_ctx) ir_if(this->condition->clone(mem_ctx, ht)); in clone() local
112 new_if->then_instructions.push_tail(ir->clone(mem_ctx, ht)); in clone()
117 new_if->else_instructions.push_tail(ir->clone(mem_ctx, ht)); in clone()
120 return new_if; in clone()
/external/kernel-headers/original/linux/
Dwanrouter.h506 int (*new_if)(struct wan_device *wandev, struct net_device *dev, member