Searched refs:cv2 (Results 1 – 16 of 16) sorted by relevance
/third_party/glslang/Test/ |
D | spv.nonSquare.vert | 8 const vec2 cv2 = vec2(10.0, 20.0); 24 … (m24 * m42) * v4 + cv2 * m42 + m24 * cv2 + vec4(cv2[1], cv2.x, m42[2][1], m42[2][0]);
|
D | nonSquare.vert | 8 const vec2 cv2 = vec2(10.0, 20.0); 24 … (m24 * m42) * v4 + cv2 * m42 + m24 * cv2 + vec4(cv2[1], cv2.x, m42[2][1], m42[2][0]);
|
D | spv.conversion.frag | 109 ivec4 cv2 = ivec4(1.0); 110 bvec4 cv5 = bvec4(cv2);
|
D | conversion.frag | 109 ivec4 cv2 = ivec4(1.0); 110 bvec4 cv5 = bvec4(cv2);
|
/third_party/python/Lib/turtledemo/ |
D | two_canvases.py | 14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee") 16 cv2.pack() 20 s2 = TurtleScreen(cv2)
|
/third_party/curl/tests/certs/ |
D | Server-localhost-lastSAN-sv.pub.pem | 5 SlfYcy8TQqAukB+/hJ2B5734dVPz+lLh8Kr2I9cNYRcM5Zqr4tXow8lrKqba+cv2
|
/third_party/python/Lib/test/ |
D | dataclass_module_2.py | 21 cv2: T_CV2
|
D | dataclass_module_2_str.py | 21 cv2: T_CV2
|
D | dataclass_module_1_str.py | 21 cv2: T_CV2
|
D | dataclass_module_1.py | 21 cv2: T_CV2
|
/third_party/glslang/Test/baseResults/ |
D | nonSquare.vert.out | 69 0:? 'cv2' ( const 2-component vector of float) 162 0:? 'cv2' ( const 2-component vector of float)
|
D | spv.conversion.frag.out | 34 Name 417 "cv2" 177 417(cv2): 93(ptr) Variable Function 570 Store 417(cv2) 102 571 419: 92(ivec4) Load 417(cv2)
|
D | conversion.frag.out | 435 0:109 'cv2' ( temp 4-component vector of int) 445 0:110 'cv2' ( temp 4-component vector of int) 914 0:109 'cv2' ( temp 4-component vector of int) 924 0:110 'cv2' ( temp 4-component vector of int)
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 958 literal dv, cv0, cv1, cv2; in fold_alu_op3() local 971 cv2 = v2->get_const_value(); in fold_alu_op3() 972 apply_alu_src_mod(n.bc, 2, cv2); in fold_alu_op3() 1082 case ALU_OP3_MULADD: dv = cv0.f * cv1.f + cv2.f; break; in fold_alu_op3()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 359 absl::CondVar cv2; in RunTestCommon() local 368 tp.Schedule(std::bind(&EndTest, &c0, &c1, &mu2, &cv2, in RunTestCommon() 374 cv2.Wait(&mu2); in RunTestCommon()
|
/third_party/skia/third_party/externals/angle2/ |
D | .vpython | 74 # This version must also be compatible with the "numpy" version, as "cv2"
|