Searched refs:new_input (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.c | 140 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input) in rc_move_input() argument 152 inst->U.I.SrcReg[i].File = new_input.File; in rc_move_input() 153 inst->U.I.SrcReg[i].Index = new_input.Index; in rc_move_input() 154 inst->U.I.SrcReg[i].Swizzle = combine_swizzles(new_input.Swizzle, inst->U.I.SrcReg[i].Swizzle); in rc_move_input() 156 inst->U.I.SrcReg[i].Negate ^= new_input.Negate; in rc_move_input() 157 inst->U.I.SrcReg[i].Abs = new_input.Abs; in rc_move_input() 160 c->Program.InputsRead |= 1 << new_input.Index; in rc_move_input() 237 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos() argument 247 c->Program.InputsRead |= 1 << new_input; in rc_transform_fragment_wpos() 258 inst_rcp->U.I.SrcReg[0].Index = new_input; in rc_transform_fragment_wpos() [all …]
|
D | radeon_compiler.h | 104 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input); 107 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input,
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 319 void RawMachineAssembler::AppendPhiInput(Node* phi, Node* new_input) { in AppendPhiInput() argument 322 phi->InsertInput(zone(), phi->InputCount() - 1, new_input); in AppendPhiInput()
|
D | raw-machine-assembler.h | 791 void AppendPhiInput(Node* phi, Node* new_input);
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_unittest.py | 632 new_input = (yield r) 633 if new_input:
|