Home
last modified time | relevance | path

Searched refs:r00 (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp91 float r00 = c + ci * x2; in Rotate() local
111 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Rotate()
117 float r00 = 1.f; in Translate() local
137 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Translate()
143 float r00 = s.x(); in Scale() local
163 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Scale()
177 float r00 = nn / rml; in Frustum() local
197 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Frustum()
218 float r00 = 2.f / rml; in Ortho() local
238 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Ortho()
/third_party/glslang/Test/baseResults/
Dspv.rw.autoassign.frag.out18 Name 13 "r00"
62 13(r00): 12(ptr) Variable Function
68 Store 13(r00) 21
Dhlsl.rw.register.frag.out10 0:12 'r00' ( temp float)
61 0:12 'r00' ( temp float)
116 Name 13 "r00"
160 13(r00): 12(ptr) Variable Function
166 Store 13(r00) 21
Dhlsl.intrinsics.promote.down.frag.out10 0:16 'r00' ( temp uint)
64 0:16 'r00' ( temp uint)
120 Name 14 "r00"
182 14(r00): 13(ptr) Variable Function
189 Store 14(r00) 27
Dhlsl.matNx1.frag.out10 0:13 'r00' ( temp 1X1 matrix of float)
88 0:13 'r00' ( temp 1X1 matrix of float)
170 Name 17 "r00"
228 17(r00): 16(ptr) Variable Function
245 Store 17(r00) 20
Dhlsl.numericsuffixes.frag.out10 0:10 'r00' ( temp float)
138 0:10 'r00' ( temp float)
268 Name 13 "r00"
326 13(r00): 12(ptr) Variable Function
346 Store 13(r00) 14
Dremap.hlsl.templatetypes.none.frag.out16 Name 13 "r00"
183 13(r00): 8(ptr) Variable Function
211 Store 13(r00) 18
Dhlsl.logical.binary.vec.frag.out10 0:11 'r00' ( temp 4-component vector of bool)
104 0:22 'r00' ( temp 4-component vector of bool)
139 0:11 'r00' ( temp 4-component vector of bool)
233 0:22 'r00' ( temp 4-component vector of bool)
270 Name 15 "r00"
333 15(r00): 14(ptr) Variable Function
345 Store 15(r00) 29
398 88: 13(bvec4) Load 15(r00)
Dhlsl.matType.int.frag.out10 0:25 'r00' ( temp 1X1 matrix of int)
93 0:69 'r00' ( temp 1X1 matrix of uint)
211 0:25 'r00' ( temp 1X1 matrix of int)
294 0:69 'r00' ( temp 1X1 matrix of uint)
417 Name 20 "r00"
449 Name 121 "r00"
580 20(r00): 19(ptr) Variable Function
614 Store 20(r00) 23
664 121(r00): 120(ptr) Variable Function
698 Store 121(r00) 124
Dhlsl.intrinsics.double.frag.out18 0:6 'r00' ( temp double)
102 0:6 'r00' ( temp double)
187 Name 28 "r00"
326 28(r00): 7(ptr) Variable Function
332 Store 28(r00) 32
Dhlsl.load.buffer.float.dx10.frag.out11 0:28 'r00' ( temp float)
99 0:28 'r00' ( temp float)
191 Name 13 "r00"
287 13(r00): 12(ptr) Variable Function
296 Store 13(r00) 30
Dhlsl.load.buffer.dx10.frag.out11 0:28 'r00' ( temp 4-component vector of float)
96 0:28 'r00' ( temp 4-component vector of float)
185 Name 13 "r00"
281 13(r00): 12(ptr) Variable Function
289 Store 13(r00) 29
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_template.c157 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in fn() local
167 ((r00 * cry + g00 * cgy + in fn()
184 ((avg(r00, r01, r10, r11) * cru + in fn()
188 ((avg(r00, r01, r10, r11) * cburv + in fn()
247 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in fn() local
260 y00 = r00 * cry + g00 * cgy + b00 * cby + rnd_scratch[0][y & !SS_H][x << SS_W]; in fn()
298 u = avg(r00, r01, r10, r11) * cru + in fn()
309 v = avg(r00, r01, r10, r11) * cburv + in fn()
/third_party/glslang/Test/
Dhlsl.logical.binary.vec.frag11 bool4 r00 = !b4a;
22 psout.Color = r00 || r01 || r02 || r10 || r11 || r20 || r21;
Dhlsl.mul-truncate.frag20 float r00 = mul(v2, v3); // float = float2*float3; // clamp to float2 dot product
37 return r10 + r11 + r20 + r21 + r00 + r01 + r30[0].x + r31[0] + r32[0].x + transpose(r33)[0];
Dhlsl.intrinsics.promote.frag23 float r00 = max(b, f);
77 ps_output.color = r00;
Dhlsl.matType.int.frag25 int1x1 r00 = transpose(i1x1);
69 uint1x1 r00 = transpose(u1x1);
Dhlsl.promotions.frag54 float3 r00 = i3;
80 r00 *= i3;
103 r00 *= is;
Dspv.rw.autoassign.frag12 float r00 = g_tTex1df1[0];
Dhlsl.rw.register.frag12 float r00 = g_tTex1df1[0];
Dhlsl.intrinsics.double.frag6 double r00 = fma(inDV1a, inDV1b, inDV1c);
/third_party/musl/porting/liteos_a/kernel/src/math/
Dj1f.c54 r00 = -6.2500000000e-02, /* 0xbd800000 */ variable
79 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1f()
Dj1.c103 r00 = -6.25000000000000000000e-02, /* 0xBFB00000, 0x00000000 */ variable
128 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1()
/third_party/musl/src/math/
Dj1f.c54 r00 = -6.2500000000e-02, /* 0xbd800000 */ variable
79 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1f()
Dj1.c103 r00 = -6.25000000000000000000e-02, /* 0xBFB00000, 0x00000000 */ variable
128 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1()

123