Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestTransparentSSAO.java53 DirectionalLight dl1 = new DirectionalLight(); in simpleInitApp() local
54 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal()); in simpleInitApp()
55 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f)); in simpleInitApp()
56 rootNode.addLight(dl1); in simpleInitApp()
DTestTransparentCartoonEdge.java56 DirectionalLight dl1 = new DirectionalLight(); in simpleInitApp() local
57 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal()); in simpleInitApp()
58 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f)); in simpleInitApp()
59 rootNode.addLight(dl1); in simpleInitApp()
/external/valgrind/main/none/tests/s390x/
Dopcodes.h26 #define SIY_IRD(op1,i2,b1,dl1,dh1,op2) \ argument
28 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
64 #define SIY_URD(op1,i2,b1,dl1,dh1,op2) \ argument
66 ".long 0x" #b1 #dl1 #dh1 #op2 "\n\t"
102 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) argument
112 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e) argument
117 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e) argument
122 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a) argument
164 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55) argument
256 #define MVIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,52) argument
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestTransparentShadow.java96 DirectionalLight dl1 = new DirectionalLight(); in simpleInitApp() local
97 dl1.setDirection(new Vector3f(1, -1, 1).normalizeLocal()); in simpleInitApp()
98 dl1.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f)); in simpleInitApp()
99 rootNode.addLight(dl1); in simpleInitApp()
/external/valgrind/main/VEX/priv/
Dguest_s390_toIR.c2085 UChar i2, UChar b1, UShort dl1, UChar dh1) in s390_format_SIY_URD() argument
2091 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1))); in s390_format_SIY_URD()
2098 s390_disasm(ENC3(MNM, SDXB, UINT), mnm, dh1, dl1, 0, b1, i2); in s390_format_SIY_URD()
2103 UChar i2, UChar b1, UShort dl1, UChar dh1) in s390_format_SIY_IRD() argument
2109 assign(d1, mkU64(((ULong)(Long)(Char)dh1 << 12) | ((ULong)dl1))); in s390_format_SIY_IRD()
2116 s390_disasm(ENC3(MNM, SDXB, INT), mnm, dh1, dl1, 0, b1, (Int)(Char)i2); in s390_format_SIY_IRD()
12970 unsigned int dl1 : 12; in s390_decode_6byte_and_irgen() member
13477 ovl.fmt.SIY.b1, ovl.fmt.SIY.dl1, in s390_decode_6byte_and_irgen()
13480 ovl.fmt.SIY.b1, ovl.fmt.SIY.dl1, in s390_decode_6byte_and_irgen()
13483 ovl.fmt.SIY.b1, ovl.fmt.SIY.dl1, in s390_decode_6byte_and_irgen()
[all …]
Dhost_s390_defs.c1182 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1) in emit_SIY() argument
1188 the_insn |= ((ULong)dl1) << 16; in emit_SIY()
1335 s390_emit_AGSI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) in s390_emit_AGSI() argument
1340 s390_disasm(ENC3(MNM, SDXB, INT), "agsi", dh1, dl1, 0, b1, (Int)(Char)i2); in s390_emit_AGSI()
1342 return emit_SIY(p, 0xeb000000007aULL, i2, b1, dl1, dh1); in s390_emit_AGSI()
1347 s390_emit_ASI(UChar *p, UChar i2, UChar b1, UShort dl1, UChar dh1) in s390_emit_ASI() argument
1352 s390_disasm(ENC3(MNM, SDXB, INT), "asi", dh1, dl1, 0, b1, (Int)(Char)i2); in s390_emit_ASI()
1354 return emit_SIY(p, 0xeb000000006aULL, i2, b1, dl1, dh1); in s390_emit_ASI()