Home
last modified time | relevance | path

Searched defs:new_input (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c140 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input) in rc_move_input()
237 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos()
/external/v8/src/compiler/
Draw-machine-assembler.cc319 void RawMachineAssembler::AppendPhiInput(Node* phi, Node* new_input) { in AppendPhiInput()