Home
last modified time | relevance | path

Searched refs:OPCODE_MAD (Results 1 – 25 of 127) sorted by relevance

123456

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dffvertex_prog.c669 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
670 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
671 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
902 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1213 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1272 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1342 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1373 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1383 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1522 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dffvertex_prog.c667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
669 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
912 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1284 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1355 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1425 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1456 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1466 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1605 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); in emit_transpose_matrix_transform_vec4()
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); in emit_transpose_matrix_transform_vec4()
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); in emit_transpose_matrix_transform_vec4()
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, in get_scenecolor()
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting()
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); in build_lighting()
1417 emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); in build_reflect_texgen()
1448 emit_op3(p, OPCODE_MAD, r, 0, negate(tmp), normal, eye_hat); in build_sphere_texgen()
1458 emit_op3(p, OPCODE_MAD, dest, writemask, r, inv_m, half); in build_sphere_texgen()
1597 emit_op3(p, OPCODE_MAD, ut, WRITEMASK_X, swizzle1(ut, Y), in build_atten_pointsize()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
H A Dprog_instruction.c128 { OPCODE_MAD, "MAD", 3, 1 },
H A Dprog_instruction.h147 OPCODE_MAD, /* X X X X X */ enumerator
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
H A Dprog_instruction.h147 OPCODE_MAD, /* X X X X X */ enumerator
/dports/lang/clover/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/program/
H A Dprogramopt.c172 newInst[i].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
187 newInst[3].Opcode = OPCODE_MAD; in insert_mvp_mad_code()
318 inst->Opcode = OPCODE_MAD; in _mesa_append_fog_code()

123456