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.c499 static struct ureg get_identity_param( struct tnl_program *p ) in get_identity_param() function
1001 struct ureg id = get_identity_param(p); /* id = {0,0,0,1} */ in emit_degenerate_lit()
1057 _col1 = make_temp(p, get_identity_param(p)); in build_lighting()
1075 _bfc1 = make_temp(p, get_identity_param(p)); in build_lighting()
1154 struct ureg z_dir = swizzle(get_identity_param(p),X,Y,W,Z); in build_lighting()
1332 emit_op1(p, OPCODE_MOV, fog, WRITEMASK_YZW, get_identity_param(p)); in build_fog()
1365 struct ureg id = get_identity_param(p); in build_sphere_texgen()