Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:face_temp

968    struct ureg_dst face_temp = ureg_DECL_temporary( ureg );
971 /* MOV_SAT face_temp, input[face]
973 face_temp = ureg_saturate( face_temp );
974 ureg_MOV( ureg, face_temp, face_input );
976 /* Use face_temp as face input from here on:
978 t->inputs[t->inputMapping[FRAG_ATTRIB_FACE]] = ureg_src(face_temp);