Home
last modified time | relevance | path

Searched refs:r02 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp93 float r02 = ci * zx - s * y; in Rotate() local
111 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Rotate()
119 float r02 = 0.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()
145 float r02 = 0.f; in Scale() local
163 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Scale()
179 float r02 = 0.f; in Frustum() local
197 return Mat4(r00, r01, r02, r03, r10, r11, r12, r13, r20, r21, r22, r23, r30, r31, r32, r33); in Frustum()
220 float r02 = 0.f; 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/
Dhlsl.logical.binary.vec.frag13 bool4 r02 = b4a || b4b; // vec, vec
22 psout.Color = r00 || r01 || r02 || r10 || r11 || r20 || r21;
Dhlsl.matType.int.frag27 int1x3 r02 = transpose(i3x1);
71 uint1x3 r02 = transpose(u3x1);
Dhlsl.promotions.frag56 float3 r02 = u3;
82 r02 *= u3;
105 r02 *= us;
Dhlsl.numericsuffixes.negative.frag8 uint r02 = 0b11111111111111111111111111111111111111111111111111111111111111111u; // To big
Dhlsl.matNx1.frag15 float1x3 r02 = transpose(f3x1);
Dhlsl.comparison.vec.frag10 bool4 r02 = a < v04;
Dhlsl.load.buffer.float.dx10.frag30 uint r02 = g_tTexbus.Load(c1);
Dhlsl.load.buffer.dx10.frag30 uint4 r02 = g_tTexbu4.Load(c1);
Dhlsl.templatetypes.negative.frag11 vector<float, 2, 3> r02; // too many parameters to vector
Dhlsl.matType.bool.frag27 bool1x3 r02 = transpose(b3x1);
Dhlsl.numericsuffixes.frag12 uint r02 = 2U; // upper uint
/third_party/glslang/Test/baseResults/
Dhlsl.matNx1.frag.out20 0:15 'r02' ( temp 1X3 matrix of float)
98 0:15 'r02' ( temp 1X3 matrix of float)
174 Name 33 "r02"
232 33(r02): 32(ptr) Variable Function
251 Store 33(r02) 38
Dhlsl.numericsuffixes.frag.out20 0:12 'r02' ( temp uint)
148 0:12 'r02' ( temp uint)
270 Name 19 "r02"
328 19(r02): 16(ptr) Variable Function
348 Store 19(r02) 20
Dhlsl.logical.binary.vec.frag.out30 0:13 'r02' ( temp 4-component vector of bool)
106 0:22 'r02' ( temp 4-component vector of bool)
159 0:13 'r02' ( temp 4-component vector of bool)
235 0:22 'r02' ( temp 4-component vector of bool)
278 Name 39 "r02"
335 39(r02): 14(ptr) Variable Function
361 Store 39(r02) 46
401 91: 13(bvec4) Load 39(r02)
Dhlsl.matType.int.frag.out20 0:27 'r02' ( temp 1X3 matrix of int)
103 0:71 'r02' ( temp 1X3 matrix of uint)
221 0:27 'r02' ( temp 1X3 matrix of int)
304 0:71 'r02' ( temp 1X3 matrix of uint)
421 Name 36 "r02"
453 Name 137 "r02"
584 36(r02): 35(ptr) Variable Function
620 Store 36(r02) 41
668 137(r02): 136(ptr) Variable Function
704 Store 137(r02) 142
Dhlsl.load.buffer.float.dx10.frag.out31 0:30 'r02' ( temp uint)
119 0:30 'r02' ( temp uint)
205 Name 43 "r02"
289 43(r02): 42(ptr) Variable Function
308 Store 43(r02) 52
Dhlsl.load.buffer.dx10.frag.out29 0:30 'r02' ( temp 4-component vector of uint)
114 0:30 'r02' ( temp 4-component vector of uint)
199 Name 42 "r02"
283 42(r02): 41(ptr) Variable Function
299 Store 42(r02) 49
Dhlsl.numericsuffixes.negative.frag.out22 0:8 'r02' ( temp uint)
74 0:8 'r02' ( temp uint)
Dhlsl.comparison.vec.frag.out36 0:10 'r02' ( temp 4-component vector of bool)
169 0:10 'r02' ( temp 4-component vector of bool)
284 Name 33 "r02"
340 33(r02): 24(ptr) Variable Function
363 Store 33(r02) 36
Dhlsl.matType.bool.frag.out20 0:27 'r02' ( temp 1X3 matrix of bool)
138 0:27 'r02' ( temp 1X3 matrix of bool)
254 Name 34 "r02"
349 34(r02): 33(ptr) Variable Function
385 Store 34(r02) 39
/third_party/musl/porting/liteos_a/kernel/src/math/
Dj1f.c56 r02 = -1.5995563444e-05, /* 0xb7862e36 */ variable
79 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1f()
Dj1.c105 r02 = -1.59955631084035597520e-05, /* 0xBEF0C5C6, 0xBA169668 */ variable
128 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1()
/third_party/musl/src/math/
Dj1f.c56 r02 = -1.5995563444e-05, /* 0xb7862e36 */ variable
79 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1f()
Dj1.c105 r02 = -1.59955631084035597520e-05, /* 0xBEF0C5C6, 0xBA169668 */ variable
128 r = z*(r00+z*(r01+z*(r02+z*r03))); in j1()

12