Searched refs:new_input (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/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...] |
| /xsrc/external/mit/MesaLib/dist/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 |= 1U << new_input.Index; 237 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, argument 247 c->Program.InputsRead |= 1U << new_input; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler.c | 208 nir_variable *new_input = nir_variable_create(b->shader, nir_var_uniform, glsl_uint_type(), NULL); local in function:clc_lower_input_image_deref 209 new_input->data.driver_location = in_var->data.driver_location; 212 new_input->data.driver_location += glsl_get_cl_size(new_input->type); 216 *cached_deref = nir_load_var(b, new_input);
|
Completed in 6 milliseconds