Searched refs:new_input (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h104 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 Dradeon_compiler.c138 * 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 Draw-machine-assembler.cc319 void RawMachineAssembler::AppendPhiInput(Node* phi, Node* new_input) { argument
322 phi->InsertInput(zone(), phi->InputCount() - 1, new_input);
H A Draw-machine-assembler.h791 void AppendPhiInput(Node* phi, Node* new_input);
/external/autotest/server/cros/dynamic_suite/
H A Dsuite_unittest.py632 new_input = (yield r)
633 if new_input:

Completed in 200 milliseconds