Home
last modified time | relevance | path

Searched refs:cv2 (Results 1 – 16 of 16) sorted by relevance

/third_party/glslang/Test/
Dspv.nonSquare.vert8 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]);
DnonSquare.vert8 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]);
Dspv.conversion.frag109 ivec4 cv2 = ivec4(1.0);
110 bvec4 cv5 = bvec4(cv2);
Dconversion.frag109 ivec4 cv2 = ivec4(1.0);
110 bvec4 cv5 = bvec4(cv2);
/third_party/python/Lib/turtledemo/
Dtwo_canvases.py14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee")
16 cv2.pack()
20 s2 = TurtleScreen(cv2)
/third_party/curl/tests/certs/
DServer-localhost-lastSAN-sv.pub.pem5 SlfYcy8TQqAukB+/hJ2B5734dVPz+lLh8Kr2I9cNYRcM5Zqr4tXow8lrKqba+cv2
/third_party/python/Lib/test/
Ddataclass_module_2.py21 cv2: T_CV2
Ddataclass_module_2_str.py21 cv2: T_CV2
Ddataclass_module_1_str.py21 cv2: T_CV2
Ddataclass_module_1.py21 cv2: T_CV2
/third_party/glslang/Test/baseResults/
DnonSquare.vert.out69 0:? 'cv2' ( const 2-component vector of float)
162 0:? 'cv2' ( const 2-component vector of float)
Dspv.conversion.frag.out34 Name 417 "cv2"
177 417(cv2): 93(ptr) Variable Function
570 Store 417(cv2) 102
571 419: 92(ivec4) Load 417(cv2)
Dconversion.frag.out435 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/
Dsb_expr.cpp958 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/
Dmutex_test.cc359 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.vpython74 # This version must also be compatible with the "numpy" version, as "cv2"