Home | History | Annotate | Download | only in glsl

Lines Matching refs:vec_result

3432    ir_variable *vec_result = body.make_temp(type, "vec_result");
3463 body.emit(assign(vec_result, r, 1 << i));
3465 body.emit(ret(vec_result));