Home
last modified time | relevance | path

Searched refs:rz (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
71 rz = -sc; in util_map_texcoords2d_onto_cubemap()
76 rz = sc; in util_map_texcoords2d_onto_cubemap()
81 rz = tc; in util_map_texcoords2d_onto_cubemap()
86 rz = -tc; in util_map_texcoords2d_onto_cubemap()
91 rz = 1; in util_map_texcoords2d_onto_cubemap()
96 rz = -1; in util_map_texcoords2d_onto_cubemap()
99 rx = ry = rz = 0; in util_map_texcoords2d_onto_cubemap()
105 out_str[2] = rz; /*r*/ in util_map_texcoords2d_onto_cubemap()
/third_party/skia/third_party/externals/icu/source/data/locales/
Dde_IT.txt12 "März",
26 "März",
56 "März",
Dde_AT.txt33 "März",
47 "März",
77 "März",
/third_party/icu/icu4c/source/data/locales/
Dde_IT.txt12 "März",
26 "März",
56 "März",
Dde_AT.txt33 "März",
47 "März",
77 "März",
/third_party/skia/modules/skottie/src/effects/
DSphereEffect.cpp349 rz = SkM44::Rotate({0,0,1}, SkDegreesToRadians(-z)); in onSync() local
352 case 1: return rx * ry * rz; in onSync()
353 case 2: return rx * rz * ry; in onSync()
354 case 3: return ry * rx * rz; in onSync()
355 case 4: return ry * rz * rx; in onSync()
356 case 5: return rz * rx * ry; in onSync()
358 default: return rz * ry * rx; in onSync()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fog_offset.txt26 to fog computation. A reference point in eye space (rx ry rz) and an offset
80 projection, the reference point (rx ry rz) is used to adjust f_o
84 "The equation, along with the parameters d, e, s, (rx ry rz, and
94 (rx ry rz) followed by f_o. If d is specified as less than zero,
101 and s, four floating-point values (rx ry rz f_o), an RGBA fog
106 0.0, and (rx ry rz f_o) = (0,0,0,0); C_f = (0,0,0,0) and i_f =
/third_party/openGLES/extensions/SGIX/
DSGIX_fog_offset.txt26 to fog computation. A reference point in eye space (rx ry rz) and an offset
80 projection, the reference point (rx ry rz) is used to adjust f_o
84 "The equation, along with the parameters d, e, s, (rx ry rz, and
94 (rx ry rz) followed by f_o. If d is specified as less than zero,
101 and s, four floating-point values (rx ry rz f_o), an RGBA fog
106 0.0, and (rx ry rz f_o) = (0,0,0,0); C_f = (0,0,0,0) and i_f =
/third_party/icu/icu4c/source/data/translit/
Dpl_pl_FONIPA.txt41 $voiceless { rz → ʂ ;
42 rz } $voiceless → ʂ ;
43 rz → ʐ ;
/third_party/skia/third_party/externals/icu/source/data/translit/
Dpl_pl_FONIPA.txt41 $voiceless { rz → ʂ ;
42 rz } $voiceless → ʂ ;
43 rz → ʐ ;
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c81 nir_ssa_def *rz; member
97 …nir_ssa_def *x = nir_fadd(b, nir_fmul(b, nir_fmul(b, sign, ima), coord->rz), nir_imm_float(b, 0.5)… in evaluate_face_x()
115 …nir_ssa_def *y = nir_fadd(b, nir_fmul(b, nir_fmul(b, sign, ima), coord->rz), nir_imm_float(b, 0.5)… in evaluate_face_y()
127 nir_ssa_def *sign = nir_fsign(b, coord->rz); in evaluate_face_z()
128 nir_ssa_def *positive = nir_fge(b, coord->rz, nir_imm_float(b, 0.0)); in evaluate_face_z()
349 coords.rz = nir_channel(b, coord, 2); in lower_cube_coords()
352 coords.arz = nir_fabs(b, coords.rz); in lower_cube_coords()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c126 nir_ssa_def *rz; member
142 …nir_ssa_def *x = nir_fadd(b, nir_fmul(b, nir_fmul(b, sign, ima), coord->rz), nir_imm_float(b, 0.5)… in evaluate_face_x()
162 …nir_ssa_def *y = nir_fadd(b, nir_fmul(b, nir_fmul(b, sign, ima), coord->rz), nir_imm_float(b, 0.5)… in evaluate_face_y()
176 nir_ssa_def *sign = nir_fsign(b, coord->rz); in evaluate_face_z()
177 nir_ssa_def *positive = nir_fge(b, coord->rz, nir_imm_float(b, 0.0)); in evaluate_face_z()
388 coords.rz = nir_channel(b, coord, 2); in lower_cube_coords()
391 coords.arz = nir_fabs(b, coords.rz); in lower_cube_coords()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_cube_map.txt169 coordinate is t = ry; and the value assigned to a r coordinate is r = rz.
347 coordinates are treated as a direction vector (rx,ry,rz) emanating
355 be deterministic and depend only on (rx,ry,rz). The target column
362 +rx TEXTURE_CUBE_MAP_POSITIVE_X_OES -rz -ry rx
363 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_OES +rz -ry rx
364 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_OES +rx +rz ry
365 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_OES +rx -rz ry
366 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_OES +rx -ry rz
367 -rz TEXTURE_CUBE_MAP_NEGATIVE_Z_OES -rx -ry rz
/third_party/openGLES/extensions/OES/
DOES_texture_cube_map.txt179 coordinate is t = ry; and the value assigned to a r coordinate is r = rz.
357 coordinates are treated as a direction vector (rx,ry,rz) emanating
365 be deterministic and depend only on (rx,ry,rz). The target column
372 +rx TEXTURE_CUBE_MAP_POSITIVE_X_OES -rz -ry rx
373 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_OES +rz -ry rx
374 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_OES +rx +rz ry
375 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_OES +rx -rz ry
376 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_OES +rx -ry rz
377 -rz TEXTURE_CUBE_MAP_NEGATIVE_Z_OES -rx -ry rz
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrFormats.td25 // rz 3-bit source or destination register
248 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|>
257 bits<3> rz;
265 let Inst{4-2} = rz;
354 // Format i8_MOV32R instruction class in Mips : <|opcode|func|r32|rz>
364 bits<3> rz;
372 let Inst{2-0} = rz;
DMips16InstrInfo.td290 FI8_MOVR3216<(outs CPU16Regs:$rz), (ins GPR32:$r32),
291 !strconcat(asmstr, "\t$rz, $r32"), [], itin>;
298 FI8_MOV32R16<(outs GPR32:$r32), (ins CPU16Regs:$rz),
299 !strconcat(asmstr, "\t$r32, $rz"), [], itin>;
315 MipsPseudo16<(outs CPU16Regs:$rz), (ins CPU16Regs:$rx, CPU16Regs:$ry),
316 !strconcat(asmstr, "\t$rx, $ry\n\tmflo\t$rz"), []> {
340 MipsPseudo16<(outs CPU16Regs:$rz), (ins CPU16Regs:$rx, CPU16Regs:$ry),
341 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$rz, $$t8"), []> ;
362 FRR16<f, (outs CPU16Regs:$rz), (ins CPU16Regs:$rx, CPU16Regs:$ry),
363 !strconcat(asmstr, "\t$rz, $ry"),
[all …]
/third_party/libexif/
DAUTHORS1 Lutz Mueller <urc8@rz.uni-karlsruhe.de>
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map.txt262 is choosen, what happens if two or more of the coordinates (rx,ry,rz)
268 that the rule must be deterministic and depend only on (rx,ry,rz).
385 and the value assigned to a r coordinate is r = rz. Calling TexGen
619 coordinates are treated as a direction vector (rx,ry,rz) emanating
627 be deterministic and depend only on (rx,ry,rz). The target column
634 +rx TEXTURE_CUBE_MAP_POSITIVE_X_ARB -rz -ry rx
635 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_ARB +rz -ry rx
636 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_ARB +rx +rz ry
637 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB +rx -rz ry
638 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_ARB +rx -ry rz
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map.txt252 is choosen, what happens if two or more of the coordinates (rx,ry,rz)
258 that the rule must be deterministic and depend only on (rx,ry,rz).
375 and the value assigned to a r coordinate is r = rz. Calling TexGen
609 coordinates are treated as a direction vector (rx,ry,rz) emanating
617 be deterministic and depend only on (rx,ry,rz). The target column
624 +rx TEXTURE_CUBE_MAP_POSITIVE_X_ARB -rz -ry rx
625 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_ARB +rz -ry rx
626 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_ARB +rx +rz ry
627 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB +rx -rz ry
628 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_ARB +rx -ry rz
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_pl.txt35 rządzi zasięgu
98 rządzeniu najtrwalszych obalenia
119 postępie rządzi
281 rządzeniu wypadek
285 rządu okresowo środków
292 rządu obalenia
337 międzynarodowym rządzi
481 zbiera członków rządu
513 oraz rządu najwznioślejszy
1015 zadość rządzeniu
[all …]
/third_party/mesa3d/src/mesa/main/
Drastpos.c297 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; in compute_texgen() local
303 rz = u[2] - normal[2] * two_nu; in compute_texgen()
304 m = rx * rx + ry * ry + (rz + 1.0F) * (rz + 1.0F); in compute_texgen()
365 texcoord[2] = rz; in compute_texgen()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_cube_map.txt316 coordinate is r = rz. Calling TexGen with a <coord> of Q when <pname>
547 coordinates are treated as a direction vector (rx,ry,rz) emanating
559 +rx TEXTURE_CUBE_MAP_POSITIVE_X_EXT -rz -ry rx
560 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_EXT +rz -ry rx
561 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_EXT +rx +rz ry
562 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT +rx -rz ry
563 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_EXT +rx -ry rz
564 -rz TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT -rx -ry rz
/third_party/openGLES/extensions/EXT/
DEXT_texture_cube_map.txt316 coordinate is r = rz. Calling TexGen with a <coord> of Q when <pname>
547 coordinates are treated as a direction vector (rx,ry,rz) emanating
559 +rx TEXTURE_CUBE_MAP_POSITIVE_X_EXT -rz -ry rx
560 -rx TEXTURE_CUBE_MAP_NEGATIVE_X_EXT +rz -ry rx
561 +ry TEXTURE_CUBE_MAP_POSITIVE_Y_EXT +rx +rz ry
562 -ry TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT +rx -rz ry
563 +rz TEXTURE_CUBE_MAP_POSITIVE_Z_EXT +rx -ry rz
564 -rz TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT -rx -ry rz
/third_party/skia/site/docs/user/modules/
Dparticles.md206 "float4x4 rz(float rad) {",
253 " * rz(age * radians(80));",
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "rp" | "rq" | "rr" | "rs" | "rt" | "ru" | "rv" | "rw" | "rx" | "ry" | "rz" | "sa" | "sb" | "sc…
9rz: "aa.rz"; sa: "aa.sa"; sb: "aa.sb"; sc: "aa.sc"; sd: "aa.sd"; se: "aa.se"; sf: "aa.sf"; sg: "aa…
10rz: "aa.rz"; sa: "aa.sa"; sb: "aa.sb"; sc: "aa.sc"; sd: "aa.sd"; se: "aa.se"; sf: "aa.sf"; sg: "aa…

1234