9 lines
326 B
NASM
9 lines
326 B
NASM
-- CONST[0] = {0.159155, 0.5, 6.283185, -3.141593}
|
|
-- CONST[1] = {theta1, theta2, 0.2, 0.5}
|
|
|
|
temp[0].xy = VE_ADD const[1].xy__ const[1].00__ ;
|
|
|
|
temp[0].xy = VE_MAD temp[0].xy__ const[0].xx__ const[0].yy__ ;
|
|
temp[0].xy = VE_FRC temp[0].xy__ ;
|
|
temp[0].xy = VE_MAD temp[0].xy__ const[0].zz__ const[0].ww__ ;
|