Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c945 struct ureg spot_dir_norm = register_param3(p, STATE_INTERNAL, in calculate_light_attenuation() local
952 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation()
953 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation()