Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c493 static struct ureg get_identity_param( struct tnl_program *p ) in get_identity_param() function
996 struct ureg id = get_identity_param(p); /* id = {0,0,0,1} */ in emit_degenerate_lit()
1052 _col1 = make_temp(p, get_identity_param(p)); in build_lighting()
1070 _bfc1 = make_temp(p, get_identity_param(p)); in build_lighting()
1149 struct ureg z_dir = swizzle(get_identity_param(p),X,Y,W,Z); in build_lighting()
1325 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
1358 struct ureg id = get_identity_param(p); in build_sphere_texgen()