Lines Matching full:param
916 PARAM mat1[4] = { state.matrix.program[0] };
917 PARAM mat2[4] = { state.matrix.program[0].transpose };
1102 PARAM mat[4] = { state.matrix.modelview };
1127 PARAM piVec = { 0.159154943, 6.283185307, 0, 0 };
1141 PARAM mvinv[4] = { state.matrix.modelview.invtrans };
1142 PARAM mvp[4] = { state.matrix.mvp };
1143 PARAM lightDir = state.light[0].position;
1144 PARAM halfDir = state.light[0].half;
1145 PARAM specExp = state.material.shininess;
1146 PARAM ambientCol = state.lightprod[0].ambient;
1147 PARAM diffuseCol = state.lightprod[0].diffuse;
1148 PARAM specularCol = state.lightprod[0].specular;
1192 PARAM mvp[4] = { state.matrix.mvp };
1193 PARAM lightDir = program.env[0];
1194 PARAM diffuseCol = { 1, 1, 0, 1 };
1303 PARAM foo = program.local; # note no index in the array
1404 RESOLVED: Instruction names and declaration keywords (e.g., PARAM) will
2444 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit>
2446 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
2702 PARAM, POW, RCP, RSQ, SGE, SLT, SUB, SWZ, TEMP, XPD, program, result,
3231 PARAM m0 = state.matrix.modelview[1].row[0];
3232 PARAM m1 = state.matrix.projection.transpose.row[3];
3246 PARAM m2[] = { state.matrix.program[0].row[1..2] };
3247 PARAM m3[] = { state.matrix.program[0].transpose };
3455 PARAM arr1[4] = { {1,2,3,4}, {1,2,3,4}, {4,4,4,4}, {5,6,7,8} };
3456 PARAM arr2[3] = { {1,2,3,4}, {5,6,7,8}, {0,1,2,3} };
3457 PARAM x = {4,3,2,1};
3458 PARAM y = {1,2,3,4};
3459 PARAM z = 4;
3460 PARAM r = {4,3,2,1};
5246 associated with the "PARAM", "ATTRIB", "TEMP", and "OUTPUT", and
5318 SetLocalConstantEXT PARAM C = {<x>,<y>,<z>,<w>}; (c)
5428 PARAM arr[5] = { program.env[0..4] };
5740 PARAM mat[4] = { state.matrix.modelview };