Home
last modified time | relevance | path

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

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dffvertex_prog.c911 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1169 struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT); in build_lighting()
1170 struct ureg diffuse = get_lightprod(p, i, 0, STATE_DIFFUSE); in build_lighting()
1171 struct ureg specular = get_lightprod(p, i, 0, STATE_SPECULAR); in build_lighting()
1224 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT); in build_lighting()
1225 struct ureg diffuse = get_lightprod(p, i, 1, STATE_DIFFUSE); in build_lighting()
1226 struct ureg specular = get_lightprod(p, i, 1, STATE_SPECULAR); in build_lighting()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dffvertex_prog.c921 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1125 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1128 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1131 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1134 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1137 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1140 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c920 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function
1120 lightprod_front[i][0] = get_lightprod(p, i, 0, STATE_AMBIENT, in build_lighting()
1123 lightprod_back[i][0] = get_lightprod(p, i, 1, STATE_AMBIENT, in build_lighting()
1126 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE, in build_lighting()
1129 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE, in build_lighting()
1132 lightprod_front[i][2] = get_lightprod(p, i, 0, STATE_SPECULAR, in build_lighting()
1135 lightprod_back[i][2] = get_lightprod(p, i, 1, STATE_SPECULAR, in build_lighting()