Searched refs:new_input (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.c | 221 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos() argument 231 c->Program.InputsRead |= 1U << new_input; in rc_transform_fragment_wpos() 242 inst_rcp->U.I.SrcReg[0].Index = new_input; in rc_transform_fragment_wpos() 253 inst_mul->U.I.SrcReg[0].Index = new_input; in rc_transform_fragment_wpos()
|
D | radeon_compiler.h | 103 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input,
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 208 … nir_variable *new_input = nir_variable_create(b->shader, nir_var_uniform, glsl_uint_type(), NULL); in clc_lower_input_image_deref() local 209 new_input->data.driver_location = in_var->data.driver_location; in clc_lower_input_image_deref() 212 new_input->data.driver_location += glsl_get_cl_size(new_input->type); in clc_lower_input_image_deref() 216 *cached_deref = nir_load_var(b, new_input); in clc_lower_input_image_deref()
|