Home | History | Annotate | Download | only in glsl

Lines Matching refs:assign

760 	 /* Do not try to assign more components to the vector than it has!
818 /* Do not try to assign more components to the vector than it has!
932 /* Assign the scalar to the X component of a vec4, and fill the remaining
957 /* Assign the temporary vector to each column of the destination matrix
1043 /* Assign columns from the source matrix to the destination matrix.
1119 /* Assign the current parameter to as many components of the matrix
1194 ir_instruction *const assign = new(mem_ctx) ir_assignment(lhs, rhs, NULL);
1196 instructions->push_tail(assign);