Searched defs:first_param (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1218 ir_rvalue *first_param = (ir_rvalue *)parameters->get_head_raw(); local
1219 ir_rvalue *rhs = new(ctx) ir_swizzle(first_param, 0, 0, 0, 0,
1416 ir_rvalue *const first_param = (ir_rvalue *) parameters->get_head_raw(); local
1421 glsl_base_type param_base_type = first_param->type->base_type;
1446 inst = new(ctx) ir_assignment(rhs_ref, first_param, NULL, 0x01);
1489 } else if (first_param->type->is_matrix()) {
1499 assert(first_param->next->is_tail_sentinel());
1500 ir_rvalue *const src_matrix = first_param;
1551 new(ctx) ir_variable(first_param->type, "mat_ctor_mat",
1558 new(ctx) ir_assignment(rhs_var_ref, first_param, NUL
[all...]

Completed in 172 milliseconds