Searched defs:new_input (Results 1 – 2 of 2) sorted by relevance
138 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input) in rc_move_input()235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos()
314 static void CheckToI32(Node* old_input, Node* new_input, bool is_signed) { in CheckToI32()