Home | History | Annotate | Download | only in glsl

Lines Matching full:lvalue

646 	 _mesa_glsl_error(& lhs_loc, state, "non-lvalue in assignment");
716 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue)
718 void *ctx = hieralloc_parent(lvalue);
721 var = new(ctx) ir_variable(lvalue->type, "_post_incdec_tmp",
727 lvalue, NULL));
730 * longer considered an lvalue.
1434 /* Get a temporary of a copy of the lvalue before it's modified.