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