Searched refs:get_identity_param (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c493 static struct ureg get_identity_param( struct tnl_program *p ) function in typeref:struct:ureg
996 struct ureg id = get_identity_param(p); /* id = {0,0,0,1} */
1052 _col1 = make_temp(p, get_identity_param(p));
1070 _bfc1 = make_temp(p, get_identity_param(p));
1149 struct ureg z_dir = swizzle(get_identity_param(p),X,Y,W,Z);
1325 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p));
1358 struct ureg id = get_identity_param(p);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c491 static struct ureg get_identity_param( struct tnl_program *p ) function in typeref:struct:ureg
1004 struct ureg id = get_identity_param(p); /* id = {0,0,0,1} */
1060 _col1 = make_temp(p, get_identity_param(p));
1078 _bfc1 = make_temp(p, get_identity_param(p));
1200 struct ureg z_dir = swizzle(get_identity_param(p),X,Y,W,Z);
1400 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p));
1433 struct ureg id = get_identity_param(p);

Completed in 8 milliseconds